tvl-depot/tvix/glue/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
..
builtins refactor(tvix/eval): remove code and location from struct 2023-12-31 13:15:24 +00:00
tests feat(tvix/build/protos): add some missing fields 2023-12-26 10:20:41 +00:00
.skip-subtree refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
fetchurl.nix refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
known_paths.rs chore(tvix/glue): allow unused_variables 2023-12-12 09:01:51 +00:00
lib.rs docs(tvix/glue): fix docstring 2023-12-21 16:43:11 +00:00
refscan.rs refactor(tvix): move tvix glue code into glue crate 2023-11-04 15:18:44 +00:00
tvix_build.rs feat(tvix/build): don't force outputs to be in store_dir 2023-12-29 22:14:08 +00:00
tvix_io.rs refactor(tvix): use io::Result for EvalIO 2023-12-12 14:28:50 +00:00
tvix_store_io.rs refactor(tvix/eval): remove code and location from struct 2023-12-31 13:15:24 +00:00