snix/tvix/eval/src
Vincent Ambo da9e885e06 refactor(tvix/eval): rename OpAttrsIsSet -> OpHasAttr
This matches the name of the AST node from which it was compiled.
Suggested by sterni in cl/6231

Change-Id: Ia51525158d2f47467c01fce2282005b1a8417a47
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6623
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
2022-09-17 18:58:42 +00:00
..
builtins feat(tvix_eval): Support builtins.compareVersions 2022-09-17 14:48:58 +00:00
compiler refactor(tvix/eval): rename OpAttrsIsSet -> OpHasAttr 2022-09-17 18:58:42 +00:00
tests test(tvix/eval): add a test for lazy evaluation of with namespace 2022-09-17 18:58:42 +00:00
value refactor(tvix/eval): fix current clippy lints 2022-09-16 22:58:24 +00:00
chunk.rs feat(tvix/eval): add Chunk::pop_op method 2022-09-11 12:26:23 +00:00
errors.rs feat(tvix/eval): Support builtins.elemAt 2022-09-17 12:54:14 +00:00
eval.rs feat(tvix/eval): implement initial fancy display for warnings 2022-09-13 11:12:29 +00:00
lib.rs chore(tvix/eval): clean up remains of previous disassembler impl 2022-09-09 21:14:56 +00:00
main.rs fix(tvix/eval): always add history entries in REPL 2022-09-10 21:57:13 +00:00
observer.rs refactor(tvix/eval): use CodeIdx wrapper for instruction pointer 2022-09-13 14:41:57 +00:00
opcode.rs refactor(tvix/eval): rename OpAttrsIsSet -> OpHasAttr 2022-09-17 18:58:42 +00:00
upvalues.rs refactor(tvix/eval): capture entire with_stack in upvalues 2022-09-11 12:26:23 +00:00
vm.rs refactor(tvix/eval): rename OpAttrsIsSet -> OpHasAttr 2022-09-17 18:58:42 +00:00
warnings.rs feat(tvix/eval): implement legacy let syntax 2022-09-16 18:13:26 +00:00