dart-archive / barback

An asset build system for Dart.
https://pub.dartlang.org/packages/barback
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

Pipe errors through the barback asset graph #54

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Issue by nex3 Originally opened as dart-lang/sdk#19491


If a build error causes an asset not to be generated, rather than just deleting that asset from the graph barback should set it to an error state. The error should then be propagated down through all transformations of that asset, and should be exposed to the user if they call [getAsset] for a tainted asset.

DartBot commented 9 years ago

Comment by nex3


Marked this as blocking dart-lang/pub#1015.