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

Issue 11417028: Include command in ProcessException. (Closed)

Created:
8 years, 1 month ago by Mads Ager (google)
Modified:
8 years, 1 month ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Include command in ProcessException. R=sgjesse@google.com BUG=dartbug.com/4060 Committed: https://code.google.com/p/dart/source/detail?r=15010

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M runtime/bin/process_patch.dart View 1 2 chunks +5 lines, -2 lines 0 comments Download
M sdk/lib/io/process.dart View 1 1 chunk +19 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 1 month ago (2012-11-16 12:01:41 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/11417028/diff/1/runtime/bin/process_patch.dart File runtime/bin/process_patch.dart (right): https://codereview.chromium.org/11417028/diff/1/runtime/bin/process_patch.dart#newcode162 runtime/bin/process_patch.dart:162: new ProcessException('$_path $arguments', We could also place path ...
8 years, 1 month ago (2012-11-16 12:45:02 UTC) #2
Mads Ager (google)
8 years, 1 month ago (2012-11-16 13:00:30 UTC) #3
https://codereview.chromium.org/11417028/diff/1/runtime/bin/process_patch.dart
File runtime/bin/process_patch.dart (right):

https://codereview.chromium.org/11417028/diff/1/runtime/bin/process_patch.dar...
runtime/bin/process_patch.dart:162: new ProcessException('$_path $arguments',
On 2012/11/16 12:45:02, Søren Gjesse wrote:
> We could also place path and arguments on the Process Exception. Then have the
> formatting there in toString and make path and arguments available on the
> exception.

Done.

Powered by Google App Engine
This is Rietveld 408576698