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

Issue 2223343002: fix #26896, mark all @proxy ops as dynamic (Closed)

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

Description

fix #26896, mark all @proxy ops as dynamic This was already working for calls/methods because we fail to get a FunctionType. But it wasn't working for other cases like operators. R=vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/eafe459b0e72ecd4803d6c7616b3d67477a22b8a

Patch Set 1 #

Patch Set 2 : make null safe #

Total comments: 2

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -38 lines) Patch
M pkg/analyzer/lib/src/task/strong/checker.dart View 1 2 9 chunks +21 lines, -37 lines 0 comments Download
M pkg/analyzer/test/src/context/mock_sdk.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/checker_test.dart View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/inferred_type_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Jennifer Messerly
4 years, 4 months ago (2016-08-09 00:06:48 UTC) #2
vsm
https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart File pkg/analyzer/lib/src/task/strong/checker.dart (right): https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode1035 pkg/analyzer/lib/src/task/strong/checker.dart:1035: (element is ClassElement && element.isOrInheritsProxy); Is this too conservative ...
4 years, 4 months ago (2016-08-09 15:20:51 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart File pkg/analyzer/lib/src/task/strong/checker.dart (right): https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode1035 pkg/analyzer/lib/src/task/strong/checker.dart:1035: (element is ClassElement && element.isOrInheritsProxy); On 2016/08/09 15:20:51, vsm ...
4 years, 4 months ago (2016-08-09 15:31:11 UTC) #4
Jennifer Messerly
On 2016/08/09 15:31:11, John Messerly wrote: > https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart > File pkg/analyzer/lib/src/task/strong/checker.dart (right): > > https://codereview.chromium.org/2223343002/diff/20001/pkg/analyzer/lib/src/task/strong/checker.dart#newcode1035 ...
4 years, 4 months ago (2016-08-09 15:36:21 UTC) #5
Jennifer Messerly
PTAL. refactors to use elements. (Amusing blast from the past: https://github.com/dart-lang/dev_compiler/issues/132)
4 years, 4 months ago (2016-08-09 15:45:56 UTC) #6
vsm
lgtm!
4 years, 4 months ago (2016-08-09 15:50:30 UTC) #7
Jennifer Messerly
4 years, 4 months ago (2016-08-09 17:15:12 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
eafe459b0e72ecd4803d6c7616b3d67477a22b8a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698