Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Use the current working dir as default first arg in 'link' binary#31510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think 3.4 is fine
ro0NL commentedMay 16, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
i think this change is fine. Perhaps check if we exec edit: not sure we have to care about that actually |
fabpot commentedMay 18, 2019
Thank you@lyrixx. |
… binary (lyrixx)This PR was merged into the 3.4 branch.Discussion----------Use the current working dir as default first arg in 'link' binary| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |I don't know how you work on symfony, but each time I face the same issue1. I go on lyrixx/symfony (my fork)1. I execute `pwd` and copy it1. I go to an application1. I paste the cwd + add `/link` and hit enter1. I got an error because I missed the "target"1. I replay the last command and add ` .`With this PR, I will save the last 2 items...Event if it's a "new feature", I targeted 3.4.Commits-------6b76c36 Use the current working dir as default first arg in 'link' binary
I don't know how you work on symfony, but each time I face the same issue
pwdand copy it/linkand hit enter.With this PR, I will save the last 2 items...
Event if it's a "new feature", I targeted 3.4.