snix/tvix/eval/src
Vincent Ambo 3ed40b4eea feat(tvix/eval): emit warnings for unused local bindings
Change-Id: I6e876a8f4d062297abae812b14ed8ec17a502f2c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6237
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-09-01 21:40:50 +00:00
..
tests refactor(tvix/eval): use pretty_assertions for tests 2022-09-01 12:50:17 +00:00
value feat(tvix/eval): carry optional SyntaxNode in error type 2022-09-01 21:40:50 +00:00
chunk.rs feat(tvix/eval): implement chunk disassembler output 2022-08-30 16:53:40 +00:00
compiler.rs feat(tvix/eval): emit warnings for unused local bindings 2022-09-01 21:40:50 +00:00
disassembler.rs feat(tvix/eval): implement chunk disassembler output 2022-08-30 16:53:40 +00:00
errors.rs refactor(tvix/eval): collect vector of errors in compiler 2022-09-01 21:40:50 +00:00
eval.rs refactor(tvix/eval): collect vector of errors in compiler 2022-09-01 21:40:50 +00:00
lib.rs feat(tvix/eval): implement optional runtime tracing 2022-08-30 16:53:40 +00:00
main.rs fix(tvix/eval): gently attempt to create state dir 2022-08-31 22:10:40 +00:00
opcode.rs feat(tvix/eval): implement assert operator 2022-09-01 17:41:22 +00:00
vm.rs feat(tvix/eval): carry optional SyntaxNode in error type 2022-09-01 21:40:50 +00:00
warnings.rs feat(tvix/eval): emit warnings for unused local bindings 2022-09-01 21:40:50 +00:00