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

Issue 32513007: Allow string literal concatenation in import clauses (Closed)

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

Description

Allow string literal concatenation in import clauses Added benefit: if there is no interpolation in any of the adjacent string literals, the compiler concatenates the strings without invoking Dart code. Fixes issues 12521, 6877 R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=28964

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M runtime/vm/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 7 chunks +28 lines, -7 lines 0 comments Download
M tests/co19/co19-dartium.status View 1 chunk +0 lines, -6 lines 0 comments Download
M tests/co19/co19-runtime.status View 2 chunks +0 lines, -7 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
7 years, 2 months ago (2013-10-21 20:38:06 UTC) #1
regis
LGTM
7 years, 2 months ago (2013-10-21 22:09:04 UTC) #2
hausner
7 years, 2 months ago (2013-10-21 22:13:49 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r28964 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698