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

Issue 10642017: Make sure that constructor bodies are added to the resolver (Closed)

Created:
8 years, 6 months ago by Søren Gjesse
Modified:
8 years, 6 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make sure that constructor bodies are added to the resolver R=ahe@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9030

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M lib/compiler/implementation/compiler.dart View 1 chunk +4 lines, -1 line 2 comments Download
M lib/compiler/implementation/enqueue.dart View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
8 years, 6 months ago (2012-06-22 08:52:27 UTC) #1
ahe
LGTM! https://chromiumcodereview.appspot.com/10642017/diff/1/lib/compiler/implementation/compiler.dart File lib/compiler/implementation/compiler.dart (right): https://chromiumcodereview.appspot.com/10642017/diff/1/lib/compiler/implementation/compiler.dart#newcode618 lib/compiler/implementation/compiler.dart:618: enqueuer.resolution.resolvedElements[work.element] = work.resolutionTree; I'm not liking this. Could ...
8 years, 6 months ago (2012-06-22 10:31:22 UTC) #2
Søren Gjesse
8 years, 6 months ago (2012-06-22 11:52:35 UTC) #3
https://chromiumcodereview.appspot.com/10642017/diff/1/lib/compiler/implement...
File lib/compiler/implementation/compiler.dart (right):

https://chromiumcodereview.appspot.com/10642017/diff/1/lib/compiler/implement...
lib/compiler/implementation/compiler.dart:618:
enqueuer.resolution.resolvedElements[work.element] = work.resolutionTree;
On 2012/06/22 10:31:22, ahe wrote:
> I'm not liking this. Could you add a todo for me to clean this up?

Done.

Powered by Google App Engine
This is Rietveld 408576698