tvl-depot/tvix/eval/src
Vincent Ambo 3c311ffab2 fix(tvix/eval): correctly print lambda address in observer
We want the address that the Rc is pointing to, not the address of the
Rc.

Change-Id: I8eba21677f242bbe4166c74d4aa4269c316076e3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8045
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-02-14 08:02:40 +00:00
..
builtins chore(tvix/eval): use writeln for newline string 2023-02-13 19:45:58 +00:00
compiler fix(tvix/eval): fix the default case for path parsing 2023-02-04 12:44:59 +00:00
tests fix(tvix/eval): skip runtime completely on compiler errors 2023-02-13 16:21:47 +00:00
value chore(tvix/eval): clippy warn is length zero 2023-02-13 19:45:58 +00:00
chunk.rs refactor(tvix/eval): administer antidote for poison 2023-01-21 10:19:15 +00:00
errors.rs fix(tvix/eval): make fields of eval's Error type public 2023-02-13 16:21:46 +00:00
io.rs chore(tvix/eval): only use Rc with impure feature 2023-02-03 18:58:17 +00:00
lib.rs fix(tvix/eval): skip runtime completely on compiler errors 2023-02-13 16:21:47 +00:00
nix_search_path.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
observer.rs fix(tvix/eval): correctly print lambda address in observer 2023-02-14 08:02:40 +00:00
opcode.rs refactor(tvix/eval): administer antidote for poison 2023-01-21 10:19:15 +00:00
pretty_ast.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +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 chore(tvix/eval): implement std::error::Error for tvix_eval::Error 2023-01-02 22:24:43 +00:00
spans.rs refactor(tvix/eval): add a LightSpan type for lighter span tracking 2022-12-21 22:21:25 +00:00
systems.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +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 fix(tvix/eval): remove impl PartialEq for Value 2022-11-04 00:30:13 +00:00
vm.rs fix(tvix/eval): ensure all evaluated thunks are correctly memoized 2023-02-03 10:47:18 +00:00
warnings.rs chore(tvix/eval): delete "useless parenthesis" warning/optimisation 2023-01-23 17:59:06 +00:00