feat(tvix/eval): Support builtins.attrValues

:)

Change-Id: Idf170b506ed6fab035b1e6f61055fee02e5c9be8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6547
Reviewed-by: wpcarro <wpcarro@gmail.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-09-05 11:43:57 -07:00 committed by clbot
parent 067f2b16f6
commit 5a6d9ee1a0
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1 @@
[ [ ] [ 2 3 1 ] ]

View file

@ -0,0 +1,4 @@
[
(builtins.attrValues {})
(builtins.attrValues { foo = 1; bar = 2; baz = 3; })
]