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

Issue 1367183004: analyzer strong mode: infer final field from initializer if super getters are dynamic (Closed)

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

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : fix comment #

Patch Set 4 : redo comment per Brian's suggestion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -3 lines) Patch
M pkg/analyzer/lib/src/task/strong_mode.dart View 1 2 3 1 chunk +8 lines, -3 lines 0 comments Download
M pkg/analyzer/test/src/task/strong_mode_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Jennifer Messerly
This definitely fixes the issue, but I'm not 100% sure about it. Thoughts appreciated. https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart ...
5 years, 2 months ago (2015-09-25 21:41:56 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null || newType.isDynamic) { > ...
5 years, 2 months ago (2015-09-25 22:00:00 UTC) #3
Jennifer Messerly
Thanks! Question on your comment. https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null ...
5 years, 2 months ago (2015-09-25 22:22:11 UTC) #4
Leaf
lgtm https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null || newType.isDynamic) { On ...
5 years, 2 months ago (2015-09-25 22:36:32 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null || newType.isDynamic) { On 2015/09/25 ...
5 years, 2 months ago (2015-09-25 22:48:24 UTC) #6
Jennifer Messerly
PTAL, I tried to fix the comment.
5 years, 2 months ago (2015-09-26 00:27:03 UTC) #7
Brian Wilkerson
LGTM https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null || newType.isDynamic) { > ...
5 years, 2 months ago (2015-09-26 00:36:29 UTC) #8
Jennifer Messerly
https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart File pkg/analyzer/lib/src/task/strong_mode.dart (right): https://codereview.chromium.org/1367183004/diff/1/pkg/analyzer/lib/src/task/strong_mode.dart#newcode304 pkg/analyzer/lib/src/task/strong_mode.dart:304: if (newType == null || newType.isDynamic) { On 2015/09/26 ...
5 years, 2 months ago (2015-09-26 00:48:24 UTC) #9
Jennifer Messerly
5 years, 2 months ago (2015-09-26 00:50:00 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
7bd3db6d741088705063373cec6b8d099225cd1c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698