-
Notifications
You must be signed in to change notification settings - Fork 229
Implement proper shell escaping for pub command error reproduction #28
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
Labels
Comments
Duplicate of #1207. |
@nex3 if this is closed, any reason why the TODO line still exists in pub/lib/src/command_runner.dart Line 179 in 73ff0d3
|
This probably shouldn't have been closed. It was merged with #1207, but technically that had a narrower scope. |
Closed
jonasfj
added a commit
to jonasfj/pub
that referenced
this issue
Mar 5, 2019
jonasfj
added a commit
that referenced
this issue
Mar 7, 2019
jonasfj
added a commit
that referenced
this issue
Mar 8, 2019
sigurdm
pushed a commit
to sigurdm/pub
that referenced
this issue
Nov 15, 2019
Remove redundant PubSummary.lockedVersion But keep the logic around to validate the pub output parsing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
<img src="https://avatars.githubusercontent.com/u/4905639?v=3" align="left" width="96" height="96"hspace="10"> Issue by whesse
Originally opened as dart-lang/sdk#23505
Error reporting from pub includes printing a command line to rerun the failing command. The arguments need to be properly escaped, depending on the shell (OS) that is running. We currently put double quotes around any argument containing spaces.
The text was updated successfully, but these errors were encountered: