Dan Davison
e242966a30
Replace 'str collect' with 'str join' everywhere
...
git ls-files | lines | par-each { |it| sed -i 's,str collect,str join,g' $it }
2022-09-09 16:41:14 -04:00
pwygab
e81689f2c0
Allow for rejecting nested record cells ( #6463 )
...
* add new function to remove data at a cellpath; allow reject to use cellpath
* add tests
* fmt
* fix clippt
* get it working properly with lists of records
* fix clippy, hopefully
* fix clippy, hopefully 2
2022-09-03 07:35:36 -05:00
WindSoilder
9602e82029
make sure no duplicate records exists during eval and merge ( #5633 )
2022-05-25 19:10:31 -05:00
JT
4e9c1067fb
Fix 4946 ( #4951 )
...
* Fix reject
* test
* clippy
2022-03-25 20:48:01 +13:00
JT
c4e1559f89
Another batch of command tests ( #4496 )
...
* Add a batch of command tests
* More tests
2022-02-16 07:38:02 -05:00
panicbit
cf20eed7bc
Support records in reject command ( #4373 )
...
* support records in reject command
* add reject command tests
2022-02-08 15:57:46 -05:00