Umney's Last Case
![]() |
|
Job: A Comedy of Justice
![]() |
Review:Yes, this is from that stage in Heinlein's career where he was having some ... mental issues? |
Croupier version v0.2.3 is out
A new release
of Croupier
my Crystal library for tasks and
dataflow programming is out!
- Made
TaskManager.all_inputs
more efficient - Call
TaskManager.sorted_tas_graph
less and made it faster - Make
@id
generation simpler
Full Changelog: v0.2.2...v0.2.3
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.