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

Issue 9836105: AnalysisServer fixes (Closed)

Created:
8 years, 9 months ago by danrubel
Modified:
8 years, 9 months ago
Reviewers:
Visibility:
Public.

Description

AnalysisServer fixes

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M compiler/java/com/google/dart/compiler/DartCompiler.java View 1 1 chunk +12 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danrubel
* resolve multiple libraries at once * construct library with short URI if one exists ...
8 years, 9 months ago (2012-03-27 04:26:06 UTC) #1
scheglov
LGTM https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java File compiler/java/com/google/dart/compiler/DartCompiler.java (right): https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java#newcode1165 compiler/java/com/google/dart/compiler/DartCompiler.java:1165: Map<URI, LibraryUnit> newLibraries = new HashMap<URI, LibraryUnit>(); Why ...
8 years, 9 months ago (2012-03-27 04:54:06 UTC) #2
Brian Wilkerson
LGTM https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java File compiler/java/com/google/dart/compiler/DartCompiler.java (right): https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java#newcode1169 compiler/java/com/google/dart/compiler/DartCompiler.java:1169: if (!resolvedLibs.containsKey(libUri) && libUnit != null) { I ...
8 years, 9 months ago (2012-03-27 14:00:18 UTC) #3
danrubel
https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java File compiler/java/com/google/dart/compiler/DartCompiler.java (right): https://chromiumcodereview.appspot.com/9836105/diff/1/compiler/java/com/google/dart/compiler/DartCompiler.java#newcode1165 compiler/java/com/google/dart/compiler/DartCompiler.java:1165: Map<URI, LibraryUnit> newLibraries = new HashMap<URI, LibraryUnit>(); On 2012/03/27 ...
8 years, 9 months ago (2012-03-27 14:27:25 UTC) #4
danrubel
8 years, 9 months ago (2012-03-27 14:38:04 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698