Filter out all non-source files before feeding to javac.

This commit is contained in:
Olivia Brooks
2026-01-26 21:31:35 -05:00
parent a0b75edab3
commit f6a6d54992
2 changed files with 7 additions and 3 deletions

View File

@@ -43,6 +43,4 @@ raven run main.Main
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.