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

Issue 2343863004: ignore `dynamic` when doing inference (Closed)

Created:
4 years, 3 months ago by Jennifer Messerly
Modified:
4 years, 3 months ago
Reviewers:
Leaf
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : add changelog note #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -8 lines) Patch
M CHANGELOG.md View 1 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/type_system.dart View 1 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/strong/inferred_type_test.dart View 1 2 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jennifer Messerly
This fixes some issues that folks were seeing in when upgrading existing code to the ...
4 years, 3 months ago (2016-09-15 22:40:59 UTC) #2
Leaf
https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart File pkg/analyzer/test/src/task/strong/inferred_type_test.dart (right): https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart#newcode1871 pkg/analyzer/test/src/task/strong/inferred_type_test.dart:1871: var z = o.fold(0, /*info:INFERRED_TYPE_CLOSURE,error:ARGUMENT_TYPE_NOT_ASSIGNABLE*/(x, y) => /*info:DYNAMIC_INVOKE*/x + ...
4 years, 3 months ago (2016-09-16 00:12:25 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart File pkg/analyzer/test/src/task/strong/inferred_type_test.dart (right): https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart#newcode1871 pkg/analyzer/test/src/task/strong/inferred_type_test.dart:1871: var z = o.fold(0, /*info:INFERRED_TYPE_CLOSURE,error:ARGUMENT_TYPE_NOT_ASSIGNABLE*/(x, y) => /*info:DYNAMIC_INVOKE*/x + ...
4 years, 3 months ago (2016-09-16 20:14:40 UTC) #4
Leaf
lgtm https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart File pkg/analyzer/test/src/task/strong/inferred_type_test.dart (right): https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart#newcode1871 pkg/analyzer/test/src/task/strong/inferred_type_test.dart:1871: var z = o.fold(0, /*info:INFERRED_TYPE_CLOSURE,error:ARGUMENT_TYPE_NOT_ASSIGNABLE*/(x, y) => /*info:DYNAMIC_INVOKE*/x ...
4 years, 3 months ago (2016-09-20 16:44:48 UTC) #5
Jennifer Messerly
On 2016/09/20 16:44:48, Leaf wrote: > lgtm > > https://codereview.chromium.org/2343863004/diff/1/pkg/analyzer/test/src/task/strong/inferred_type_test.dart > File pkg/analyzer/test/src/task/strong/inferred_type_test.dart (right): > ...
4 years, 3 months ago (2016-09-20 16:49:44 UTC) #6
Jennifer Messerly
I also added a short CHANGELOG note. Slowly getting better at remembering those :)
4 years, 3 months ago (2016-09-20 16:56:50 UTC) #7
Jennifer Messerly
4 years, 3 months ago (2016-09-20 16:59:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8c25a41accf52265a89bcc2ffac3bdb7c271f9fb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698