mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
Update TODO.md
This commit is contained in:
parent
d1da75d315
commit
b8d218e65b
1 changed files with 1 additions and 1 deletions
2
TODO.md
2
TODO.md
|
@ -21,6 +21,7 @@
|
|||
- [x] Simple completions
|
||||
- [x] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs)
|
||||
- [x] Signature needs to make parameters visible in scope before block is parsed
|
||||
- [x] Externals
|
||||
- [ ] Support for `$in`
|
||||
- [ ] Value serialization
|
||||
- [ ] Handling rows with missing columns during a cell path
|
||||
|
@ -30,7 +31,6 @@
|
|||
- [ ] finish operator type-checking
|
||||
- [ ] Source
|
||||
- [ ] Overlays (replacement for `autoenv`)
|
||||
- [ ] Externals
|
||||
- [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?)
|
||||
|
||||
## Maybe:
|
||||
|
|
Loading…
Reference in a new issue