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

Lazy transformer after a declaring transformer produces deadlock #64

Closed nex3 closed 9 years ago

nex3 commented 9 years ago

If a declaring transformer is used before a lazy transformer, and the lazy transformer consumes the outputs of the declaring transformer, the declaring transformer's output(s) will cause a deadlock if requested. The lazy transformer's output(s) seem to work fine.

zoechi commented 9 years ago

Thanks a lot for the quick fix! It's working fine now.