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

Issue 2621433003: fixes #28236, generic methods should not cause warnings in Dart 1 (Closed)

Created:
3 years, 11 months ago by Jennifer Messerly
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fixes #28236, generic methods should not cause warnings in Dart 1 Instantiate universal functions in subtype tests & tear-offs. Also updates the status files and one Analyzer test that covered the tear-off type. R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/816592a9417cd9e02be4fd8683961caed4e210b7

Patch Set 1 #

Patch Set 2 : test type annotation fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -695 lines) Patch
M pkg/analyzer/lib/src/dart/element/type.dart View 1 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 1 4 chunks +19 lines, -19 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test_case.dart View 1 2 chunks +9 lines, -4 lines 0 comments Download
M pkg/analyzer/test/generated/static_type_analyzer_test.dart View 1 2 chunks +7 lines, -6 lines 0 comments Download
M pkg/pkg.status View 1 chunk +0 lines, -284 lines 0 comments Download
M runtime/observatory/tests/service/service.status View 1 chunk +0 lines, -120 lines 0 comments Download
M tests/benchmark_smoke/benchmark_smoke.status View 1 chunk +0 lines, -4 lines 0 comments Download
M tests/html/html.status View 1 chunk +0 lines, -157 lines 0 comments Download
M tests/isolate/isolate.status View 1 chunk +0 lines, -31 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -7 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -41 lines 0 comments Download
M tests/standalone/standalone.status View 1 1 chunk +0 lines, -13 lines 0 comments Download
M tests/utils/utils.status View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Jennifer Messerly
Hi guys, here's the fix for: https://github.com/dart-lang/sdk/issues/28236 I was able to get a clean test ...
3 years, 11 months ago (2017-01-07 01:43:42 UTC) #4
Jennifer Messerly
One thing of note here. functions such as min: (num, num) -> num will now ...
3 years, 11 months ago (2017-01-07 01:46:34 UTC) #5
Brian Wilkerson
lgtm, thanks!
3 years, 11 months ago (2017-01-07 15:40:28 UTC) #6
Jennifer Messerly
Committed patchset #2 (id:20001) manually as 816592a9417cd9e02be4fd8683961caed4e210b7 (presubmit successful).
3 years, 11 months ago (2017-01-09 20:46:28 UTC) #8
Paul Berry
On 2017/01/09 20:46:28, Jennifer Messerly wrote: > Committed patchset #2 (id:20001) manually as > 816592a9417cd9e02be4fd8683961caed4e210b7 ...
3 years, 11 months ago (2017-01-10 13:41:21 UTC) #9
Jennifer Messerly
On 2017/01/10 13:41:21, Paul Berry wrote: > On 2017/01/09 20:46:28, Jennifer Messerly wrote: > > ...
3 years, 11 months ago (2017-01-10 18:40:46 UTC) #10
Jennifer Messerly
3 years, 11 months ago (2017-01-10 19:02:00 UTC) #11
Message was sent while issue was closed.
fix is in https://codereview.chromium.org/2622953002/

Powered by Google App Engine
This is Rietveld 408576698