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

Issue 1241673003: Async-step, first cut. (Closed)

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

Description

Async-step, first cut. Also fix inclusion of internal variables from outer scopes in var descriptors. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/0979a7b23ec1a1c3d56342dd78dd3808802bd439

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -101 lines) Patch
M runtime/observatory/lib/src/cli/command.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/debugger.dart View 1 3 chunks +33 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 2 chunks +4 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/async_continuation_test.dart View 1 2 3 4 1 chunk +95 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/async_scope_test.dart View 1 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/async_step_test.dart View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/break_on_function_test.dart View 1 2 3 4 1 chunk +2 lines, -22 lines 0 comments Download
M runtime/observatory/tests/service/command_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 2 3 4 3 chunks +50 lines, -11 lines 0 comments Download
M runtime/vm/debugger.h View 6 chunks +16 lines, -5 lines 0 comments Download
M runtime/vm/debugger.cc View 7 chunks +58 lines, -49 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/scopes.cc View 4 chunks +36 lines, -9 lines 0 comments Download
M runtime/vm/service_event.h View 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/service_event.cc View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
rmacnak
https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart File runtime/observatory/lib/src/elements/debugger.dart (right): https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart#newcode1135 runtime/observatory/lib/src/elements/debugger.dart:1135: if (event.asyncContinuation != null) { This was mostly for ...
5 years, 5 months ago (2015-07-15 16:32:50 UTC) #2
Cutch
https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart File runtime/observatory/lib/src/elements/debugger.dart (right): https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart#newcode1135 runtime/observatory/lib/src/elements/debugger.dart:1135: if (event.asyncContinuation != null) { On 2015/07/15 16:32:50, rmacnak ...
5 years, 5 months ago (2015-07-15 17:04:23 UTC) #3
rmacnak
https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart File runtime/observatory/lib/src/elements/debugger.dart (right): https://codereview.chromium.org/1241673003/diff/1/runtime/observatory/lib/src/elements/debugger.dart#newcode1135 runtime/observatory/lib/src/elements/debugger.dart:1135: if (event.asyncContinuation != null) { On 2015/07/15 17:04:23, Cutch ...
5 years, 5 months ago (2015-07-16 19:42:17 UTC) #4
Cutch
LGTM with one naming suggestion https://codereview.chromium.org/1241673003/diff/60001/runtime/observatory/tests/service/test_helper.dart File runtime/observatory/tests/service/test_helper.dart (right): https://codereview.chromium.org/1241673003/diff/60001/runtime/observatory/tests/service/test_helper.dart#newcode209 runtime/observatory/tests/service/test_helper.dart:209: IsolateTest atLine(int line) { ...
5 years, 5 months ago (2015-07-16 19:47:50 UTC) #5
rmacnak
https://codereview.chromium.org/1241673003/diff/60001/runtime/observatory/tests/service/test_helper.dart File runtime/observatory/tests/service/test_helper.dart (right): https://codereview.chromium.org/1241673003/diff/60001/runtime/observatory/tests/service/test_helper.dart#newcode209 runtime/observatory/tests/service/test_helper.dart:209: IsolateTest atLine(int line) { On 2015/07/16 19:47:50, Cutch wrote: ...
5 years, 5 months ago (2015-07-16 20:05:23 UTC) #6
rmacnak
5 years, 5 months ago (2015-07-16 20:05:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
0979a7b23ec1a1c3d56342dd78dd3808802bd439 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698