tvix: builtins.split "" "foo"
OOMs
#449
Opened by sterni at
In Tvix, the following expression OOMs (both WASM and native targets):
builtins.split "" "foo"
It is valid and should return:
[ "" [ ] "f" [ ] "o" [ ] "o" [ ] "" ]
(Lix/C++ Nix)
-
sterni at 2025-08-19T21·25+00
- sterni closed this issue at 2025-08-20T11·38+00