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

Issue 23672022: Ensure UnionTypeMask.operator== works in the presence of nullability. (Closed)

Created:
7 years, 3 months ago by ngeoffray
Modified:
7 years, 3 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ensure UnionTypeMask.operator== works in the presence of nullability. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=27173

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart View 1 1 chunk +14 lines, -3 lines 0 comments Download
A tests/compiler/dart2js/union_type_test.dart View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 3 months ago (2013-09-04 15:26:22 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/23672022/diff/3001/sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart File sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart (right): https://codereview.chromium.org/23672022/diff/3001/sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart#newcode270 sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart:270: var map = disjointMasks.map((e) => e.nonNullable()); Freaky indentation. ...
7 years, 3 months ago (2013-09-05 06:40:56 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/23672022/diff/3001/sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart File sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart (right): https://codereview.chromium.org/23672022/diff/3001/sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart#newcode270 sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart:270: var map = disjointMasks.map((e) => e.nonNullable()); On ...
7 years, 3 months ago (2013-09-05 06:53:18 UTC) #3
ngeoffray
7 years, 3 months ago (2013-09-05 07:01:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27173 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698