|
|
Reapply change to update dart2js operator equals semantics to follow the latest spec.
Changes since the version that was reverted are in patch set 2:
1. Fix one remaining dart2js test that relied on the old operator== behavior.
2. Fix type intersection operation to actually take null into account. Because of bounded types they should always use canBeNull.
R=floitsch@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=9396
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+24 lines, -88 lines) |
Patch |
 |
M |
lib/compiler/implementation/lib/js_helper.dart
|
View
|
1
2
|
3 chunks |
+4 lines, -26 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/builder.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/codegen.dart
|
View
|
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/nodes.dart
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/optimize.dart
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/types.dart
|
View
|
1
|
6 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
lib/unittest/core_matchers.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/co19/co19-leg.status
|
View
|
|
1 chunk |
+4 lines, -0 lines |
2 comments
|
Download
|
 |
M |
tests/compiler/dart2js/boolified_operator_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/constant_folding_test.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js_extra/operator_equals_test.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/language/operator5_test.dart
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|