about summary refs log tree commit diff
path: root/tvix/eval/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-18 r/7409 refactor(tvix/eval): move Evaluation::{default,new_pure}() againFlorian Klink1-1/+1
2023-12-31 r/7289 refactor(tvix/eval): remove code and location from structFlorian Klink1-2/+2
2023-10-08 r/6739 refactor(tvix/eval/tests): migrate to tempfileFlorian Klink1-2/+1
2023-09-09 r/6574 fix(tvix/eval): make compare_strict_eval_tests use StrictAdam Joseph1-1/+1
2023-06-14 r/6297 fix(tvix/eval): don't thunk home relative pathssterni1-0/+3
2023-06-07 r/6244 fix(tvix/eval): use normal thunking behavior for default in formalssterni1-0/+5
2023-05-29 r/6219 test(tvix/eval): check thunking behavior of basic exprssterni1-0/+55
2023-05-29 r/6218 refactor(tvix/eval/nix_oracle): allow specifying eval strictnesssterni1-10/+28
2023-03-22 r/6037 feat(tvix/eval): add Evaluation::strict to toggle top-level deepseqVincent Ambo1-0/+1
2022-12-21 r/5467 feat(tvix/eval): use `EvalIO::import_path` when coercing pathsVincent Ambo1-1/+4
2022-12-21 r/5439 refactor(tvix/eval): use new public API in test codeVincent Ambo1-2/+4
2022-10-10 r/5085 feat(tvix/eval): Allow adding strings to pathsGriffin Smith1-1/+10
2022-09-18 r/4911 refactor(tvix/eval): use Clap for arg+env parsingGriffin Smith1-1/+3
2022-09-17 r/4886 test(tvix/eval): Add the start of a nix oracle test suiteGriffin Smith1-0/+67