snix/tvix/eval/src/tests
Aspen Smith b7a6fc2812 refactor(tvix/eval): Make strict an EvalMode enum
Refactor the `strict` boolean passed into evaluation at the top-level to
be a (two-variant, so far) EvalMode enum of Lazy and Strict.

This is more explicit than a boolean, and if we ever add more EvalModes
it's a simple extension of the enum.

Change-Id: I3de50e74ec971011664f6cd0999d08b792118410
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12186
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: aspen <root@gws.fyi>
2024-10-12 12:27:37 +00:00
..
nix_tests feat(tvix/eval): Re-enable testing for eval-okay-readDir 2024-08-09 14:56:57 +00:00
tvix_tests feat(tvix/eval): Re-enable testing for eval-okay-readDir 2024-08-09 14:56:57 +00:00
mod.rs refactor(tvix/eval): move nix_tests to separate module 2024-05-30 16:18:30 +00:00
nix_tests.rs refactor(tvix/eval): Make strict an EvalMode enum 2024-10-12 12:27:37 +00:00
one_offs.rs refactor(tvix/eval): Builderize Evaluation 2024-07-06 15:03:46 +00:00