Update goals and bug tracking.

This commit is contained in:
Olivia Brooks
2026-01-26 21:20:11 -05:00
parent 91bf7769b4
commit a0b75edab3

View File

@@ -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.