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

Issue 11360051: Make library, import, export, part built-in identifiers (Closed)

Created:
8 years, 1 month ago by hausner
Modified:
8 years, 1 month ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make library, import, export, part built-in identifiers Committed: https://code.google.com/p/dart/source/detail?r=14446

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -33 lines) Patch
M runtime/vm/parser.cc View 1 2 3 9 chunks +16 lines, -18 lines 0 comments Download
M runtime/vm/scanner.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/token.h View 3 chunks +7 lines, -3 lines 0 comments Download
M tests/co19/co19-runtime.status View 4 chunks +2 lines, -6 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/language/pseudo_kw_illegal_test.dart View 2 chunks +2 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
hausner
8 years, 1 month ago (2012-11-01 22:57:59 UTC) #1
srdjan
lgtm
8 years, 1 month ago (2012-11-01 23:26:41 UTC) #2
Ivan Posva
DBC -ip https://codereview.chromium.org/11360051/diff/8008/tests/language/pseudo_kw_illegal_test.dart File tests/language/pseudo_kw_illegal_test.dart (right): https://codereview.chromium.org/11360051/diff/8008/tests/language/pseudo_kw_illegal_test.dart#newcode18 tests/language/pseudo_kw_illegal_test.dart:18: class part { } /// 17: compile-time ...
8 years, 1 month ago (2012-11-01 23:55:35 UTC) #3
hausner
8 years, 1 month ago (2012-11-02 00:36:36 UTC) #4
https://codereview.chromium.org/11360051/diff/8008/tests/language/pseudo_kw_i...
File tests/language/pseudo_kw_illegal_test.dart (right):

https://codereview.chromium.org/11360051/diff/8008/tests/language/pseudo_kw_i...
tests/language/pseudo_kw_illegal_test.dart:18: class part { }        /// 17:
compile-time error
On 2012/11/01 23:55:35, Ivan Posva wrote:
> Isn't this masked by the earlier compile-time error labeled 17?

Oops, will correct this when I resubmit the change.

Powered by Google App Engine
This is Rietveld 408576698