snix/tvix/eval/src
Vincent Ambo d952b29fca chore(tvix/eval): add variant_size_differences warning for OpCode
This makes it possible to quickly detect code errors that might blow
up the size of the OpCode type.

Change-Id: I7662dd0aa30c4762c0f9e4fa346418c9ca8b9994
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6177
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-26 20:32:12 +00:00
..
tests test(tvix/eval): add tests for the attrset or operator 2022-08-26 16:05:09 +00:00
value feat(tvix/vm): add opcodes for new Value::NotFound sentinel 2022-08-26 15:06:52 +00:00
chunk.rs feat(tvix/eval): add initial chunk representation 2022-08-12 13:05:16 +00:00
compiler.rs feat(tvix/eval): add warning for deprecated URL literals 2022-08-26 17:19:51 +00:00
errors.rs feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00
eval.rs feat(tvix/eval): add mechanism for emitting warnings from compiler 2022-08-26 17:19:51 +00:00
lib.rs feat(tvix/eval): add mechanism for emitting warnings from compiler 2022-08-26 17:19:51 +00:00
main.rs feat(tvix/eval): use rustyline crate for REPL 2022-08-26 17:19:51 +00:00
opcode.rs chore(tvix/eval): add variant_size_differences warning for OpCode 2022-08-26 20:32:12 +00:00
vm.rs feat(tvix/vm): add opcodes for new Value::NotFound sentinel 2022-08-26 15:06:52 +00:00
warnings.rs feat(tvix/eval): add warning for deprecated URL literals 2022-08-26 17:19:51 +00:00