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

Issue 2176763002: fix #606, allow specifying the summary file extension (Closed)

Created:
4 years, 5 months ago by Jennifer Messerly
Modified:
4 years, 5 months ago
Reviewers:
Paul Berry
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -9 lines) Patch
M lib/src/compiler/command.dart View 1 5 chunks +13 lines, -8 lines 0 comments Download
M lib/src/compiler/compiler.dart View 4 chunks +7 lines, -0 lines 0 comments Download
M test/worker/worker_test.dart View 3 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Jennifer Messerly
4 years, 5 months ago (2016-07-22 17:54:27 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/2176763002/diff/1/lib/src/compiler/command.dart File lib/src/compiler/command.dart (right): https://codereview.chromium.org/2176763002/diff/1/lib/src/compiler/command.dart#newcode103 lib/src/compiler/command.dart:103: summaryPath = summaryPath.substring(0, summaryPath.length - ext.length); A bit ...
4 years, 5 months ago (2016-07-22 18:27:55 UTC) #3
Jennifer Messerly
Committed patchset #1 (id:1) manually as 108f2a2a03b1926e640013f3244df625b42ec380 (presubmit successful).
4 years, 5 months ago (2016-07-22 18:39:33 UTC) #5
Jennifer Messerly
4 years, 5 months ago (2016-07-22 18:39:45 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/2176763002/diff/1/lib/src/compiler/command.dart
File lib/src/compiler/command.dart (right):

https://codereview.chromium.org/2176763002/diff/1/lib/src/compiler/command.da...
lib/src/compiler/command.dart:103: summaryPath = summaryPath.substring(0,
summaryPath.length - ext.length);
On 2016/07/22 18:27:55, Paul Berry wrote:
> A bit confusing, since this is no longer the summary path at this point.
> 
> Consider changing to:
> 
> var buildUnitPath = summaryPath.substring(...);
> return path.relative(buildUnitPath, from: moduleRoot);

Great suggestion! Done.

Powered by Google App Engine
This is Rietveld 408576698