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

Issue 10661029: Ensure interfaces are loaded. (Closed)

Created:
8 years, 6 months ago by ahe
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org, Johnni Winther, karlklose, ngeoffray
Visibility:
Public.

Description

Ensure interfaces are loaded.

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -45 lines) Patch
M dart/lib/compiler/implementation/compiler.dart View 1 1 chunk +0 lines, -4 lines 0 comments Download
M dart/lib/compiler/implementation/elements/elements.dart View 1 4 chunks +28 lines, -3 lines 0 comments Download
M dart/lib/compiler/implementation/enqueue.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M dart/lib/compiler/implementation/resolver.dart View 1 5 chunks +106 lines, -6 lines 0 comments Download
M dart/lib/compiler/implementation/typechecker.dart View 1 2 chunks +11 lines, -4 lines 0 comments Download
M dart/lib/compiler/implementation/world.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/co19/co19-leg.status View 1 5 chunks +6 lines, -19 lines 0 comments Download
M dart/tests/compiler/dart2js/mock_compiler.dart View 2 chunks +10 lines, -0 lines 0 comments Download
M dart/tests/compiler/dart2js/resolver_test.dart View 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ahe
8 years, 4 months ago (2012-08-06 10:16:16 UTC) #1
Lasse Reichstein Nielsen
LGTM https://chromiumcodereview.appspot.com/10661029/diff/2002/dart/lib/compiler/implementation/elements/elements.dart File dart/lib/compiler/implementation/elements/elements.dart (right): https://chromiumcodereview.appspot.com/10661029/diff/2002/dart/lib/compiler/implementation/elements/elements.dart#newcode888 dart/lib/compiler/implementation/elements/elements.dart:888: bool supertypesAreLoaded = false; Should we consider some ...
8 years, 4 months ago (2012-08-07 09:02:16 UTC) #2
ahe
8 years, 4 months ago (2012-08-14 10:57:05 UTC) #3
Thank you, Lasse!

It turned out it was more tricky to get your state suggestion to work and I have
ended up landing this change as part of other CLs:
https://chromiumcodereview.appspot.com/10836235/ (out for review) and
https://chromiumcodereview.appspot.com/10855125/ (committed).

I'll close this CL.

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698