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

Issue 177353006: Re-apply 'Fix fromEnvironment when called from isolates.' (Closed)

Created:
6 years, 9 months ago by Anders Johnsen
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Re-apply 'Fix fromEnvironment when called from isolates.' Old Review URL: https://codereview.chromium.org//186393004 BUG= Committed: https://code.google.com/p/dart/source/detail?r=33274

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M runtime/lib/bool.cc View 2 chunks +2 lines, -0 lines 2 comments Download
M runtime/lib/integers.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/lib/string.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M tests/corelib/bool_from_environment_default_value_test.dart View 1 chunk +11 lines, -1 line 0 comments Download
M tests/corelib/int_from_environment_default_value_test.dart View 1 chunk +11 lines, -1 line 0 comments Download
M tests/corelib/string_from_environment_default_value.dart View 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
No changes from original - I was not able to find the error that was ...
6 years, 9 months ago (2014-03-04 14:22:45 UTC) #1
Anders Johnsen
Committed patchset #1 manually as r33274 (presubmit successful).
6 years, 9 months ago (2014-03-04 14:23:02 UTC) #2
Søren Gjesse
lgtm
6 years, 9 months ago (2014-03-04 15:04:26 UTC) #3
Ivan Posva
DBC -ip https://codereview.chromium.org/177353006/diff/1/runtime/lib/bool.cc File runtime/lib/bool.cc (right): https://codereview.chromium.org/177353006/diff/1/runtime/lib/bool.cc#newcode24 runtime/lib/bool.cc:24: Dart_EnterScope(); You are mixing external Dart API ...
6 years, 9 months ago (2014-03-04 18:27:21 UTC) #4
Anders Johnsen
6 years, 9 months ago (2014-03-05 08:03:51 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/177353006/diff/1/runtime/lib/bool.cc
File runtime/lib/bool.cc (right):

https://codereview.chromium.org/177353006/diff/1/runtime/lib/bool.cc#newcode24
runtime/lib/bool.cc:24: Dart_EnterScope();
On 2014/03/04 18:27:21, Ivan Posva wrote:
> You are mixing external Dart API with internal accesses which is bound to
cause
> issues.

Yep, what I realized :)

Note that in the main isolate, the scope is set here, however, for other
isolates, the scope is not set. Is that a bug, or more a coincidence?

Powered by Google App Engine
This is Rietveld 408576698