From b5c4f61c8ab7cb41443b8d0914816c8bcc79a7d8 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:13:37 -0500 Subject: [PATCH] Use a bug tracker, instead of README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 871f601..0572542 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ raven run main.Main ## Future plans -- [ ] Fix `raven test`. Totally borked. - [ ] Make `nest run` fall back to an entry point specified in Nest.toml, when none provided. - [ ] Fix project structure, eliminate inter-dependencies. @@ -43,4 +42,3 @@ raven run main.Main will be implemented should there arise a need. - [ ] Wrap errors properly, instead of hap-hazardly using `anyhow` - [ ] Maybe proper logging? -- [ ] Fix using hashes to avoid unnesscesary recompilation.