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

Issue 1403693002: - Implement package map parameter when spawning isolate. (Closed)

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

Description

- Implement package map parameter when spawning isolate. BUG= R=lrn@google.com Committed: https://github.com/dart-lang/sdk/commit/60eab65aa0c5549fcdf294a89b6fcd1de5384647

Patch Set 1 #

Patch Set 2 : Fix typo in comment. #

Total comments: 12

Patch Set 3 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -91 lines) Patch
M runtime/bin/builtin.dart View 1 chunk +28 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 5 chunks +31 lines, -0 lines 0 comments Download
M runtime/bin/gen_snapshot.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/main.cc View 5 chunks +15 lines, -2 lines 0 comments Download
M runtime/bin/vmservice_dartium.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/include/dart_api.h View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M runtime/lib/isolate.cc View 1 2 4 chunks +80 lines, -56 lines 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/isolate.h View 3 chunks +13 lines, -10 lines 0 comments Download
M runtime/vm/isolate.cc View 7 chunks +30 lines, -16 lines 0 comments Download
M runtime/vm/service_isolate.cc View 1 chunk +1 line, -0 lines 0 comments Download
A tests/isolate/package_map_test.dart View 1 2 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Ivan Posva
5 years, 2 months ago (2015-10-12 08:40:33 UTC) #2
Lasse Reichstein Nielsen
LGTM https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart#newcode541 runtime/bin/builtin.dart:541: _packageMap[key] = _workingDirectory.resolve(value); Good point - realtive URI ...
5 years, 2 months ago (2015-10-12 09:34:44 UTC) #3
Lasse Reichstein Nielsen
m https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart#newcode541 runtime/bin/builtin.dart:541: _packageMap[key] = _workingDirectory.resolve(value); I see that you use ...
5 years, 2 months ago (2015-10-12 10:21:02 UTC) #4
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1403693002/diff/20001/runtime/bin/builtin.dart#newcode541 runtime/bin/builtin.dart:541: _packageMap[key] = _workingDirectory.resolve(value); On 2015/10/12 09:34:44, Lasse ...
5 years, 2 months ago (2015-10-12 16:05:23 UTC) #5
Ivan Posva
5 years, 2 months ago (2015-10-12 16:05:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
60eab65aa0c5549fcdf294a89b6fcd1de5384647 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698