mirror of
https://github.com/nushell/nushell
synced 2025-01-15 06:34:15 +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] Simple completions
|
||||||
- [x] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs)
|
- [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] Signature needs to make parameters visible in scope before block is parsed
|
||||||
|
- [x] Externals
|
||||||
- [ ] Support for `$in`
|
- [ ] Support for `$in`
|
||||||
- [ ] Value serialization
|
- [ ] Value serialization
|
||||||
- [ ] Handling rows with missing columns during a cell path
|
- [ ] Handling rows with missing columns during a cell path
|
||||||
|
@ -30,7 +31,6 @@
|
||||||
- [ ] finish operator type-checking
|
- [ ] finish operator type-checking
|
||||||
- [ ] Source
|
- [ ] Source
|
||||||
- [ ] Overlays (replacement for `autoenv`)
|
- [ ] Overlays (replacement for `autoenv`)
|
||||||
- [ ] Externals
|
|
||||||
- [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?)
|
- [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?)
|
||||||
|
|
||||||
## Maybe:
|
## Maybe:
|
||||||
|
|
Loading…
Reference in a new issue