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

Issue 1018643002: change to source-order crawling of directives instead of alphabetical (Closed)

Created:
5 years, 9 months ago by jakemac
Modified:
5 years, 9 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/static-init.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

change to source-order crawling of directives instead of alphabetical R=sigmund@google.com Committed: https://github.com/dart-lang/initialize/commit/ebcbc606e9504574ea368b44427009ebb25e27c5

Patch Set 1 #

Patch Set 2 : uncomment out tests #

Patch Set 3 : remove duplicate test #

Patch Set 4 : format #

Total comments: 6

Patch Set 5 : update to run parts in alphabetical order since its the best we can do in mirror mode" #

Total comments: 2

Patch Set 6 : switch to bug fix instead of breaking change, and use definingCompilationUnit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -96 lines) Patch
M .status View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M CHANGELOG.md View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M lib/src/mirror_loader.dart View 1 2 3 4 3 chunks +30 lines, -27 lines 0 comments Download
M lib/transformer.dart View 1 2 3 4 5 2 chunks +36 lines, -54 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M test/foo/bar.dart View 1 chunk +1 line, -0 lines 0 comments Download
A test/initializer_parts_test.dart View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
M test/initializer_test.dart View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
A + test/parts/bar.dart View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
A + test/parts/foo.dart View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M test/transformer_test.dart View 1 2 3 4 1 chunk +73 lines, -0 lines 0 comments Download
M tool/all_tests.sh View 1 2 3 4 1 chunk +13 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
jakemac
Fixes https://github.com/dart-lang/polymer-dart/issues/33
5 years, 9 months ago (2015-03-17 17:24:49 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1018643002/diff/60001/lib/src/mirror_loader.dart File lib/src/mirror_loader.dart (right): https://codereview.chromium.org/1018643002/diff/60001/lib/src/mirror_loader.dart#newcode133 lib/src/mirror_loader.dart:133: return 0; this might be problematic depending on the ...
5 years, 9 months ago (2015-03-17 19:50:29 UTC) #3
jakemac
https://codereview.chromium.org/1018643002/diff/60001/lib/src/mirror_loader.dart File lib/src/mirror_loader.dart (right): https://codereview.chromium.org/1018643002/diff/60001/lib/src/mirror_loader.dart#newcode133 lib/src/mirror_loader.dart:133: return 0; On 2015/03/17 19:50:29, Siggi Cherem (dart-lang) wrote: ...
5 years, 9 months ago (2015-03-17 21:54:04 UTC) #4
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1018643002/diff/80001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/1018643002/diff/80001/lib/transformer.dart#newcode393 lib/transformer.dart:393: // The first item is the source library, ...
5 years, 9 months ago (2015-03-17 22:17:18 UTC) #5
jakemac
https://codereview.chromium.org/1018643002/diff/80001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/1018643002/diff/80001/lib/transformer.dart#newcode393 lib/transformer.dart:393: // The first item is the source library, remove ...
5 years, 9 months ago (2015-03-17 22:50:48 UTC) #6
jakemac
5 years, 9 months ago (2015-03-17 22:51:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
ebcbc606e9504574ea368b44427009ebb25e27c5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698