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

Issue 1083093002: Don't permit annotations inside variable declarations. (Closed)

Created:
5 years, 8 months ago by Paul Berry
Modified:
5 years, 8 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Don't permit annotations inside variable declarations. This addresses the root cause of dartbug.com/23176. BUG=dartbug.com/23204 R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=45165

Patch Set 1 #

Patch Set 2 : Fix a bogus comment. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -109 lines) Patch
M pkg/analyzer/lib/src/generated/ast.dart View 1 4 chunks +10 lines, -10 lines 3 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 6 chunks +8 lines, -11 lines 2 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_factory.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M pkg/analyzer/test/generated/compile_time_error_code_test.dart View 1 chunk +17 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 3 chunks +13 lines, -12 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 19 chunks +47 lines, -72 lines 0 comments Download
M tests/language/language_analyzer.status View 1 chunk +12 lines, -0 lines 0 comments Download
A tests/language/variable_declaration_metadata_test.dart View 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Paul Berry
5 years, 8 months ago (2015-04-14 17:09:40 UTC) #2
Brian Wilkerson
https://codereview.chromium.org/1083093002/diff/20001/pkg/analyzer/lib/src/generated/ast.dart File pkg/analyzer/lib/src/generated/ast.dart (right): https://codereview.chromium.org/1083093002/diff/20001/pkg/analyzer/lib/src/generated/ast.dart#newcode19572 pkg/analyzer/lib/src/generated/ast.dart:19572: * [VariableDeclaration] does not extend [Declaration]. I don't understand ...
5 years, 8 months ago (2015-04-14 18:02:36 UTC) #3
Paul Berry
https://codereview.chromium.org/1083093002/diff/20001/pkg/analyzer/lib/src/generated/ast.dart File pkg/analyzer/lib/src/generated/ast.dart (right): https://codereview.chromium.org/1083093002/diff/20001/pkg/analyzer/lib/src/generated/ast.dart#newcode19572 pkg/analyzer/lib/src/generated/ast.dart:19572: * [VariableDeclaration] does not extend [Declaration]. On 2015/04/14 18:02:36, ...
5 years, 8 months ago (2015-04-14 18:47:13 UTC) #4
Brian Wilkerson
LGTM as long as we're coming back to fix this later. https://codereview.chromium.org/1083093002/diff/20001/pkg/analyzer/lib/src/generated/ast.dart File pkg/analyzer/lib/src/generated/ast.dart (right): ...
5 years, 8 months ago (2015-04-14 19:00:23 UTC) #5
Paul Berry
On 2015/04/14 19:00:23, Brian Wilkerson wrote: > LGTM as long as we're coming back to ...
5 years, 8 months ago (2015-04-15 13:22:32 UTC) #6
Paul Berry
5 years, 8 months ago (2015-04-15 13:28:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 45165 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698