tvl-depot/tvix/serde/src
Florian Klink 4fba57c2c9 refactor(tvix/eval): remove code and location from struct
Instead, it's passed in the evaluate/compile_only functions, which feels
more naturally. It lets us set up the Evaluation struct long before
we actually feed it with data to evaluate.

Now that Evaluation::new() would be accepting an empty list of
arguments, we can simply implement Default, making things a bit more
idiomatic.

Change-Id: I4369658634909a0c504fdffa18242a130daa0239
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10475
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
2023-12-31 13:15:24 +00:00
..
de.rs refactor(tvix/eval): remove code and location from struct 2023-12-31 13:15:24 +00:00
de_tests.rs refactor(tvix/serde): cargo clippy 2023-08-20 21:43:01 +00:00
error.rs refactor(tvix/serde): cargo clippy 2023-08-20 21:43:01 +00:00
lib.rs feat(tvix/serde): make from_str_with_config public 2023-06-22 12:53:25 +00:00