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

Issue 2509413002: An isolate created with spawn function doesn't necessarily agree with its parent on the library pri… (Closed)

Created:
4 years, 1 month ago by rmacnak
Modified:
4 years ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, scheglov
Target Ref:
refs/heads/master
Visibility:
Public.

Description

An isolate created with spawn function doesn't necessarily agree with its parent on the library private keys. (The long-standing issue that spawn function should use snapshots would also fix this.) Encountered by the analyzer in https://codereview.chromium.org/2492933002/ BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/12de13d1ae9dec5311157b74d7be5521dcdd7d87

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M runtime/vm/snapshot.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/isolate/isolate.status View 1 1 chunk +1 line, -0 lines 0 comments Download
A tests/isolate/send_private_test.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
4 years, 1 month ago (2016-11-17 19:28:31 UTC) #2
siva
lgtm https://codereview.chromium.org/2509413002/diff/1/tests/isolate/send_private_test.dart File tests/isolate/send_private_test.dart (right): https://codereview.chromium.org/2509413002/diff/1/tests/isolate/send_private_test.dart#newcode6 tests/isolate/send_private_test.dart:6: import "dart:async"; why is dart:async needed here? https://codereview.chromium.org/2509413002/diff/1/tests/isolate/send_private_test.dart#newcode33 ...
4 years, 1 month ago (2016-11-22 06:18:21 UTC) #3
rmacnak
https://codereview.chromium.org/2509413002/diff/1/tests/isolate/send_private_test.dart File tests/isolate/send_private_test.dart (right): https://codereview.chromium.org/2509413002/diff/1/tests/isolate/send_private_test.dart#newcode6 tests/isolate/send_private_test.dart:6: import "dart:async"; On 2016/11/22 06:18:21, siva wrote: > why ...
4 years ago (2016-11-23 23:35:53 UTC) #4
rmacnak
4 years ago (2016-11-23 23:36:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
12de13d1ae9dec5311157b74d7be5521dcdd7d87 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698