tvl-depot/tvix/eval/src
Vincent Ambo 8e122574c2 fix(tvix/eval): implement functor calling for non-tail-calls
Change-Id: I1113921c46010021b61c412d74d60193c156e0f1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6937
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-10-11 00:07:38 +00:00
..
builtins fix(tvix/eval): Actually trace spans for thunks 2022-10-10 23:51:09 +00:00
compiler fix(tvix/eval): Actually trace spans for thunks 2022-10-10 23:51:09 +00:00
tests feat(tvix/eval): Implement builtins.readFile 2022-10-10 23:38:25 +00:00
value fix(tvix/eval): Actually trace spans for thunks 2022-10-10 23:51:09 +00:00
chunk.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
errors.rs fix(tvix/eval): format nested compiler errors in fancy output 2022-10-10 22:07:22 +00:00
eval.rs feat(tvix/eval): Initial resolution of <...> paths 2022-10-10 20:23:41 +00:00
lib.rs feat(tvix/eval): Add a struct implementing NIX_PATH 2022-10-10 20:23:41 +00:00
main.rs feat(tvix/eval): Initial resolution of <...> paths 2022-10-10 20:23:41 +00:00
nix_path.rs feat(tvix/eval): Add a struct implementing NIX_PATH 2022-10-10 20:23:41 +00:00
observer.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00
opcode.rs feat(tvix/eval): Initial resolution of <...> paths 2022-10-10 20:23:41 +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 feat(tvix/eval): fancy-format parse errors returned by rnix 2022-10-08 17:27:57 +00:00
spans.rs refactor(tvix/eval): implement ToSpan directly for rnix::TextRange 2022-10-08 10:58:42 +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 fix(tvix/eval): implement functor calling for non-tail-calls 2022-10-11 00:07:38 +00:00
warnings.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00