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

Issue 10832321: Issue 4048. Support for revised library/import syntax (Closed)

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

Description

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -73 lines) Patch
M compiler/java/com/google/dart/compiler/DartCompiler.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartImportDirective.java View 1 chunk +11 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/LibraryImport.java View 2 chunks +58 lines, -6 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/LibraryNode.java View 4 chunks +22 lines, -4 lines 1 comment Download
M compiler/java/com/google/dart/compiler/ast/LibraryUnit.java View 11 chunks +26 lines, -20 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 3 chunks +2 lines, -5 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/DynamicElementImplementation.java View 1 chunk +5 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Elements.java View 1 chunk +4 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/LibraryElement.java View 1 chunk +4 lines, -0 lines 1 comment Download
M compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java View 2 chunks +11 lines, -0 lines 1 comment Download
M compiler/java/com/google/dart/compiler/resolver/Scope.java View 2 chunks +18 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java View 3 chunks +76 lines, -35 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java View 2 chunks +173 lines, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTestCase.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 4 months ago (2012-08-15 21:20:51 UTC) #1
Brian Wilkerson
8 years, 4 months ago (2012-08-15 21:45:58 UTC) #2
LGTM

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
File compiler/java/com/google/dart/compiler/ast/LibraryNode.java (right):

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
compiler/java/com/google/dart/compiler/ast/LibraryNode.java:1: // Copyright (c)
2011, the Dart project authors.  Please see the AUTHORS file
nit: copyright year

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
File compiler/java/com/google/dart/compiler/resolver/LibraryElement.java
(right):

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
compiler/java/com/google/dart/compiler/resolver/LibraryElement.java:1: //
Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
nit: copyright year

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
File
compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java
(right):

https://chromiumcodereview.appspot.com/10832321/diff/1/compiler/java/com/goog...
compiler/java/com/google/dart/compiler/resolver/LibraryElementImplementation.java:1:
// Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
nit: copyright year

Powered by Google App Engine
This is Rietveld 408576698