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

Issue 1350053002: Add "environment" parameter to spawnUri for String.fromEnvironment support. (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
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add "environment" parameter to spawnUri for String.fromEnvironment support. This completes the parameters corresponding to official command line parameters for the VM/dart2js. R=floitsch@google.com, iposva@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/232a9d687e9abf3a315e9b5c980334c2313f94a8

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M runtime/lib/isolate_patch.dart View 1 1 chunk +6 lines, -4 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/isolate_patch.dart View 1 1 chunk +6 lines, -4 lines 0 comments Download
M sdk/lib/core/bool.dart View 1 1 chunk +9 lines, -1 line 2 comments Download
M sdk/lib/isolate/isolate.dart View 1 2 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
Lasse Reichstein Nielsen
5 years, 3 months ago (2015-09-17 10:55:28 UTC) #2
floitsch
LGTM. (but wait for VM and dart2js).
5 years, 3 months ago (2015-09-17 11:33:23 UTC) #3
kevmoo
DBC https://codereview.chromium.org/1350053002/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/1350053002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart#newcode74 sdk/lib/_internal/js_runtime/lib/isolate_patch.dart:74: if (environment != null) throw new UnimplementedError("environment"); missing ...
5 years, 3 months ago (2015-09-17 16:55:14 UTC) #5
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1350053002/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/1350053002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart#newcode74 sdk/lib/_internal/js_runtime/lib/isolate_patch.dart:74: if (environment != null) throw new UnimplementedError("environment"); On 2015/09/17 ...
5 years, 3 months ago (2015-09-17 17:06:58 UTC) #6
Siggi Cherem (dart-lang)
... and lgtm (with the comments from the prev email)
5 years, 3 months ago (2015-09-17 17:07:28 UTC) #7
floitsch
https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart File sdk/lib/isolate/isolate.dart (right): https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart#newcode241 sdk/lib/isolate/isolate.dart:241: * spawned isolate uses when looking up [String.fromEnvironment] values. ...
5 years, 3 months ago (2015-09-17 18:23:10 UTC) #8
Ivan Posva
LGTM -Ivan https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart File sdk/lib/isolate/isolate.dart (right): https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart#newcode241 sdk/lib/isolate/isolate.dart:241: * spawned isolate uses when looking up ...
5 years, 3 months ago (2015-09-17 21:55:20 UTC) #9
Lasse Reichstein Nielsen
PTAL on bool.fromEnvironment comment https://codereview.chromium.org/1350053002/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/1350053002/diff/1/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart#newcode74 sdk/lib/_internal/js_runtime/lib/isolate_patch.dart:74: if (environment != null) throw ...
5 years, 3 months ago (2015-09-22 09:05:39 UTC) #10
floitsch
Still LGTM. https://codereview.chromium.org/1350053002/diff/20001/sdk/lib/core/bool.dart File sdk/lib/core/bool.dart (right): https://codereview.chromium.org/1350053002/diff/20001/sdk/lib/core/bool.dart#newcode36 sdk/lib/core/bool.dart:36: * If you want to use a ...
5 years, 3 months ago (2015-09-22 09:36:46 UTC) #11
Ivan Posva
Still LGTM! -Ivan https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart File sdk/lib/isolate/isolate.dart (right): https://codereview.chromium.org/1350053002/diff/1/sdk/lib/isolate/isolate.dart#newcode263 sdk/lib/isolate/isolate.dart:263: Map<String, String> environment}); On 2015/09/22 09:05:39, ...
5 years, 3 months ago (2015-09-22 09:56:59 UTC) #12
Lasse Reichstein Nielsen
https://codereview.chromium.org/1350053002/diff/20001/sdk/lib/core/bool.dart File sdk/lib/core/bool.dart (right): https://codereview.chromium.org/1350053002/diff/20001/sdk/lib/core/bool.dart#newcode36 sdk/lib/core/bool.dart:36: * If you want to use a different truth-string ...
5 years, 3 months ago (2015-09-22 10:28:09 UTC) #13
Lasse Reichstein Nielsen
5 years, 3 months ago (2015-09-22 10:29:44 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
232a9d687e9abf3a315e9b5c980334c2313f94a8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698