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:
Adam Joseph 2022-10-31 03:47:50 -07:00
parent e3a66cbd5d
commit a79c233ae6
4 changed files with 39 additions and 1 deletions

View file

@ -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 |