feat(tvix/eval): implement builtins.split
This implements builtins.split, and passes eval-okay-regex-split.nix (which is moved out of notyetpassing). Signed-off-by: Adam Joseph <adam@westernsemico.com> Change-Id: Ieb0975da2058966c697ee0e2f5b3f26ccabfae57 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7143 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
e3a66cbd5d
commit
a79c233ae6
4 changed files with 39 additions and 1 deletions
|
@ -102,7 +102,7 @@ The `impl` column indicates implementation status in tvix:
|
|||
| scopedImport | true | | | |
|
||||
| seq | false | | | |
|
||||
| sort | false | | | |
|
||||
| split | false | | | todo |
|
||||
| split | false | | | |
|
||||
| splitVersion | false | | | |
|
||||
| storeDir | false | | | store |
|
||||
| storePath | false | | | store |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue