mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Merge branch 'main' into completions
This commit is contained in:
commit
6b2f639095
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# Engine-q
|
||||
|
||||
Engine-q is a smaller project to reimplement some of the core functionality in Nushell. It's still in an alpha state, and there is still a lot to do: please see TODO.md
|
||||
Engine-q is an experimental project to replace the core functionality in Nushell (parser, engine, protocol). It's still in an alpha state, and there is still a lot to do: please see TODO.md
|
||||
|
||||
If you'd like to help out, come join us on the [discord](https://discord.gg/NtAbbGn) or propose some work in an issue or PR draft. We're currently looking to begin porting Nushell commands to engine-q.
|
||||
|
|
1
TODO.md
1
TODO.md
|
@ -17,6 +17,7 @@
|
|||
- [x] Column path
|
||||
- [x] ...rest without calling it rest
|
||||
- [x] Iteration (`each`) over tables
|
||||
- [ ] Row conditions
|
||||
- [ ] Value serialization
|
||||
- [ ] Handling rows with missing columns during a cell path
|
||||
- [ ] Error shortcircuit (stopping on first error)
|
||||
|
|
Loading…
Reference in a new issue