DescriptionUse 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. #
Messages
Total messages: 5 (0 generated)
|