tvl-depot/tvix/eval/src/tests
Vincent Ambo 6a8541e35a feat(tvix/eval): implement initial compiler::optimiser module
This optimiser can rewrite some expressions into more efficient forms,
and warn users about those cases.

As a proof-of-concept, only some simple boolean comparisons are
supported for now.

Change-Id: I7df561118cfbad281fc99523e859bc66e7a1adcb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7766
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-01-06 12:23:55 +00:00
..
nix_tests fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
tvix_tests feat(tvix/eval): implement initial compiler::optimiser module 2023-01-06 12:23:55 +00:00
mod.rs test(tvix/eval): add test for builtins parity 2023-01-06 12:00:38 +00:00