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

Issue 2221233002: fix #27036, pass definite function types to LUB (Closed)

Created:
4 years, 4 months ago by Jennifer Messerly
Modified:
4 years, 4 months ago
Reviewers:
Leaf, vsm
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 #

Patch Set 2 : revert #

Total comments: 1

Patch Set 3 : small refactor for checker & InvocationExpressions #

Total comments: 3

Patch Set 4 : rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -41 lines) Patch
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 1 2 3 3 chunks +14 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/strong/checker.dart View 1 2 3 11 chunks +45 lines, -39 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/checker_test.dart View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jennifer Messerly
BTW, I think this is a slightly more pervasive problem, as described here: https://github.com/dart-lang/sdk/issues/27036#issuecomment-238302937 That ...
4 years, 4 months ago (2016-08-08 23:51:27 UTC) #2
Jennifer Messerly
On 2016/08/08 23:51:27, John Messerly wrote: > BTW, I think this is a slightly more ...
4 years, 4 months ago (2016-08-08 23:52:34 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart File pkg/analyzer/lib/src/task/strong/checker.dart (right): https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode211 pkg/analyzer/lib/src/task/strong/checker.dart:211: void checkFunctionApplication(InvocationExpression node) { fyi -- I did a ...
4 years, 4 months ago (2016-08-09 12:35:19 UTC) #4
Jennifer Messerly
Friendly ping :)
4 years, 4 months ago (2016-08-10 15:29:45 UTC) #5
vsm
lgtm https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart File pkg/analyzer/lib/src/task/strong/checker.dart (right): https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode994 pkg/analyzer/lib/src/task/strong/checker.dart:994: DartType _getStaticType(Expression expr) => Maybe rename to _getDefiniteType? ...
4 years, 4 months ago (2016-08-10 21:22:21 UTC) #6
Jennifer Messerly
thanks! https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart File pkg/analyzer/lib/src/task/strong/checker.dart (right): https://codereview.chromium.org/2221233002/diff/40001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode994 pkg/analyzer/lib/src/task/strong/checker.dart:994: DartType _getStaticType(Expression expr) => On 2016/08/10 21:22:21, vsm ...
4 years, 4 months ago (2016-08-10 22:28:09 UTC) #7
Jennifer Messerly
4 years, 4 months ago (2016-08-10 22:29:57 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
9242687547e8fce046ad253f93100486bd8cdbc0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698