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

Issue 9252027: Fix named parameter function calls (Closed)

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

Description

Fix named parameter function calls Issue 1199 Committed: https://code.google.com/p/dart/source/detail?r=3422

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

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

Messages

Total messages: 3 (0 generated)
hausner
Leetle fix...
8 years, 11 months ago (2012-01-18 23:52:16 UTC) #1
regis
LGTM with one style nit. http://codereview.chromium.org/9252027/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/9252027/diff/1/runtime/vm/parser.cc#newcode7585 runtime/vm/parser.cc:7585: if (IsIdentifier() && LookaheadToken(1) ...
8 years, 11 months ago (2012-01-19 00:36:48 UTC) #2
hausner
8 years, 11 months ago (2012-01-19 00:47:33 UTC) #3
Thanks!

http://codereview.chromium.org/9252027/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

http://codereview.chromium.org/9252027/diff/1/runtime/vm/parser.cc#newcode7585
runtime/vm/parser.cc:7585: if (IsIdentifier() && LookaheadToken(1) ==
Token::kCOLON) {
On 2012/01/19 00:36:48, regis wrote:
> Please add a pair of parenthesis.

Done.

Powered by Google App Engine
This is Rietveld 408576698