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

Issue 465433003: Fix narrowing for null checks in type graph inferrer. (Closed)

Created:
6 years, 4 months ago by herhut
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Fix narrowing for null checks in type graph inferrer. BUG= R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=39325

Patch Set 1 #

Patch Set 2 : normalize dynamic type. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart View 1 2 chunks +4 lines, -2 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
herhut
6 years, 4 months ago (2014-08-11 13:06:13 UTC) #1
floitsch
LGTM.
6 years, 4 months ago (2014-08-11 14:04:07 UTC) #2
herhut
This version makes sure to use the correct version of dynamic for consistency.
6 years, 4 months ago (2014-08-15 14:03:01 UTC) #3
floitsch
LGTM. https://codereview.chromium.org/465433003/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart File sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart (right): https://codereview.chromium.org/465433003/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart#newcode226 sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart:226: ? dynamicType.type.nonNullable() Why is this necessary? Isn't that ...
6 years, 4 months ago (2014-08-15 17:37:44 UTC) #4
herhut
https://codereview.chromium.org/465433003/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart File sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart (right): https://codereview.chromium.org/465433003/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart#newcode226 sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart:226: ? dynamicType.type.nonNullable() On 2014/08/15 17:37:44, floitsch wrote: > Why ...
6 years, 4 months ago (2014-08-18 08:06:51 UTC) #5
herhut
6 years, 4 months ago (2014-08-18 08:07:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as 39325 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698