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

Issue 22961002: Add more metadata to non-programmatic barback exceptions. (Closed)

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

Description

Add more metadata to non-programmatic barback exceptions. This also adds a BarbackException superclass for errors that come from the package graph or from transformers. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=26133

Patch Set 1 #

Total comments: 14

Patch Set 2 : Code review changes. #

Patch Set 3 : Add a missing doc comment. #

Patch Set 4 : Small fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -52 lines) Patch
M pkg/barback/lib/src/asset_cascade.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/barback/lib/src/asset_node.dart View 1 2 3 chunks +11 lines, -6 lines 0 comments Download
M pkg/barback/lib/src/build_result.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/barback/lib/src/errors.dart View 1 2 chunks +83 lines, -13 lines 0 comments Download
M pkg/barback/lib/src/package_graph.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/barback/lib/src/phase.dart View 1 2 3 3 chunks +13 lines, -5 lines 0 comments Download
M pkg/barback/lib/src/transform_node.dart View 1 6 chunks +14 lines, -5 lines 0 comments Download
M pkg/barback/lib/src/utils.dart View 2 chunks +21 lines, -0 lines 0 comments Download
M pkg/barback/test/package_graph/errors_test.dart View 7 chunks +13 lines, -8 lines 0 comments Download
M pkg/barback/test/utils.dart View 2 chunks +42 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 4 months ago (2013-08-12 22:30:42 UTC) #1
Bob Nystrom
https://codereview.chromium.org/22961002/diff/1/pkg/barback/lib/src/build_result.dart File pkg/barback/lib/src/build_result.dart (right): https://codereview.chromium.org/22961002/diff/1/pkg/barback/lib/src/build_result.dart#newcode20 pkg/barback/lib/src/build_result.dart:20: final Set<BarbackException> errors; Is there a reason to not ...
7 years, 4 months ago (2013-08-13 00:04:29 UTC) #2
nweiz
https://codereview.chromium.org/22961002/diff/1/pkg/barback/lib/src/build_result.dart File pkg/barback/lib/src/build_result.dart (right): https://codereview.chromium.org/22961002/diff/1/pkg/barback/lib/src/build_result.dart#newcode20 pkg/barback/lib/src/build_result.dart:20: final Set<BarbackException> errors; On 2013/08/13 00:04:29, Bob Nystrom wrote: ...
7 years, 4 months ago (2013-08-13 19:15:11 UTC) #3
Bob Nystrom
LGTM!
7 years, 4 months ago (2013-08-13 20:15:46 UTC) #4
nweiz
7 years, 4 months ago (2013-08-14 18:12:22 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r26133 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698