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

Issue 10108020: Fix bug 1991, variable resolution in string interpolation (Closed)

Created:
8 years, 8 months ago by hausner
Modified:
8 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix bug 1991, variable resolution in string interpolation Check to make sure string interpolation expressions cannot contain type parameter names. Committed: https://code.google.com/p/dart/source/detail?r=6645

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M runtime/vm/parser.cc View 1 1 chunk +15 lines, -2 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
8 years, 8 months ago (2012-04-17 15:52:15 UTC) #1
siva
lgtm http://codereview.chromium.org/10108020/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/10108020/diff/1/runtime/vm/parser.cc#newcode7101 runtime/vm/parser.cc:7101: TypeParameter& type_param = TypeParameter::ZoneHandle( TypeParameter::Handle(....)
8 years, 8 months ago (2012-04-17 16:06:07 UTC) #2
hausner
8 years, 8 months ago (2012-04-17 16:10:56 UTC) #3
http://codereview.chromium.org/10108020/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

http://codereview.chromium.org/10108020/diff/1/runtime/vm/parser.cc#newcode7101
runtime/vm/parser.cc:7101: TypeParameter& type_param =
TypeParameter::ZoneHandle(
On 2012/04/17 16:06:07, asiva wrote:
> TypeParameter::Handle(....)

Thanks, done. The dangers of mindless copy-paste.

Powered by Google App Engine
This is Rietveld 408576698