mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Merge branch 'main' of github.com:jonathandturner/engine-q
This commit is contained in:
commit
2f91aca897
23
TODO.md
Normal file
23
TODO.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Todo
|
||||||
|
- [x] Env shorthand
|
||||||
|
- [x] String interpolation
|
||||||
|
- [x] Aliases
|
||||||
|
- [x] Env vars
|
||||||
|
- [x] Sub commands
|
||||||
|
- [x] Floats
|
||||||
|
- [x] Tests
|
||||||
|
- [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>`)
|
||||||
|
- [ ] finish operator type-checking
|
||||||
|
- [ ] Column path
|
||||||
|
- [ ] Ranges
|
||||||
|
- [ ] Source
|
||||||
|
- [ ] Autoenv
|
||||||
|
- [ ] Block params
|
||||||
|
|
||||||
|
## Maybe:
|
||||||
|
- [ ] default param values?
|
||||||
|
- [ ] Unary not?
|
Loading…
Reference in New Issue
Block a user