feat(tvix/eval): add builtins.stringLength

Fairly straightforward, only thing of note is that we coerce (weakly) to
string here as well.

Change-Id: I03b427e657e402f1f9eb0f795b689bbf5092aba1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6745
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2022-09-21 22:30:39 +02:00
parent 64d3efcc2c
commit bd9cda2af7
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1 @@
[ 3 "hello" 9 4 ]