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

Issue 888943002: added plugin transformer which initializers can extend to do additional post-processing during tran… (Closed)

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

Description

added plugin transformer which initializers can extend to do additional post-processing during transformation R=jmesserly@google.com Committed: https://github.com/dart-lang/static_init/commit/65e42d70b94f669d25b29d900edaece1120bc6fc

Patch Set 1 #

Patch Set 2 : make allAssets public #

Total comments: 15

Patch Set 3 : minor tweaks #

Patch Set 4 : style tweaks #

Patch Set 5 : update pubspec/changelog #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -4 lines) Patch
M CHANGELOG.md View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A lib/plugin_transformer.dart View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M lib/src/mirror_loader.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M test/initializer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A test/plugin_transformer_test.dart View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
jakemac
The formatter did some weird stuff with one part of this, but I decided to ...
5 years, 10 months ago (2015-01-30 19:48:15 UTC) #2
Jennifer Messerly
One high level comment, otherwise this is looking great. I like how we've encapsulated the ...
5 years, 10 months ago (2015-01-30 20:34:26 UTC) #3
jakemac
updated https://codereview.chromium.org/888943002/diff/20001/lib/plugin_transformer.dart File lib/plugin_transformer.dart (right): https://codereview.chromium.org/888943002/diff/20001/lib/plugin_transformer.dart#newcode12 lib/plugin_transformer.dart:12: /// Abstract transformer which will call [initEntry] for ...
5 years, 10 months ago (2015-01-30 22:16:18 UTC) #4
Jennifer Messerly
style nit, otherwise LGTM https://codereview.chromium.org/888943002/diff/20001/test/plugin_transformer_test.dart File test/plugin_transformer_test.dart (right): https://codereview.chromium.org/888943002/diff/20001/test/plugin_transformer_test.dart#newcode39 test/plugin_transformer_test.dart:39: new InitEntry(i0.initMethod, const LibraryIdentifier(#a, null, ...
5 years, 10 months ago (2015-01-30 23:11:03 UTC) #5
jakemac
On 2015/01/30 23:11:03, John Messerly wrote: > style nit, otherwise LGTM > > https://codereview.chromium.org/888943002/diff/20001/test/plugin_transformer_test.dart > ...
5 years, 10 months ago (2015-02-02 16:29:42 UTC) #6
jakemac
5 years, 10 months ago (2015-02-02 16:37:47 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
65e42d70b94f669d25b29d900edaece1120bc6fc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698