depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
tests
/
mod.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
r/7449
feat(tvix/eval/tests): compare .xml outputs
Florian Klink
1
-20
/
+29
2024-01-24
r/7445
fix(tvix/eval/tests): fix eval-okay-getenv
Florian Klink
1
-0
/
+2
2024-01-23
r/7441
docs(tvix/eval/tests): update comment
Florian Klink
1
-2
/
+1
2024-01-18
r/7409
refactor(tvix/eval): move Evaluation::{default,new_pure}() again
Florian Klink
1
-5
/
+2
2024-01-18
r/7407
refactor(tvix/eval): generalize EvalIO container
Florian Klink
1
-2
/
+2
2024-01-17
r/7404
feat(tvix/glue): introduce test suite for context strings
Ryan Lahfa
1
-8
/
+0
2024-01-17
r/7398
feat(tvix/eval): move away from `test_generator` to `rstest`
Ryan Lahfa
1
-28
/
+43
2023-12-31
r/7290
feat(tvix/eval): accept impl AsRef<str> for code
Florian Klink
1
-1
/
+1
2023-12-31
r/7289
refactor(tvix/eval): remove code and location from struct
Florian Klink
1
-6
/
+8
2023-09-24
r/6650
fix(tvix/eval): fix b/281 by adding Value::Catchable
Adam Joseph
1
-4
/
+9
2023-06-22
r/6344
feat(tvix/eval): allow extending builtins outside of tvix_eval
Evgeny Zemtsov
1
-0
/
+1
2023-03-22
r/6037
feat(tvix/eval): add Evaluation::strict to toggle top-level deepseq
Vincent Ambo
1
-0
/
+2
2023-03-13
r/5964
refactor(tvix/eval): flatten call stack of VM using generators
Vincent Ambo
1
-3
/
+3
2023-01-22
r/5735
feat(tvix/eval): support builtins implemented in Nix itself
Vincent Ambo
1
-0
/
+4
2023-01-20
r/5707
refactor(tvix/eval): directly return builtin tuples from macro
Vincent Ambo
1
-5
/
+1
2023-01-07
r/5626
fix(tvix/eval): fix typo'd function name in tests
Vincent Ambo
1
-1
/
+1
2023-01-06
r/5619
refactor(tvix/eval): move mocked builtins.derivation to tests
Vincent Ambo
1
-2
/
+37
2023-01-06
r/5594
test(tvix/eval): add test for builtins parity
sterni
1
-0
/
+5
2023-01-04
r/5581
refactor(tvix/eval): streamline construction of globals/builtins
Vincent Ambo
1
-2
/
+1
2022-12-25
r/5486
fix(tvix/eval): fix current clippy warnings
Vincent Ambo
1
-8
/
+6
2022-12-21
r/5459
feat(tvix/eval): add EvalIO to public crate API
Vincent Ambo
1
-2
/
+8
2022-12-21
r/5439
refactor(tvix/eval): use new public API in test code
Vincent Ambo
1
-39
/
+44
2022-10-26
r/5199
feat(tvix/eval): include filename of failing test when failing
Adam Joseph
1
-5
/
+5
2022-10-20
r/5168
fix(tvix/eval): restore .exp.xml files and skip in test suite
sterni
1
-0
/
+7
2022-10-19
r/5161
feat(tvix/eval): expect not-yet-passing tests to fail
Adam Joseph
1
-14
/
+48
2022-10-13
r/5123
feat(tvix/eval): enable the XFAIL tests
Adam Joseph
1
-14
/
+45
2022-10-13
r/5117
feat(tvix/eval): allow to disable warnings
Adam Joseph
1
-2
/
+3
2022-10-08
r/5068
feat(tvix/tests): Import default.nix inside directory
Griffin Smith
1
-1
/
+1
2022-09-18
r/4911
refactor(tvix/eval): use Clap for arg+env parsing
Griffin Smith
1
-2
/
+4
2022-09-01
r/4563
refactor(tvix/eval): use pretty_assertions for tests
Vincent Ambo
1
-4
/
+5
2022-08-28
r/4519
feat(tvix/eval): resolve relative path literals
Vincent Ambo
1
-2
/
+2
2022-08-25
r/4470
test(tvix/eval): add some eval-okay-* tests for trivial types
Vincent Ambo
1
-16
/
+24
2022-08-24
r/4467
test(tvix/eval): add identity tests for literal evaluation
Vincent Ambo
1
-2
/
+20
2022-08-24
r/4464
chore(tvix/tests): gate Nix test suite behind `nix_tests` feature
Vincent Ambo
1
-0
/
+1
2022-08-24
r/4461
feat(tvix/tests): check in Nix' language test suite
Vincent Ambo
1
-0
/
+28