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

Issue 348493004: Add SpanException and SpanFormatException classes to source_maps. (Closed)

Created:
6 years, 6 months ago by nweiz
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add SpanException and SpanFormatException classes to source_maps. It's often useful to associate source range information with an exception in a way that will get printed along with that exception but can be pulled out and manipulated directly. It's especially useful if there's a common superclass/interface for doing so that can be shared across packages. This adds that superclass. R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=37509

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1 line) Patch
M pkg/source_maps/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/source_maps/lib/span.dart View 1 chunk +24 lines, -0 lines 0 comments Download
M pkg/source_maps/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
6 years, 6 months ago (2014-06-19 01:30:01 UTC) #1
Siggi Cherem (dart-lang)
lgtm
6 years, 6 months ago (2014-06-19 01:41:58 UTC) #2
nweiz
6 years, 6 months ago (2014-06-19 19:29:09 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r37509 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698