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

Issue 12301032: Use the correct set of reserved identifiers in pub validations. (Closed)

Created:
7 years, 10 months ago by nweiz
Modified:
7 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use the correct set of reserved identifiers in pub validations. We had been using the set listed in the spec as "BUILT_IN_IDENTIFIER", but apparently those are the built-in identifiers that are valid for user use. Now we're using the set listed in the spec as "reserved words". BUG=8628 Committed: https://code.google.com/p/dart/source/detail?r=18716

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M utils/pub/validator/name.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M utils/tests/pub/validator_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
7 years, 10 months ago (2013-02-19 19:39:27 UTC) #1
Bob Nystrom
LGTM.
7 years, 10 months ago (2013-02-19 19:48:14 UTC) #2
nweiz
7 years, 10 months ago (2013-02-19 19:55:51 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18716 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698