about summary refs log tree commit diff
path: root/tvix/eval/src/opcode.rs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-26T15·40+0300
committertazjin <tazjin@tvl.su>2022-09-03T00·49+0000
commit7da5076191d4037b9a0cfb5c818d64eb2822d9d0 (patch)
tree9408f16eb15e4e03f66099a0f35c5e149630e4b8 /tvix/eval/src/opcode.rs
parent903b57be042b9f3f0ad6f714d4dec0c1795f93c0 (diff)
refactor(tvix/eval): rename Value::NotFound & OpAttrOrNotFound r/4613
grfn suggested clearer naming for these in cl/6166.

Change-Id: I83164bf1d1902ebd42272e9d5d63819a0f6a72c5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6277
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/src/opcode.rs')
-rw-r--r--tvix/eval/src/opcode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/opcode.rs b/tvix/eval/src/opcode.rs
index 2ad4aa1f98..dadb2ecbf8 100644
--- a/tvix/eval/src/opcode.rs
+++ b/tvix/eval/src/opcode.rs
@@ -50,7 +50,7 @@ pub enum OpCode {
     OpAttrPath(usize),
     OpAttrsUpdate,
     OpAttrsSelect,
-    OpAttrOrNotFound,
+    OpAttrsTrySelect,
     OpAttrsIsSet,
 
     // `with`-handling