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

Issue 1469353008: dart2js: Type inferrence: Account for implicit null test in '??' and '??='. (Closed)

Created:
5 years ago by sra1
Modified:
5 years ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: Type inferrence: Account for implicit null test in '??' and '??='. http://dartbug.com/25043 R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/0e4ac0b7e4806dacdd898374f3d3fe0a1533abb0

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -3 lines) Patch
M pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 1 3 chunks +12 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
sra1
5 years ago (2015-11-25 22:55:27 UTC) #4
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1469353008/diff/20001/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart File pkg/compiler/lib/src/inferrer/inferrer_visitor.dart (right): https://codereview.chromium.org/1469353008/diff/20001/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart#newcode479 pkg/compiler/lib/src/inferrer/inferrer_visitor.dart:479: DartType objectType = compiler.coreTypes.objectType; delete? (seems unused) https://codereview.chromium.org/1469353008/diff/20001/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart ...
5 years ago (2015-11-26 02:21:48 UTC) #6
sra1
https://chromiumcodereview.appspot.com/1469353008/diff/20001/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart File pkg/compiler/lib/src/inferrer/inferrer_visitor.dart (right): https://chromiumcodereview.appspot.com/1469353008/diff/20001/pkg/compiler/lib/src/inferrer/inferrer_visitor.dart#newcode479 pkg/compiler/lib/src/inferrer/inferrer_visitor.dart:479: DartType objectType = compiler.coreTypes.objectType; On 2015/11/26 02:21:48, Siggi Cherem ...
5 years ago (2015-12-01 02:14:10 UTC) #7
sra1
5 years ago (2015-12-01 02:19:11 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
0e4ac0b7e4806dacdd898374f3d3fe0a1533abb0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698