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

Issue 262253002: Add flag to AnalysisOptions to be able to disable deferred loading. (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

Add flag to AnalysisOptions to be able to easily disable deferred loading. R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=35831

Patch Set 1 #

Total comments: 8

Patch Set 2 : review and rebase with be #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Updated status file so that that the build doesn't break #

Patch Set 6 : rebase with bleeding_edge, updated status files not to break build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1413 lines, -673 lines) Patch
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java View 1 chunk +7 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisContextImpl.java View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java View 1 4 chunks +24 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/task/ParseDartTask.java View 2 chunks +4 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/Parser.java View 1 4 chunks +21 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java View 1 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisContextFactory.java View 1 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ParserTestCase.java View 1 2 chunks +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java View 1 2 3 15 chunks +448 lines, -448 lines 0 comments Download
A editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/DeferredLoadingTest.java View 1 2 3 1 chunk +668 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/HintCodeTest.java View 1 2 3 2 chunks +14 lines, -14 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java View 1 2 3 4 chunks +52 lines, -52 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonHintCodeTest.java View 1 2 3 2 chunks +13 lines, -13 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java View 1 2 3 5 chunks +142 lines, -141 lines 0 comments Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/language_analyzer.status View 1 2 3 4 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jwren
The change in semantics of having the error CTEC.IMPORT_OF_NON_LIBRARY change to a warning (SWC.IMPORT_OF_NON_LIBRARY) is ...
6 years, 7 months ago (2014-05-05 19:34:44 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/262253002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java (right): https://codereview.chromium.org/262253002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java#newcode79 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java:79: private boolean enableDeferredLoading = true; This might need ...
6 years, 7 months ago (2014-05-05 19:50:58 UTC) #2
jwren
https://codereview.chromium.org/262253002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java (right): https://codereview.chromium.org/262253002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java#newcode79 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java:79: private boolean enableDeferredLoading = true; On 2014/05/05 19:50:58, Brian ...
6 years, 7 months ago (2014-05-05 22:54:12 UTC) #3
jwren
6 years, 7 months ago (2014-05-06 21:17:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r35831 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698