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

Issue 397823004: Detect invalid const constructor due to non-const initializer in field declaration. (Closed)

Created:
6 years, 5 months ago by Paul Berry
Modified:
6 years, 5 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Detect invalid const constructor due to non-const initializer in field declaration. BUG=dartbug.com/18780 R=scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=38432

Patch Set 1 #

Patch Set 2 : Comment fix #

Total comments: 4

Messages

Total messages: 4 (0 generated)
Paul Berry
6 years, 5 months ago (2014-07-19 16:10:51 UTC) #1
scheglov
LGTM https://codereview.chromium.org/397823004/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java (right): https://codereview.chromium.org/397823004/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode177 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:177: CONST_CONSTRUCTOR_WITH_FIELD_INITIALIZED_BY_NON_CONST( I think this constant should be moved ...
6 years, 5 months ago (2014-07-20 18:55:16 UTC) #2
Paul Berry
https://codereview.chromium.org/397823004/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java (right): https://codereview.chromium.org/397823004/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode177 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:177: CONST_CONSTRUCTOR_WITH_FIELD_INITIALIZED_BY_NON_CONST( On 2014/07/20 18:55:16, scheglov wrote: > I think ...
6 years, 5 months ago (2014-07-21 15:52:14 UTC) #3
Paul Berry
6 years, 5 months ago (2014-07-21 15:52:37 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r38432 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698