tvl-depot/tvix/eval/src
Vincent Ambo 1416f1ab8a refactor(tvix/eval): avoid a use of Value::Blackhole
The blackhole allocation is not going to be cheaper than cloning this.

Change-Id: Id3ad44812decb4392830be06645e67bb0a982b96
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6267
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2022-09-02 15:45:43 +00:00
..
builtins feat(tvix/eval): implement builtins.catAttrs 2022-09-02 12:59:23 +00:00
tests fix(tvix/eval): consider let ... inherit ... in dynamic scopes 2022-09-02 14:13:00 +00:00
value refactor(tvix/eval): avoid a use of Value::Blackhole 2022-09-02 15:45:43 +00:00
chunk.rs refactor(tvix/eval): return a lambda from the compiler 2022-09-01 21:56:17 +00:00
compiler.rs refactor(tvix/eval): separate out let inherit ... logic 2022-09-02 15:45:43 +00:00
disassembler.rs feat(tvix/eval): implement chunk disassembler output 2022-08-30 16:53:40 +00:00
errors.rs feat(tvix/eval): implement 'throw' and 'abort' builtins 2022-09-02 12:59:23 +00:00
eval.rs chore(tvix/eval): print slightly more information about warnings 2022-09-02 14:13:00 +00:00
lib.rs feat(tvix/eval): introduce mechanism for defining builtins 2022-09-02 12:59:23 +00:00
main.rs fix(tvix/eval): gently attempt to create state dir 2022-08-31 22:10:40 +00:00
opcode.rs feat(tvix/eval): implement opcode for function calls in VM 2022-09-02 12:31:04 +00:00
vm.rs refactor(tvix/eval): add NixAttrs::contains function 2022-09-02 13:36:48 +00:00
warnings.rs feat(tvix/eval): emit warnings when globals are being shadowed 2022-09-02 12:59:23 +00:00