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

Issue 24269010: Fix function type parameter parsing (Closed)

Created:
7 years, 3 months ago by hausner
Modified:
7 years, 3 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix function type parameter parsing Corner case of final variables was wrong. In most cases, this went undetected because of the permissive type system of dart. Fixes issue 13367. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=27678

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M runtime/vm/parser.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tests/language/function_type_parameter_test.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 3 months ago (2013-09-19 21:06:59 UTC) #1
regis
LGTM but I do not see an update to status files regarding issue 13367 being ...
7 years, 3 months ago (2013-09-19 21:19:38 UTC) #2
hausner
Committed patchset #2 manually as r27678 (presubmit successful).
7 years, 3 months ago (2013-09-19 22:02:50 UTC) #3
hausner
7 years, 3 months ago (2013-09-19 22:04:02 UTC) #4
Message was sent while issue was closed.
We didn't have a test for this particular corner case. The parameter had to be
implicitly final. I added a test case to an existing test.

Thank you.

Powered by Google App Engine
This is Rietveld 408576698