tvl-depot/tvix/eval/src/value
Vincent Ambo d54aeb1f20 chore(tvix/eval): remove existing nested key implementation
This implementation, which only ever worked for non-recursive
attribute sets, is no longer needed and thus removed here.

We have a new implementation of these nested keys coming up instead.

Change-Id: I0c2875154026a4f5f6e0aa038e465f54444bf721
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6783
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-09-29 11:47:47 +00:00
..
attrs test(tvix/eval): Make proptests a bit smaller 2022-09-20 23:41:58 +00:00
arbitrary.rs test(tvix/eval): Make proptests a bit smaller 2022-09-20 23:41:58 +00:00
attrs.rs chore(tvix/eval): remove existing nested key implementation 2022-09-29 11:47:47 +00:00
builtin.rs refactor(tvix/eval): handle forcing in Builtin::apply 2022-09-19 09:58:14 +00:00
function.rs refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality 2022-09-18 22:03:41 +00:00
list.rs chore(tvix/eval): Pass in VM to nix_eq 2022-09-18 22:03:42 +00:00
mod.rs chore(tvix/eval): remove existing nested key implementation 2022-09-29 11:47:47 +00:00
string.rs test(tvix/eval): Add proptests covering trait impls for String 2022-09-17 19:51:16 +00:00
thunk.rs refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality 2022-09-18 22:03:41 +00:00