mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
Update TODO.md
This commit is contained in:
parent
9e76fb2231
commit
8ab7b27d4f
1 changed files with 2 additions and 3 deletions
5
TODO.md
5
TODO.md
|
@ -6,12 +6,11 @@
|
|||
- [x] Sub commands
|
||||
- [x] Floats
|
||||
- [x] Tests
|
||||
- [x] Decl requires $
|
||||
- [x] Decl requires $ but shouldn't
|
||||
- [x] alias highlighting at call site
|
||||
- [x] refactor into subcrates
|
||||
- [x] subcommand alias
|
||||
- [x] type inference from successful parse (eg not List<unknown> but List<int>)
|
||||
- [x] variable type mismatch
|
||||
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
|
||||
- [ ] finish operator type-checking
|
||||
- [ ] Column path
|
||||
- [ ] Ranges
|
||||
|
|
Loading…
Reference in a new issue