Use a bug tracker, instead of README.

This commit is contained in:
Olivia Brooks
2026-01-27 06:13:37 -05:00
parent aa851f7616
commit b5c4f61c8a

View File

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