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

Package cycles aren't well supported #85

Closed jakemac53 closed 6 years ago

jakemac53 commented 7 years ago

See https://github.com/dart-lang/barback/pull/84, if two packages transformers depend on inputs from each other then it just hangs.

This should be fine as long as the file(s) are pre-existing or the transformer phases that output the files aren't depending on inputs from each other?

kevmoo commented 6 years ago

Not planned