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

Issue 25540004: Use our own DiagnosticHandler for dart2js. (Closed)

Created:
7 years, 2 months ago by Bob Nystrom
Modified:
7 years, 2 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use our own DiagnosticHandler for dart2js. Instead of implementing SourceFileProvider and using dart2js's built in DiagnosticHandler, we just provide our own CompilerInputProvider and DiagnosticHandler functions. This avoids implementing stuff in SourceFileProvider and, more importantly, lets us handle missing source files better. The DiagnosticHandler in dart2js just barfs and trashes the original error if it can't find a source file to associate with it. The windows bots are currently failing on an error I can't see because it doesn't have a source file. BUG= R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=28246

Patch Set 1 #

Total comments: 8

Patch Set 2 : Revise. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -37 lines) Patch
M pkg/barback/lib/src/transform_logger.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 6 chunks +107 lines, -27 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/dart.dart View 1 2 chunks +19 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
7 years, 2 months ago (2013-10-03 21:02:32 UTC) #1
nweiz
lgtm I'm not thrilled with the amount of duplication here -- we run a real ...
7 years, 2 months ago (2013-10-03 21:39:14 UTC) #2
Bob Nystrom
On 2013/10/03 21:39:14, nweiz wrote: > lgtm > > I'm not thrilled with the amount ...
7 years, 2 months ago (2013-10-03 21:48:51 UTC) #3
Bob Nystrom
https://codereview.chromium.org/25540004/diff/1/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart File sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart (right): https://codereview.chromium.org/25540004/diff/1/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart#newcode85 sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart:85: /// copied from dart2js. The primary difference is that ...
7 years, 2 months ago (2013-10-03 21:48:57 UTC) #4
Bob Nystrom
7 years, 2 months ago (2013-10-03 21:49:21 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r28246 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698