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

Issue 19021002: Fix closure creation from function. (Closed)

Created:
7 years, 5 months ago by Michael Lippautz (Google)
Modified:
7 years, 5 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix closure creation from function. A closure created from a function should also inherit its token end position and result type. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=24895

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M runtime/vm/object.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Lippautz (Google)
7 years, 5 months ago (2013-07-10 21:07:06 UTC) #1
hausner
https://codereview.chromium.org/19021002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/19021002/diff/1/runtime/vm/object.cc#newcode4520 runtime/vm/object.cc:4520: result.set_end_token_pos(parent.end_token_pos()); As discussed offline, you need to make your ...
7 years, 5 months ago (2013-07-10 21:55:49 UTC) #2
Michael Lippautz (Google)
https://codereview.chromium.org/19021002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/19021002/diff/1/runtime/vm/object.cc#newcode4520 runtime/vm/object.cc:4520: result.set_end_token_pos(parent.end_token_pos()); On 2013/07/10 21:55:49, hausner wrote: > As discussed ...
7 years, 5 months ago (2013-07-10 22:33:10 UTC) #3
hausner
LGTM.
7 years, 5 months ago (2013-07-10 23:00:25 UTC) #4
Michael Lippautz (Google)
7 years, 5 months ago (2013-07-10 23:08:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r24895 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698