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

Issue 10919133: Support for new 'export' directive in resolver (Closed)

Created:
8 years, 3 months ago by scheglov
Modified:
8 years, 2 months ago
Reviewers:
ahe, Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support for new 'export' directive in resolver R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11984

Patch Set 1 #

Total comments: 4

Patch Set 2 : Tweak for parsing import/export directives #

Messages

Total messages: 4 (0 generated)
scheglov
8 years, 3 months ago (2012-09-06 19:51:54 UTC) #1
Brian Wilkerson
LGTM with one minor change https://chromiumcodereview.appspot.com/10919133/diff/1/compiler/java/com/google/dart/compiler/ast/LibraryNode.java File compiler/java/com/google/dart/compiler/ast/LibraryNode.java (right): https://chromiumcodereview.appspot.com/10919133/diff/1/compiler/java/com/google/dart/compiler/ast/LibraryNode.java#newcode46 compiler/java/com/google/dart/compiler/ast/LibraryNode.java:46: this.exported = false; I'm ...
8 years, 3 months ago (2012-09-06 20:13:07 UTC) #2
scheglov
https://chromiumcodereview.appspot.com/10919133/diff/1/compiler/java/com/google/dart/compiler/ast/LibraryNode.java File compiler/java/com/google/dart/compiler/ast/LibraryNode.java (right): https://chromiumcodereview.appspot.com/10919133/diff/1/compiler/java/com/google/dart/compiler/ast/LibraryNode.java#newcode46 compiler/java/com/google/dart/compiler/ast/LibraryNode.java:46: this.exported = false; On 2012/09/06 20:13:07, Brian Wilkerson wrote: ...
8 years, 3 months ago (2012-09-06 20:28:22 UTC) #3
ahe
8 years, 2 months ago (2012-10-19 08:29:18 UTC) #4
One could get the impression that this wasn't tested. There are no new tests
added to tests/language, no changes to language or co19 status files, and it
doesn't work (see http://dartbug.com/6073).

As far as I can tell, the only test of this CL is a negative test
(test_newLibrarySyntax_export in
dart/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java).

Powered by Google App Engine
This is Rietveld 408576698