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

Issue 258393003: Further work on 17522 (Closed)

Created:
6 years, 7 months ago by jwren
Modified:
6 years, 7 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Further work on 17522- deferred loading in the analyzer. There are some additional error code that are needed (indicated by a TODO in CompileTimeErrorCode), but all of the valid language tests now pass. R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=35659

Patch Set 1 #

Patch Set 2 : #

Total comments: 13

Patch Set 3 : Review #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : Rebase with bleeding_edge before commit #

Messages

Total messages: 8 (0 generated)
jwren
6 years, 7 months ago (2014-04-29 22:05:31 UTC) #1
Brian Wilkerson
LGTM. Comments can be addressed in a later CL. https://codereview.chromium.org/258393003/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/258393003/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode194 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:194: ...
6 years, 7 months ago (2014-04-29 23:01:52 UTC) #2
jwren
I will look at responding to the other comments (thank you by the way), tomorrow. ...
6 years, 7 months ago (2014-04-29 23:07:59 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/258393003/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/ElementResolver.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/ElementResolver.java (right): https://codereview.chromium.org/258393003/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/ElementResolver.java#newcode1062 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/ElementResolver.java:1062: if (identifier.getName().equals(FunctionElement.LOAD_LIBRARY_NAME) && isDeferredPrefix(prefix)) { > var x = ...
6 years, 7 months ago (2014-04-29 23:18:12 UTC) #4
jwren
PTAL https://codereview.chromium.org/258393003/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/258393003/diff/20001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode194 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:194: "'const' variables must be constant value, values from ...
6 years, 7 months ago (2014-04-30 22:42:13 UTC) #5
Brian Wilkerson
LGTM https://codereview.chromium.org/258393003/diff/40001/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/258393003/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode679 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:679: "Annotation can be only constant variable or constant ...
6 years, 7 months ago (2014-04-30 23:29:29 UTC) #6
jwren
https://codereview.chromium.org/258393003/diff/40001/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/258393003/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java#newcode679 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java:679: "Annotation can be only constant variable or constant constructor ...
6 years, 7 months ago (2014-05-01 17:20:57 UTC) #7
jwren
6 years, 7 months ago (2014-05-01 21:43:33 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r35659 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698