snix/tvix/eval/src
Vincent Ambo 2478a6c5ba feat(tvix/eval): coerce values to paths when importing
This enables the use of string paths (and, in the future,
derivations), as long as their string values represent an absolute
path.

Change-Id: I4b198efeb70415ed52f58bd1da6fa79a24dad14c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6866
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-10-07 14:24:36 +00:00
..
builtins feat(tvix/eval): coerce values to paths when importing 2022-10-07 14:24:36 +00:00
compiler feat(tvix/eval): insert import into the builtins itself 2022-10-07 14:24:36 +00:00
tests feat(tvix/eval): implement tvix's user-agent, err, nixVersion 2022-10-05 13:07:55 +00:00
value refactor(tvix/eval): builtins now contain closures 2022-10-06 15:22:32 +00:00
chunk.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
errors.rs feat(tvix/eval): coerce values to paths when importing 2022-10-07 14:24:36 +00:00
eval.rs feat(tvix/eval): add method for emitting runtime warnings 2022-10-07 14:24:36 +00:00
lib.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
main.rs feat(tvix/eval): use fancy error formatting in REPL 2022-10-04 21:04:03 +00:00
observer.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
opcode.rs chore(tvix/eval): remove existing nested key implementation 2022-09-29 11:47:47 +00:00
properties.rs refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality 2022-09-18 22:03:41 +00:00
source.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
test_utils.rs test(tvix/eval): Add proof-of-concept test for Chunk 2022-09-18 17:55:06 +00:00
upvalues.rs refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality 2022-09-18 22:03:41 +00:00
vm.rs feat(tvix/eval): add method for emitting runtime warnings 2022-10-07 14:24:36 +00:00
warnings.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00