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

Issue 34623004: Fix issue 11534 (Closed)

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

Description

Fix issue 11534. This improves the performance of the method in question, but doesn't allow us to run the skipped tests. I suspect that there is a new reason why they cannot be run. R=scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=29031

Patch Set 1 #

Total comments: 2

Patch Set 2 : Complete fix #

Patch Set 3 : Clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -45 lines) Patch
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ElementImpl.java View 1 1 chunk +4 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java View 1 5 chunks +38 lines, -40 lines 0 comments Download
M tests/co19/co19-analyzer.status View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Brian Wilkerson
7 years, 2 months ago (2013-10-22 18:30:06 UTC) #1
scheglov
lgtm https://codereview.chromium.org/34623004/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/34623004/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4305 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4305: if (path.indexOf(classElt) > 0) { This is full ...
7 years, 2 months ago (2013-10-22 18:35:19 UTC) #2
Brian Wilkerson
PTAL https://codereview.chromium.org/34623004/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/34623004/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4305 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4305: if (path.indexOf(classElt) > 0) { > Can it ...
7 years, 2 months ago (2013-10-22 19:54:16 UTC) #3
scheglov
LGTM
7 years, 2 months ago (2013-10-22 19:57:52 UTC) #4
Brian Wilkerson
7 years, 2 months ago (2013-10-22 20:00:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r29031 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698