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

Issue 2070873002: Bug fixes for hot reload (Closed)

Created:
4 years, 6 months ago by Cutch
Modified:
4 years, 6 months ago
Reviewers:
Florian Schneider
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

Bug fixes for hot reload - [x] Report the reload error synchronously from the _reloadSources RPC. - [x] Add sticky reload error to an isolate so we can report the error. - [x] Remove redundant 'OnStackReload'. - [x] Fix a bug where a class could have a field added but we wouldn't reject it. - [x] Add unit test for above bug fix. - [x] Enable reload via the service protocol with a live stack. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/51ace86544800e3ab1dc415e6545d45bf1424dd0

Patch Set 1 #

Patch Set 2 : fix an error message #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -18 lines) Patch
M runtime/observatory/lib/src/service/object.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.h View 3 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/isolate.cc View 5 chunks +13 lines, -5 lines 0 comments Download
M runtime/vm/isolate_reload_test.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object_reload.cc View 1 2 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/service.cc View 1 chunk +14 lines, -9 lines 2 comments Download

Messages

Total messages: 9 (4 generated)
Cutch
4 years, 6 months ago (2016-06-16 16:11:43 UTC) #3
Cutch
Switching reviewers because Ryan's OOO
4 years, 6 months ago (2016-06-16 17:12:09 UTC) #5
Florian Schneider
lgtm https://codereview.chromium.org/2070873002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/2070873002/diff/20001/runtime/vm/service.cc#newcode2505 runtime/vm/service.cc:2505: return true; This function never seems to return ...
4 years, 6 months ago (2016-06-16 17:30:00 UTC) #6
Cutch
https://codereview.chromium.org/2070873002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/2070873002/diff/20001/runtime/vm/service.cc#newcode2505 runtime/vm/service.cc:2505: return true; On 2016/06/16 17:30:00, Florian Schneider wrote: > ...
4 years, 6 months ago (2016-06-16 18:02:26 UTC) #7
Cutch
4 years, 6 months ago (2016-06-16 18:02:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
51ace86544800e3ab1dc415e6545d45bf1424dd0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698