Croupier version v0.2.2 is out
A new release
of Croupier
my Crystal library for tasks and
dataflow programming is out!
- Tasks without inputs should be treated like always_run tasks
(found via bug in Hacé) - Tasks without inputs and multiple outputs should not run twice
(found via bug in Hacé) - Made TaskManager an instance of a struct, and lost all the
class variables, simplifying code. - Removed some small methods from TaskManager.