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

Issue 1323653002: Task to infer static variables (Closed)

Created:
5 years, 3 months ago by Brian Wilkerson
Modified:
5 years, 3 months ago
Reviewers:
Leaf, Paul Berry
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -65 lines) Patch
M pkg/analyzer/lib/src/generated/resolver.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/engine_plugin.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 4 chunks +231 lines, -1 line 5 comments Download
M pkg/analyzer/lib/src/task/strong_mode.dart View 6 chunks +59 lines, -62 lines 5 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 4 chunks +160 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong_mode_test.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
Brian Wilkerson
5 years, 3 months ago (2015-08-29 00:25:11 UTC) #2
Paul Berry
lgtm assuming the circularity issue is addressed. https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode2443 pkg/analyzer/lib/src/task/dart.dart:2443: class InferStaticVariableTypesInUnitTask ...
5 years, 3 months ago (2015-08-29 01:14:55 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode2443 pkg/analyzer/lib/src/task/dart.dart:2443: class InferStaticVariableTypesInUnitTask extends SourceBasedAnalysisTask { Sorry, I should have ...
5 years, 3 months ago (2015-08-31 15:08:52 UTC) #4
Paul Berry
lgtm https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode2443 pkg/analyzer/lib/src/task/dart.dart:2443: class InferStaticVariableTypesInUnitTask extends SourceBasedAnalysisTask { On 2015/08/31 15:08:52, ...
5 years, 3 months ago (2015-08-31 15:50:59 UTC) #5
Leaf
lgtm
5 years, 3 months ago (2015-08-31 17:46:03 UTC) #6
Brian Wilkerson
https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1323653002/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode18 pkg/analyzer/lib/src/task/strong_mode.dart:18: if (element is PropertyAccessorElementImpl) { While I understand the ...
5 years, 3 months ago (2015-08-31 18:35:38 UTC) #7
Brian Wilkerson
5 years, 3 months ago (2015-08-31 18:36:47 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1463fb3ff2d0e132acc9bcb1a3044d945a5d58c5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698