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

Issue 141823002: Use Object as supertype in face of invalid supertypes. (Closed)

Created:
6 years, 11 months ago by Johnni Winther
Modified:
6 years, 10 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use Object as supertype in face of invalid supertypes. BUG= R=karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=32113

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased #

Patch Set 3 : Updated cf. comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M tests/language/language_dart2js.status View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Johnni Winther
6 years, 11 months ago (2014-01-27 08:15:31 UTC) #1
karlklose
LGTM. https://codereview.chromium.org/141823002/diff/1/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/141823002/diff/1/sdk/lib/_internal/compiler/implementation/resolution/members.dart#newcode4114 sdk/lib/_internal/compiler/implementation/resolution/members.dart:4114: return compiler.objectClass.computeType(compiler); Extract a getter for this type. ...
6 years, 10 months ago (2014-01-28 13:30:02 UTC) #2
Johnni Winther
Committed patchset #3 manually as r32113 (presubmit successful).
6 years, 10 months ago (2014-01-29 09:59:11 UTC) #3
Johnni Winther
6 years, 10 months ago (2014-01-29 10:26:08 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/141823002/diff/1/sdk/lib/_internal/compiler/i...
File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right):

https://codereview.chromium.org/141823002/diff/1/sdk/lib/_internal/compiler/i...
sdk/lib/_internal/compiler/implementation/resolution/members.dart:4114: return
compiler.objectClass.computeType(compiler);
On 2014/01/28 13:30:03, karlklose wrote:
> Extract a getter for this type. Also it should be objectClass.rawType.

Done.

Powered by Google App Engine
This is Rietveld 408576698