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

Issue 8747016: Fix for resolving interface constructors in factory, issue 521. (Closed)

Created:
9 years ago by scheglov
Modified:
9 years ago
Reviewers:
zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for resolving interface constructors in factory, issue 521. http://code.google.com/p/dart/issues/detail?id=521 R=zundel@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=1945

Patch Set 1 #

Total comments: 7

Patch Set 2 : Tweaks for error messages. #

Total comments: 1

Messages

Total messages: 5 (0 generated)
scheglov
9 years ago (2011-11-30 14:59:08 UTC) #1
zundel
I like the JUnit test you added. We should compare those tests to the current ...
9 years ago (2011-11-30 16:48:28 UTC) #2
zundel
http://codereview.chromium.org/8747016/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java File compiler/java/com/google/dart/compiler/resolver/Resolver.java (right): http://codereview.chromium.org/8747016/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java#newcode955 compiler/java/com/google/dart/compiler/resolver/Resolver.java:955: } On 2011/11/30 16:48:28, zundel wrote: > The spec ...
9 years ago (2011-11-30 16:58:33 UTC) #3
scheglov
http://codereview.chromium.org/8747016/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java File compiler/java/com/google/dart/compiler/resolver/Resolver.java (right): http://codereview.chromium.org/8747016/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java#newcode939 compiler/java/com/google/dart/compiler/resolver/Resolver.java:939: } On 2011/11/30 16:48:28, zundel wrote: > From my ...
9 years ago (2011-11-30 21:11:24 UTC) #4
zundel
9 years ago (2011-11-30 21:22:14 UTC) #5
lgtm

http://codereview.chromium.org/8747016/diff/3001/compiler/java/com/google/dar...
File compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
(right):

http://codereview.chromium.org/8747016/diff/3001/compiler/java/com/google/dar...
compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java:83:
NEW_EXPRESSION_FACTORY_CONSTRUCTOR("Can not resolve constructor with name '%s'
in factory '%s'"),
this looks more like the message the VM gives.

Powered by Google App Engine
This is Rietveld 408576698