-
-
Notifications
You must be signed in to change notification settings - Fork 221
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 #191
Comments
I have created a v2 milestone: https://github.com/sindresorhus/execa/milestone/1 |
It seems this major release already has lots of improvements, so this looks good to me. From a developer experience standpoint nothing comes to my mind. The milestone issues and PRs to work on look good. |
I also want to make Line 164 in 7f8d911
|
I can open a PR to remove
|
Yes |
Done in #193. |
Please please please do something about Yarn already sets the PATH when running scripts so that the right Yarn binary (and all other binaries that your application should have access to) is always in the PATH. But because I would strongly suggest defaulting it to |
@arcanis thanks for reporting this. Is there already a GitHub issue about this in this repository? If not, this might be better to open a separate issue. Also some minimally reproducible code would us help out with this problem. |
@sindresorhus Should we do a beta release right away? Without updating the Also: should we add any of the new PRs to the v2 milestone? |
From experience, there's not much point. I tried doing prereleases many times in the past and nobody bothered to try it out (I know because the prerelease was broken, but nobody reported it). If someone wants to try it, they can just |
So #196 won't be part of the release? 🙁 |
The reason I was asking was also because:
|
It probably wouldn't as they would not get the new version by default, so they would still open an issue, and we would have to tell them how to install a prerelease. |
We intend to solve it, but it's a complex issue with no clear outcome that satisfies all parties... |
There's an alpha version of v2 out now: https://github.com/sindresorhus/execa/releases/tag/v2.0.0-alpha.0 Install it with Please share feedback here or in new issues. |
We just released |
@ehmicky Is there anything you think we should improve with the API? Since it's a major version, we can do breaking changes if it's beneficial.
The text was updated successfully, but these errors were encountered: