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

Issue 8789008: Fix "extends" checks. Move them out of resolve phase and do them on demand. (Closed)

Created:
9 years ago by Jennifer Messerly
Modified:
9 years ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix "extends" checks. Move them out of resolve phase and do them on demand. We now do the check when we first notice a type is used. This gets us back to a state where we don't depend on the order that resolve() happens. (this order varies on VM vs node.js) Committed: https://code.google.com/p/dart/source/detail?r=2050

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -24 lines) Patch
M frog/element.dart View 1 chunk +1 line, -8 lines 0 comments Download
M frog/minfrog View 6 chunks +30 lines, -7 lines 0 comments Download
M frog/type.dart View 5 chunks +36 lines, -4 lines 0 comments Download
M tests/language/language.status View 1 chunk +5 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698