From 30dd2d65cf9969888ac0bf219ce8ce49b79ffcc5 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 8 Jun 2024 23:02:04 -0300 Subject: [PATCH] todo management --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index d87d60f..c4434f3 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,8 @@ [Fiber Metrics](https://github.com/didactic-drunk/fiber_metrics.cr) * Add wildcard dependencies (depend on all files / tasks matching a pattern) * Mark tasks as stale if the OUTPUT is modified since last run +* Allow a "shallow" mode for directory dependencies, which hashes just a list of contents + and not the contents of the files themselves. * ~~Add directory dependencies (depend on all files in the tree)~~ * ~~Fix parallel `run_all` flag~~