Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Issue 1035853003: Improve quoting in pub reproduction command line in pub error message. (Closed)

Created:
5 years, 9 months ago by Bill Hesse
Modified:
5 years, 7 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org, kustermann
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Improve quoting in pub reproduction command line in pub error message. Windows users got an error because single quotes are not supported for command line parameters. BUG=dartbug.com/22992 Closed this CL and reopened as https://codereview.chromium.org/1156663002/

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M sdk/lib/_internal/pub/lib/src/command_runner.dart View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 4 (1 generated)
Bill Hesse
5 years, 9 months ago (2015-03-26 10:32:44 UTC) #2
nweiz
https://codereview.chromium.org/1035853003/diff/1/sdk/lib/_internal/pub/lib/src/command_runner.dart File sdk/lib/_internal/pub/lib/src/command_runner.dart (right): https://codereview.chromium.org/1035853003/diff/1/sdk/lib/_internal/pub/lib/src/command_runner.dart#newcode134 sdk/lib/_internal/pub/lib/src/command_runner.dart:134: String protectArgument(String x) => x.contains(' ') ? '"$x"' : ...
5 years, 9 months ago (2015-03-26 21:46:21 UTC) #3
Bill Hesse
5 years, 7 months ago (2015-05-22 08:00:06 UTC) #4
Comments addressed, and uploaded as new CL
https://codereview.chromium.org/1035853003/
rebased onto github repository.

Powered by Google App Engine
This is Rietveld 408576698