tvl-depot/tvix/eval/src
Vincent Ambo 0a09356f82 refactor(tvix/eval): rename Chunk::add_* functions to ::push_*
grfn pointed out in cl/6069 that naming them like this makes it clear
that things are being added to the end of the state.

Change-Id: I6a23215c4fef713869a3c85b0dde1ebbda7637e9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6179
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-27 09:27:13 +00:00
..
tests test(tvix/eval): make sure all language tests also pass with C++ Nix 2022-08-26 20:46:03 +00:00
value chore(tvix/eval): explicitly set #[repr(transparent)] on wrappers 2022-08-27 09:27:13 +00:00
chunk.rs refactor(tvix/eval): rename Chunk::add_* functions to ::push_* 2022-08-27 09:27:13 +00:00
compiler.rs refactor(tvix/eval): rename Chunk::add_* functions to ::push_* 2022-08-27 09:27:13 +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