Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 23, 2023
1 parent b8717e0 commit a028a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Made `TaskManager.all_inputs` more efficient
* Call `TaskManager.sorted_tas_graph` less and made it faster
* Make @id generation simpler

## Version 0.2.2

Expand Down
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* Instrument the concurrent runner using [Fiber Metrics](https://github.com/didactic-drunk/fiber_metrics.cr)
* Once it works fine with files, generalize to a k/v store using [kiwi](ihttps://github.com/crystal-community/kiwi)
* Use state machines for tasks (see veelenga/aasm.cr)
* Make it fast again :-)
* Implement -k -i make options (keep going / ignore errors)
* Add a faster stale input check using file dates instead of hashes (like make)

* ~~Make it fast again :-)~~ [Sort of]
* ~~Implement the missing parts of the parallel runner~~
* ~~Make TaskManager a struct~~
* ~~Use getters/setters/properties properly~~
Expand Down

0 comments on commit a028a79

Please sign in to comment.