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

Issue 1232593003: - Implement .packages specification. (Closed)

Created:
5 years, 5 months ago by Ivan Posva
Modified:
5 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Implement .packages specification. Limitation: Currently only works for file: based .package files. If a script is loaded from http: then the VM currently assumes a co-located packages/ directory. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/b07a9ddbcac8425a4468014a694a81f403e1798d

Patch Set 1 #

Patch Set 2 : update to ToT #

Patch Set 3 : Validate package names, ensure pending packages are loaded before signaling. #

Patch Set 4 : Add --packages command line flag. #

Patch Set 5 : Update to ToT #

Patch Set 6 : Fix typos. #

Patch Set 7 : Walkup the directory hierarchy. #

Total comments: 9

Patch Set 8 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+686 lines, -88 lines) Patch
M runtime/bin/builtin.dart View 1 2 3 4 5 6 7 19 chunks +228 lines, -36 lines 0 comments Download
M runtime/bin/dartutils.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 6 chunks +34 lines, -19 lines 0 comments Download
M runtime/bin/gen_snapshot.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/isolate_data.h View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M runtime/bin/main.cc View 1 2 3 4 5 6 7 9 chunks +36 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/loader.dart View 1 2 3 4 5 6 7 4 chunks +300 lines, -19 lines 0 comments Download
M runtime/bin/vmservice_dartium.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/benchmark_test.cc View 1 2 3 2 chunks +64 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Ivan Posva
5 years, 4 months ago (2015-07-28 17:39:31 UTC) #2
siva
lgtm https://codereview.chromium.org/1232593003/diff/120001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1232593003/diff/120001/runtime/bin/builtin.dart#newcode107 runtime/bin/builtin.dart:107: Can you move the _log(msg) function down here, ...
5 years, 4 months ago (2015-07-28 23:50:09 UTC) #3
Ivan Posva
Thanks. -Ivan https://codereview.chromium.org/1232593003/diff/120001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1232593003/diff/120001/runtime/bin/builtin.dart#newcode107 runtime/bin/builtin.dart:107: On 2015/07/28 23:50:09, siva wrote: > Can ...
5 years, 4 months ago (2015-07-29 18:22:18 UTC) #4
Ivan Posva
5 years, 4 months ago (2015-07-29 18:30:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
b07a9ddbcac8425a4468014a694a81f403e1798d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698