tvl-depot/tvix/serde/src
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
..
de.rs refactor(tvix/eval): Make strict an EvalMode enum 2024-10-12 12:27:37 +00:00
de_tests.rs refactor(tvix): use composition & registry for from_addr 2024-07-18 19:19:26 +00:00
error.rs refactor(tvix/eval): use internal SourceCode field in error printers 2024-02-20 09:18:08 +00:00
lib.rs feat(tvix/serde): make from_str_with_config public 2023-06-22 12:53:25 +00:00