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

Issue 2064663002: Make VM accept function values in assert statements. (Closed)

Created:
4 years, 6 months ago by Lasse Reichstein Nielsen
Modified:
4 years, 6 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make VM accept function values in assert statements. Fix for issue #18454. BUG= http://dartbug.com/18454 Committed: https://github.com/dart-lang/sdk/commit/c56411d576caa5b2aa1d9527e43b1ccf25a72d85

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M runtime/lib/errors_patch.dart View 1 chunk +5 lines, -0 lines 1 comment Download
M runtime/vm/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 2 chunks +8 lines, -16 lines 2 comments Download
M runtime/vm/symbols.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Lasse Reichstein Nielsen
WDYT?
4 years, 6 months ago (2016-06-14 13:48:03 UTC) #2
hausner
I suggest combining the two dart calls for evaluating the condition and for throwing the ...
4 years, 6 months ago (2016-06-14 17:51:31 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/2064663002/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/2064663002/diff/1/runtime/vm/parser.cc#newcode9204 runtime/vm/parser.cc:9204: return new(Z) IfNode( I'm not particularly worried about passing ...
4 years, 6 months ago (2016-06-15 05:57:02 UTC) #4
Lasse Reichstein Nielsen
Committed patchset #1 (id:1) manually as c56411d576caa5b2aa1d9527e43b1ccf25a72d85 (presubmit successful).
4 years, 6 months ago (2016-06-15 08:08:44 UTC) #6
hausner
4 years, 6 months ago (2016-06-16 03:05:57 UTC) #7
Message was sent while issue was closed.
LGTM.

I combined the two library calls into one in CL
https://codereview.chromium.org/2073623002/

Powered by Google App Engine
This is Rietveld 408576698