Add README about warnings

This commit is contained in:
oxalica 2022-08-07 00:13:54 +08:00
parent 5b5c40d9f9
commit c7eb03aa8c

View file

@ -18,6 +18,7 @@ Super fast incremental analysis! Scans `all-packages.nix` in less than 0.1s and
- Syntax errors.
- Incomplete syntax errors are currently suppressed to avoid noisy outputs during typing.
- [x] Hard semantic errors reported as parse errors by Nix, like duplicated keys in attrsets.
- [x] Warnings of legacy syntax.
- [ ] Client pulled diagnostics.
- [ ] Cross-file analysis.
- [ ] Multi-threaded.