feat: Errors are now tracked, so duplicate errors don't report more than once.

This commit is contained in:
Spencer Brower
2026-07-31 10:07:32 -04:00
parent dd76a8e83c
commit dd77289f5b
2 changed files with 24 additions and 9 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
- Polish existing features before moving on to new ones.
- [ ] Improve diagnostics
- [ ] keep track of every error and don't report them more than once.
- [x] keep track of every error and don't report them more than once.
- [ ] All Diagnostics should show:
- [ ] *What* went wrong
- [ ] *where* (in the file)
@@ -28,6 +28,7 @@
content template's source/path, which can point at the wrong file.
- [ ] try to make file paths clickable links.
- [ ] centralize diagnostics to one place.
- [ ] consider logging the number of times an error occurred.
- [ ] Load grammars dynamically
- [ ] starred must be a param.
- [ ] Documentation