Port update cells command (#891)

* Port update cells command

Clean up, nicer match statements in UpdateCellsIterator

Return columns flag into HashSet errors

Add FIXME: for update cell behavior on nested lists

* Fix: process cells for Record when no columns are specified

* Fix: address clippy lints for unwrap and into_iter

* Fix: don't step into lists and don't bind $it var
This commit is contained in:
Julian Aichholz
2022-01-30 13:41:05 -08:00
committed by GitHub
parent a51d45b99d
commit 67cb720f24
3 changed files with 250 additions and 0 deletions

View File

@ -97,6 +97,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Transpose,
Uniq,
Update,
UpdateCells,
Where,
Wrap,
Zip,