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.