mirror of
https://github.com/nushell/nushell
synced 2024-12-29 06:23:11 +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] Sub commands
|
||||||
- [x] Floats
|
- [x] Floats
|
||||||
- [x] Tests
|
- [x] Tests
|
||||||
- [x] Decl requires $
|
- [x] Decl requires $ but shouldn't
|
||||||
- [x] alias highlighting at call site
|
- [x] alias highlighting at call site
|
||||||
- [x] refactor into subcrates
|
- [x] refactor into subcrates
|
||||||
- [x] subcommand alias
|
- [x] subcommand alias
|
||||||
- [x] type inference from successful parse (eg not List<unknown> but List<int>)
|
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
|
||||||
- [x] variable type mismatch
|
|
||||||
- [ ] finish operator type-checking
|
- [ ] finish operator type-checking
|
||||||
- [ ] Column path
|
- [ ] Column path
|
||||||
- [ ] Ranges
|
- [ ] Ranges
|
||||||
|
|
Loading…
Reference in a new issue