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

Issue 12431004: Implement subclass union and intersection on type mask. (Closed)

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

Description

Implement subclass union and intersection on type mask. R=ngeoffray@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=19468

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -50 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/type_mask.dart View 1 5 chunks +118 lines, -48 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 9 months ago (2013-03-05 10:22:09 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/12431004/diff/1/sdk/lib/_internal/compiler/implementation/types/type_mask.dart File sdk/lib/_internal/compiler/implementation/types/type_mask.dart (right): https://codereview.chromium.org/12431004/diff/1/sdk/lib/_internal/compiler/implementation/types/type_mask.dart#newcode88 sdk/lib/_internal/compiler/implementation/types/type_mask.dart:88: return unionClass(other, compiler); unionClass -> unionSubclass
7 years, 9 months ago (2013-03-05 12:32:48 UTC) #2
kasperl
Committed patchset #2 manually as r19468 (presubmit successful).
7 years, 9 months ago (2013-03-05 12:34:40 UTC) #3
kasperl
7 years, 9 months ago (2013-03-05 12:35:32 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/12431004/diff/1/sdk/lib/_internal/compiler/im...
File sdk/lib/_internal/compiler/implementation/types/type_mask.dart (right):

https://codereview.chromium.org/12431004/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/types/type_mask.dart:88: return
unionClass(other, compiler);
On 2013/03/05 12:32:48, ngeoffray wrote:
> unionClass -> unionSubclass

Done.

Powered by Google App Engine
This is Rietveld 408576698