snix/tvix/eval/src
Vincent Ambo 76e0c37b9e feat(tvix/eval): observe stack after exiting call frames/builtins
Change-Id: I1937d37551503a0b6bb0ac899d067302e4791e5f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6939
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-10-11 00:07:39 +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 feat(tvix/eval): observe stack after exiting call frames/builtins 2022-10-11 00:07:39 +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 feat(tvix/eval): observe stack after exiting call frames/builtins 2022-10-11 00:07:39 +00:00
warnings.rs refactor(tvix/eval): introduce source::SourceCode type 2022-10-05 10:29:47 +00:00