Port all? command (#365)

* Implement `From<bool>` for `Value`

* Add `All` command

* Change `IntoPipelineData` and `IntoInterruptiblePipelineData` bounds

* Refactor `PipelineIterator` impls

* Add `PipelineData::into_interruptible_iter`

* Use `into_interruptible_iter` instead of `all` helper

* Merge imports

* Refactor `PipelineData::{filter, map}`

* Change comment pronoun

* Treat `RowCondition` as a block

* Remove unnecessary braces

* Address cluppy warning
This commit is contained in:
Arthur
2021-11-27 18:49:03 +01:00
committed by GitHub
parent 0ba0daa2c4
commit 63c3d19c67
5 changed files with 142 additions and 24 deletions

View File

@ -20,6 +20,7 @@ pub fn create_default_context() -> EngineState {
// TODO: sort default context items categorically
bind_command!(
Alias,
All,
Append,
Benchmark,
BuildString,