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

Issue 583853002: Use precompiled dependencies in pub. (Closed)

Created:
6 years, 3 months ago by nweiz
Modified:
6 years, 3 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use precompiled dependencies in pub. BUG=20859 R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=40612

Patch Set 1 #

Total comments: 8

Patch Set 2 : rebase #

Total comments: 17

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+536 lines, -267 lines) Patch
M sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart View 1 11 chunks +38 lines, -24 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 4 chunks +5 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/load_all_transformers.dart View 1 4 chunks +3 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/pub_package_provider.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/transformer_cache.dart View 1 2 chunks +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/transformer_id.dart View 1 2 chunks +0 lines, -14 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/transformers_needed_by_transformers.dart View 1 7 chunks +7 lines, -13 lines 0 comments Download
A sdk/lib/_internal/pub/lib/src/cached_package.dart View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/barback.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/build.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/list_package_dirs.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 7 chunks +11 lines, -11 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/global_packages.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/package.dart View 1 2 7 chunks +51 lines, -9 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/package_graph.dart View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/validator/executable.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/validator/license.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/validator/name.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/get/cache_transformed_dependency_test.dart View 1 1 chunk +77 lines, -38 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/asset_environment.dart View 1 8 chunks +31 lines, -25 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/dart2js_transformer.dart View 1 4 chunks +5 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/load_all_transformers.dart View 1 4 chunks +3 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/pub_package_provider.dart View 2 chunks +3 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/transformer_cache.dart View 1 2 chunks +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/transformer_id.dart View 1 2 chunks +0 lines, -8 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/transformers_needed_by_transformers.dart View 1 6 chunks +7 lines, -10 lines 0 comments Download
A sdk/lib/_internal/pub_generated/lib/src/cached_package.dart View 1 1 chunk +48 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/command/barback.dart View 3 chunks +5 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/command/build.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/command/list_package_dirs.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/entrypoint.dart View 1 7 chunks +34 lines, -34 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/global_packages.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/package.dart View 1 5 chunks +36 lines, -10 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/package_graph.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/validator/executable.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/validator/license.dart View 1 2 chunks +2 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/validator/name.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub_generated/test/get/cache_transformed_dependency_test.dart View 1 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Bob Nystrom
The new methods on Package are super nice. Great idea. https://codereview.chromium.org/583853002/diff/1/samples/third_party/todomvc/pubspec.yaml File samples/third_party/todomvc/pubspec.yaml (left): https://codereview.chromium.org/583853002/diff/1/samples/third_party/todomvc/pubspec.yaml#oldcode8 ...
6 years, 3 months ago (2014-09-23 19:47:46 UTC) #2
nweiz
Code review changes
6 years, 3 months ago (2014-09-23 21:34:43 UTC) #3
nweiz
https://codereview.chromium.org/583853002/diff/1/samples/third_party/todomvc/pubspec.yaml File samples/third_party/todomvc/pubspec.yaml (left): https://codereview.chromium.org/583853002/diff/1/samples/third_party/todomvc/pubspec.yaml#oldcode8 samples/third_party/todomvc/pubspec.yaml:8: entry_points: web/index.html On 2014/09/23 19:47:45, Bob Nystrom wrote: > ...
6 years, 3 months ago (2014-09-23 21:34:50 UTC) #4
Bob Nystrom
lgtm
6 years, 3 months ago (2014-09-23 21:49:32 UTC) #5
nweiz
6 years, 3 months ago (2014-09-23 22:27:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 40612 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698