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

Issue 10907215: Issue 3553. Stop treating static final variables as constants (Closed)

Created:
8 years, 3 months ago by scheglov
Modified:
8 years, 3 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Tweaks for tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -262 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java View 1 chunk +1 line, -3 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Elements.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java View 1 chunk +2 lines, -5 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 chunk +1 line, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java View 1 chunk +0 lines, -4 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java View 1 42 chunks +224 lines, -243 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/pkg.status View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 4 chunks +5 lines, -3 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/utils/utils.status View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
8 years, 3 months ago (2012-09-13 15:01:07 UTC) #1
Brian Wilkerson
LGTM once the comments related to the tests are addressed https://codereview.chromium.org/10907215/diff/1/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java File compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java (right): https://codereview.chromium.org/10907215/diff/1/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java#newcode19 ...
8 years, 3 months ago (2012-09-13 15:20:58 UTC) #2
scheglov
https://codereview.chromium.org/10907215/diff/1/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java File compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java (right): https://codereview.chromium.org/10907215/diff/1/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java#newcode19 compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java:19: * We should understand "const" keyword and temporary treat ...
8 years, 3 months ago (2012-09-13 15:38:45 UTC) #3
Brian Wilkerson
8 years, 3 months ago (2012-09-13 15:42:56 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698