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

Issue 180313003: Fix VM crash when parsing what looks like a closure call during metadata evaluation. (Closed)

Created:
6 years, 9 months ago by rmacnak
Modified:
6 years, 9 months ago
Reviewers:
gbracha, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix VM crash when parsing what looks like a closure call during metadata evaluation. BUG=http://dartbug.com/17141 R=gbracha@google.com, hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=33141

Patch Set 1 #

Patch Set 2 : improve test #

Total comments: 2

Patch Set 3 : mark dart2js failure #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -0 lines) Patch
M runtime/vm/parser.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A tests/lib/mirrors/metadata_nested_constructor_call_test.dart View 1 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
6 years, 9 months ago (2014-02-27 18:38:36 UTC) #1
gbracha
test lgtm
6 years, 9 months ago (2014-02-27 18:51:40 UTC) #2
hausner
Someone will scratch their head some time down the road if you don't add a ...
6 years, 9 months ago (2014-02-27 18:53:21 UTC) #3
rmacnak
https://codereview.chromium.org/180313003/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/180313003/diff/20001/runtime/vm/parser.cc#newcode7667 runtime/vm/parser.cc:7667: return; On 2014/02/27 18:53:22, hausner wrote: > Can you ...
6 years, 9 months ago (2014-02-27 19:11:26 UTC) #4
hausner
LGTM w/comment. https://codereview.chromium.org/180313003/diff/60001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/180313003/diff/60001/runtime/vm/parser.cc#newcode8573 runtime/vm/parser.cc:8573: if (parsing_metadata_) { It would still be ...
6 years, 9 months ago (2014-02-27 22:50:25 UTC) #5
rmacnak
https://codereview.chromium.org/180313003/diff/60001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/180313003/diff/60001/runtime/vm/parser.cc#newcode8573 runtime/vm/parser.cc:8573: if (parsing_metadata_) { On 2014/02/27 22:50:25, hausner wrote: > ...
6 years, 9 months ago (2014-02-27 23:23:30 UTC) #6
rmacnak
6 years, 9 months ago (2014-02-27 23:24:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r33141 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698