From a0b75edab36cb257247f9742c03bb59d852673b8 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:20:11 -0500 Subject: [PATCH] Update goals and bug tracking. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1cb8691..6c8814a 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,8 @@ raven run main.Main - [ ] Separate out `java.rs` into a dedicated wrapper library. - [ ] Possibly add support for pulling remote packages via `nest add`. This will be implemented should there arise a need. +- [ ] Wrap errors properly, instead of hap-hazardly using `anyhow` +- [ ] Maybe proper logging? +- [ ] Make `fs::expand_files()` skip over non-`.java` files or properly handle + that. +- [ ] Fix using hashes to avoid unnesscesary recompilation.