tvl-depot/tvix/eval/src
Vincent Ambo 1cb1931406 feat(tvix/eval): emit warnings on useless inherit
Change-Id: Ifb9993cf8b85393eb43e1b204c7ab2f889b7113b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6194
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-08-29 20:13:26 +00:00
..
tests test(tvix/eval): add basic tests for let expressions 2022-08-29 20:13:26 +00:00
value chore(tvix/eval): add variant_size_differences warning to Value 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 feat(tvix/eval): emit warnings on useless inherit 2022-08-29 20:13:26 +00:00
errors.rs feat(tvix/eval): add local identifier access 2022-08-28 17:50:34 +00:00
eval.rs feat(tvix/eval): resolve relative path literals 2022-08-28 11:02:15 +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): resolve relative path literals 2022-08-28 11:02:15 +00:00
opcode.rs feat(tvix/eval): add local identifier access 2022-08-28 17:50:34 +00:00
vm.rs feat(tvix/eval): add local identifier access 2022-08-28 17:50:34 +00:00
warnings.rs feat(tvix/eval): emit warnings on useless inherit 2022-08-29 20:13:26 +00:00