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

Issue 9030024: Suppress compiler warnings in dart:// code - the user is unable to take any action wrt these erro... (Closed)

Created:
8 years, 11 months ago by devoncarew
Modified:
8 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Suppress compiler warnings in dart:// code - the user is unable to take any action wrt these errors. They currently show up as exceptions in the editor's log. Committed: https://code.google.com/p/dart/source/detail?r=3055

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M editor/tools/plugins/com.google.dart.tools.core/.options View 1 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java View 1 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/CompilerListener.java View 1 3 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
devoncarew
This CL addresses these exceptions in the log: Could not find file for source "dart://htmlimpl/src/DocumentFragmentWrappingImplementation.dart" ...
8 years, 11 months ago (2012-01-04 18:14:24 UTC) #1
danrubel
Before we suppress errors, perhaps we could pull together a CL that fixed the problem ...
8 years, 11 months ago (2012-01-04 18:32:28 UTC) #2
devoncarew
Interestingly enough, while I see the source not found exceptions in people's logs, I can't ...
8 years, 11 months ago (2012-01-04 18:51:40 UTC) #3
Brian Wilkerson
> Before we suppress errors, perhaps we could pull together a CL that fixed the ...
8 years, 11 months ago (2012-01-04 20:21:59 UTC) #4
devoncarew
I filed a bug w/ the compiler warnings at: http://code.google.com/p/dart/issues/detail?id=1060 I also added a DartCoreDebug.VERBOSE ...
8 years, 11 months ago (2012-01-05 18:49:17 UTC) #5
devoncarew
http://codereview.chromium.org/9030024/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/CompilerListener.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/CompilerListener.java (right): http://codereview.chromium.org/9030024/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/CompilerListener.java#newcode137 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/CompilerListener.java:137: if (source != null && source.getUri().toString().startsWith("dart://")) { On 2012/01/04 ...
8 years, 11 months ago (2012-01-05 18:50:21 UTC) #6
danrubel
lgtm
8 years, 11 months ago (2012-01-06 03:54:51 UTC) #7
Brian Wilkerson
8 years, 11 months ago (2012-01-06 19:23:47 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698