tvl-depot/tvix/eval/src/value
Griffin Smith c7faba0c8e test(tvix/eval): Add tests for the Eq laws of Value
Only running 20 cases for now, since Value can get quite big if you let
it run for a while.

Change-Id: I09ef19da22c789c4869793836c98937c44595340
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6648
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-09-18 17:57:09 +00:00
..
attrs fix(tvix/eval): address current clippy lints 2022-09-13 14:41:57 +00:00
arbitrary.rs test(tvix/eval): impl Arbitrary for Value 2022-09-18 17:55:07 +00:00
attrs.rs test(tvix/eval): impl Arbitrary for Value 2022-09-18 17:55:07 +00:00
builtin.rs fix(tvix/eval): fix doc comment syntax where applicable 2022-09-10 21:57:13 +00:00
function.rs refactor(tvix/eval): introduce Upvalues struct in closures & thunks 2022-09-11 12:16:46 +00:00
list.rs test(tvix/eval): impl Arbitrary for Value 2022-09-18 17:55:07 +00:00
mod.rs test(tvix/eval): Add tests for the Eq laws of Value 2022-09-18 17:57:09 +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): introduce Upvalues struct in closures & thunks 2022-09-11 12:16:46 +00:00