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

Issue 1156663002: Escape arguments in pub error message command line reproduction. (Closed)

Created:
5 years, 7 months ago by Bill Hesse
Modified:
5 years, 6 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Escape arguments in pub error message command line reproduction. BUG=dartbug.com/23505 Rebase of https://codereview.chromium.org/1035853003/ R=nweiz@google.com Committed: https://github.com/dart-lang/sdk/commit/fc1bb66b888b3b1b1e9aaa4cf143fdca20f301cb

Patch Set 1 #

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

Messages

Total messages: 4 (1 generated)
Bill Hesse
This addresses the comments on the preceding CL review. This new CL rebases onto the ...
5 years, 7 months ago (2015-05-22 08:02:05 UTC) #2
nweiz
lgtm https://codereview.chromium.org/1156663002/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/1156663002/diff/1/sdk/lib/_internal/pub/lib/src/command_runner.dart#newcode134 sdk/lib/_internal/pub/lib/src/command_runner.dart:134: protectArgument(String x) => x.contains(' ') ? '"$x"' : ...
5 years, 7 months ago (2015-05-22 20:01:34 UTC) #3
Bill Hesse
5 years, 6 months ago (2015-05-27 15:21:55 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
fc1bb66b888b3b1b1e9aaa4cf143fdca20f301cb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698