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

Issue 1323373002: Add `packages` parameter to `Isolate.spawnUri`. (Closed)

Created:
5 years, 3 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, mit, floitsch
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add `packages` parameter to `Isolate.spawnUri`. No implementation supplied, marked as "not implemented everywhere". BUG= http://dartbug.com/23951 R=iposva@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/ff65079c475129a8842ff3857f152d577b708731

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Total comments: 2

Patch Set 3 : Fix typo in documentation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -12 lines) Patch
M runtime/lib/isolate_patch.dart View 1 chunk +8 lines, -2 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/isolate_patch.dart View 1 2 chunks +9 lines, -2 lines 0 comments Download
M sdk/lib/isolate/isolate.dart View 1 2 2 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Lasse Reichstein Nielsen
5 years, 3 months ago (2015-09-04 09:37:05 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1323373002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart File sdk/lib/_internal/js_runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/1323373002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart#newcode72 sdk/lib/_internal/js_runtime/lib/isolate_patch.dart:72: if (packageRoot != null) throw new UnimplementedError("packageRoot"); could ...
5 years, 3 months ago (2015-09-04 15:32:01 UTC) #3
Lasse Reichstein Nielsen
Ping Ivan. https://codereview.chromium.org/1323373002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart File sdk/lib/_internal/js_runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/1323373002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart#newcode72 sdk/lib/_internal/js_runtime/lib/isolate_patch.dart:72: if (packageRoot != null) throw new UnimplementedError("packageRoot"); ...
5 years, 3 months ago (2015-09-09 12:57:17 UTC) #4
Ivan Posva
LGTM once the specification is clarified. -Ivan https://codereview.chromium.org/1323373002/diff/20001/sdk/lib/isolate/isolate.dart File sdk/lib/isolate/isolate.dart (right): https://codereview.chromium.org/1323373002/diff/20001/sdk/lib/isolate/isolate.dart#newcode228 sdk/lib/isolate/isolate.dart:228: * as ...
5 years, 3 months ago (2015-09-11 08:45:05 UTC) #5
Lasse Reichstein Nielsen
Committed patchset #3 (id:40001) manually as ff65079c475129a8842ff3857f152d577b708731 (presubmit successful).
5 years, 3 months ago (2015-09-11 11:07:59 UTC) #6
Lasse Reichstein Nielsen
5 years, 3 months ago (2015-09-15 11:58:03 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/1323373002/diff/20001/sdk/lib/isolate/isolate...
File sdk/lib/isolate/isolate.dart (right):

https://codereview.chromium.org/1323373002/diff/20001/sdk/lib/isolate/isolate...
sdk/lib/isolate/isolate.dart:228: * as by
`packages["foo"].resolve("baz/bar.dart")
Very funny! Fixed :P
(and good catch!)

Powered by Google App Engine
This is Rietveld 408576698