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

Issue 11365150: Relax some type annotations in concrete type inference. (Closed)

Created:
8 years, 1 month ago by polux
Modified:
8 years ago
Reviewers:
karlklose, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Relax some type annotations in concrete type inference. Committed: https://code.google.com/p/dart/source/detail?r=15523

Patch Set 1 #

Patch Set 2 : Add tests that justify these changes and fix one bug that they discovered #

Patch Set 3 : sync to head #

Patch Set 4 : Restrict the string hack to tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -8 lines) Patch
M sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart View 1 2 3 5 chunks +23 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/cpa_inference_test.dart View 1 2 3 11 chunks +131 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
polux
8 years, 1 month ago (2012-11-08 14:33:39 UTC) #1
polux
As discussed offline, the change from FunctionElement to Element on line 1402 was indeed startling ...
8 years, 1 month ago (2012-11-15 11:07:23 UTC) #2
karlklose
The annotation fix LGTM, but the string marker feels wrong to me. If we must ...
8 years ago (2012-11-28 08:15:34 UTC) #3
polux
On 2012/11/28 08:15:34, karlklose wrote: > The annotation fix LGTM, but the string marker feels ...
8 years ago (2012-11-29 11:49:07 UTC) #4
polux
I've restricted the string hack to tests and will remove it as soon as we ...
8 years ago (2012-11-29 15:49:16 UTC) #5
ahe
8 years ago (2012-11-29 15:50:58 UTC) #6
Patch set 4, LGTM

Powered by Google App Engine
This is Rietveld 408576698