mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Update TODO.md
This commit is contained in:
parent
22e30d5ea7
commit
c03324ec9c
1 changed files with 2 additions and 2 deletions
4
TODO.md
4
TODO.md
|
@ -19,8 +19,8 @@
|
|||
- [x] Iteration (`each`) over tables
|
||||
- [x] Row conditions
|
||||
- [x] Simple completions
|
||||
- [ ] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs)
|
||||
- [ ] Signature needs to make parameters visible in scope before block is parsed
|
||||
- [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
|
||||
- [ ] Value serialization
|
||||
- [ ] Handling rows with missing columns during a cell path
|
||||
- [ ] Error shortcircuit (stopping on first error)
|
||||
|
|
Loading…
Reference in a new issue