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

Issue 973073003: fix a few issues around exported libraries (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

- Fix a few issues around exported libraries - Add support for html imports without adding an html dependency by running from all libraries in the mirror system in reverse order instead of just the root one. R=sigmund@google.com Committed: https://github.com/dart-lang/initialize/commit/d5dc20191345a0cecd6302225118815af1afeee3

Patch Set 1 #

Total comments: 4

Patch Set 2 : add support for html imports without an html dependency by looking at all libraries in the mirror s… #

Patch Set 3 : comment tweaks #

Total comments: 2

Patch Set 4 : use .path instead of .toString #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -21 lines) Patch
M CHANGELOG.md View 1 1 chunk +9 lines, -0 lines 0 comments Download
M lib/src/mirror_loader.dart View 1 2 3 3 chunks +53 lines, -11 lines 0 comments Download
M lib/transformer.dart View 1 2 3 chunks +17 lines, -9 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/transformer_test.dart View 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
jakemac
5 years, 9 months ago (2015-03-03 18:09:05 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/973073003/diff/1/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/973073003/diff/1/lib/transformer.dart#newcode241 lib/transformer.dart:241: // Visit all our imports. revert just this ...
5 years, 9 months ago (2015-03-03 20:19:25 UTC) #3
jakemac
Updated this with the support for html imports as we talked about yesterday https://codereview.chromium.org/973073003/diff/1/lib/transformer.dart File ...
5 years, 9 months ago (2015-03-04 15:55:42 UTC) #4
Siggi Cherem (dart-lang)
yay! lgtm https://codereview.chromium.org/973073003/diff/40001/lib/src/mirror_loader.dart File lib/src/mirror_loader.dart (right): https://codereview.chromium.org/973073003/diff/40001/lib/src/mirror_loader.dart#newcode57 lib/src/mirror_loader.dart:57: libToRun.uri.toString().endsWith('\$trampoline')) { maybe it's enough to do ...
5 years, 9 months ago (2015-03-04 16:43:52 UTC) #5
jakemac
https://codereview.chromium.org/973073003/diff/40001/lib/src/mirror_loader.dart File lib/src/mirror_loader.dart (right): https://codereview.chromium.org/973073003/diff/40001/lib/src/mirror_loader.dart#newcode57 lib/src/mirror_loader.dart:57: libToRun.uri.toString().endsWith('\$trampoline')) { On 2015/03/04 16:43:52, Siggi Cherem (dart-lang) wrote: ...
5 years, 9 months ago (2015-03-04 16:49:49 UTC) #6
jakemac
5 years, 9 months ago (2015-03-04 16:52:58 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
d5dc20191345a0cecd6302225118815af1afeee3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698