tvl-depot/tvix/eval/src
Vincent Ambo 6fdf55a975 fix(tvix/eval): use fragment span for OpAttrsSelect
Pointed out by sterni in cl/6389

Change-Id: I648056a760266a8cfd7adcdc478c7ff2132991f7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6568
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-09-13 14:41:57 +00:00
..
builtins fix(tvix/eval): fix doc comment syntax where applicable 2022-09-10 21:57:13 +00:00
compiler fix(tvix/eval): use fragment span for OpAttrsSelect 2022-09-13 14:41:57 +00:00
tests fix(tvix/eval): place plain inherits in correct stack slots 2022-09-11 12:26:23 +00:00
value fix(tvix/eval): address current clippy lints 2022-09-13 14:41:57 +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): implement initial fancy formatting for errors 2022-09-13 14:41:57 +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): use CodeIdx wrapper for instruction pointer 2022-09-13 14:41:57 +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): use CodeIdx wrapper for instruction pointer 2022-09-13 14:41:57 +00:00
warnings.rs fix(tvix/eval): address current clippy lints 2022-09-13 14:41:57 +00:00