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

Issue 26232003: Support type promotion in dart2js. (Closed)

Created:
7 years, 2 months ago by Johnni Winther
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support type promotion in dart2js. BUG=http://dartbug.com/13806 R=karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=28654

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Updated cf. comments. #

Total comments: 12

Patch Set 3 : Rebased #

Patch Set 4 : Updated cf. comments #

Patch Set 5 : Updated to latest spec change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1225 lines, -10 lines) Patch
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 4 11 chunks +107 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 2 3 4 10 chunks +138 lines, -6 lines 0 comments Download
A tests/compiler/dart2js/type_promotion_test.dart View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
M tests/language/language_analyzer.status View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A tests/language/type_promotion_assign_test.dart View 1 chunk +47 lines, -0 lines 0 comments Download
A tests/language/type_promotion_closure_test.dart View 1 1 chunk +161 lines, -0 lines 0 comments Download
A tests/language/type_promotion_functions_test.dart View 1 1 chunk +113 lines, -0 lines 0 comments Download
A tests/language/type_promotion_local_test.dart View 1 chunk +159 lines, -0 lines 0 comments Download
A tests/language/type_promotion_logical_and_test.dart View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
A tests/language/type_promotion_more_specific_test.dart View 1 2 3 4 1 chunk +82 lines, -0 lines 0 comments Download
A tests/language/type_promotion_multiple_test.dart View 1 chunk +96 lines, -0 lines 0 comments Download
A tests/language/type_promotion_parameter_test.dart View 1 1 chunk +197 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Johnni Winther
7 years, 2 months ago (2013-10-09 15:55:58 UTC) #1
Lasse Reichstein Nielsen
Just more test suggestions. https://codereview.chromium.org/26232003/diff/6001/tests/language/type_promotion_functions_test.dart File tests/language/type_promotion_functions_test.dart (right): https://codereview.chromium.org/26232003/diff/6001/tests/language/type_promotion_functions_test.dart#newcode14 tests/language/type_promotion_functions_test.dart:14: typedef A FuncDynToA(x); Document the ...
7 years, 2 months ago (2013-10-10 10:49:15 UTC) #2
Johnni Winther
https://codereview.chromium.org/26232003/diff/6001/tests/language/type_promotion_functions_test.dart File tests/language/type_promotion_functions_test.dart (right): https://codereview.chromium.org/26232003/diff/6001/tests/language/type_promotion_functions_test.dart#newcode14 tests/language/type_promotion_functions_test.dart:14: typedef A FuncDynToA(x); On 2013/10/10 10:49:16, Lasse Reichstein Nielsen ...
7 years, 2 months ago (2013-10-10 15:36:02 UTC) #3
karlklose
LGTM. https://codereview.chromium.org/26232003/diff/13001/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/26232003/diff/13001/sdk/lib/_internal/compiler/implementation/resolution/members.dart#newcode1905 sdk/lib/_internal/compiler/implementation/resolution/members.dart:1905: /// The nodes for which variable access and ...
7 years, 2 months ago (2013-10-15 11:56:16 UTC) #4
Johnni Winther
https://codereview.chromium.org/26232003/diff/13001/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/26232003/diff/13001/sdk/lib/_internal/compiler/implementation/resolution/members.dart#newcode1905 sdk/lib/_internal/compiler/implementation/resolution/members.dart:1905: /// The nodes for which variable access and mutation ...
7 years, 2 months ago (2013-10-15 15:57:00 UTC) #5
Johnni Winther
7 years, 2 months ago (2013-10-15 16:28:20 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r28654 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698