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

Issue 2223913002: Add an API for setting the sticky error (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Add an API for setting the sticky error #

Patch Set 3 : tweaks #

Total comments: 4

Patch Set 4 : asiva review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -0 lines) Patch
M runtime/include/dart_api.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 4 months ago (2016-08-08 14:46:27 UTC) #3
siva
lgtm https://codereview.chromium.org/2223913002/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2223913002/diff/40001/runtime/vm/dart_api_impl.cc#newcode1456 runtime/vm/dart_api_impl.cc:1456: CHECK_ISOLATE(isolate); Probably better to create a scope here ...
4 years, 4 months ago (2016-08-08 17:53:45 UTC) #4
Cutch
https://codereview.chromium.org/2223913002/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2223913002/diff/40001/runtime/vm/dart_api_impl.cc#newcode1456 runtime/vm/dart_api_impl.cc:1456: CHECK_ISOLATE(isolate); On 2016/08/08 17:53:45, siva wrote: > Probably better ...
4 years, 4 months ago (2016-08-08 19:14:30 UTC) #5
Cutch
4 years, 4 months ago (2016-08-08 19:14:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
800b1352ce2f333bea780d2bf9f6bad854e146dd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698