feat(tvix/eval): implement getContext primop

Change-Id: I2c5068a28f9883a01b0ff80a5e5ab32ba18bfc1a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10437
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
This commit is contained in:
Ryan Lahfa 2023-12-26 02:18:33 +01:00 committed by clbot
parent 96d06031af
commit 09ec8b6fcf
3 changed files with 48 additions and 1 deletions

View file

@ -61,7 +61,7 @@ The `impl` column indicates implementation status in tvix:
| genList | false | | | |
| genericClosure | false | | | todo |
| getAttr | false | | | |
| getContext | false | | | context |
| getContext | false | | | |
| getEnv | false | | false | |
| hasAttr | false | | | |
| hasContext | false | | | |