tvl-depot/tvix/serde/src
Vincent Ambo ba138712e4 feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq
This makes it possible for callers to control whether they can receive
partially evaluated values from an evaluation or not.

We're actually flipping the default behaviour to non-strict top-level
evaluation, which means that callers have to set `strict = true` on
the Evaluation to get the previous behaviour.

Change-Id: Ic048e9ba09c88866d4c3177d5fa07db11c4eb20e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8325
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2023-03-22 13:44:20 +00:00
..
de.rs feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq 2023-03-22 13:44:20 +00:00
de_tests.rs feat(tvix/serde): implement enum deserialisation 2023-01-04 17:21:40 +00:00
error.rs feat(tvix/serde): implement enum deserialisation 2023-01-04 17:21:40 +00:00
lib.rs test(tvix/serde): add initial set of deserialisation tests 2023-01-03 13:37:12 +00:00