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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
r/7571
refactor(tvix/eval): add SourceCode directly into error types
Vincent Ambo
6
-40
/
+67
2024-02-20
r/7569
refactor(tvix/eval): add API for enabling impure evaluation features
Vincent Ambo
1
-10
/
+20
2024-02-13
r/7509
test(tvix/eval): Add test asserting size of Value
Aspen Smith
1
-0
/
+8
2024-02-13
r/7508
feat(tvix/eval): Box Value::Catchable
Aspen Smith
10
-32
/
+37
2024-02-13
r/7507
revert(tvix/eval): Don't double-box Path values
Aspen Smith
6
-23
/
+20
2024-02-13
r/7506
fix(tvix/eval): Replace inner NixString repr with Box<Bstr>
Aspen Smith
3
-49
/
+79
2024-02-10
r/7497
refactor(tvix/eval): Box the strings in CatchableErrorKind
Aspen Smith
3
-13
/
+14
2024-02-10
r/7496
refactor(tvix/eval): Box the inside of Value::Json
Aspen Smith
3
-3
/
+3
2024-02-10
r/7495
feat(tvix/eval): strengthen significantly catchable test suite
Ryan Lahfa
71
-0
/
+203
2024-02-09
r/7492
fix(tvix/eval): Propagate catchables in NixAttrs::construct
Aspen Smith
5
-13
/
+31
2024-02-08
r/7488
fix(tvix/eval): Inline List.sort_by, and propagate errors
Aspen Smith
2
-53
/
+45
2024-02-08
r/7487
fix(tvix): Catch errors for generator in some builtins
Aspen Smith
1
-2
/
+3
2024-02-08
r/7483
fix(tvix/eval): Propagate catchables in a few more places
Aspen Smith
1
-9
/
+10
2024-02-08
r/7482
refactor(tvix/eval): Generalize propagation of catchable values
Aspen Smith
2
-183
/
+44
2024-02-04
r/7473
docs(eval/docs): toJSON is done
Florian Klink
1
-1
/
+1
2024-02-02
r/7467
refactor(tvix/eval): Box Value::String
Aspen Smith
10
-63
/
+60
2024-02-01
r/7463
feat(tvix/eval): Don't emit OpForce for non-thunk constants
Aspen Smith
3
-0
/
+26
2024-02-01
r/7461
refactor(tvix/eval): Don't double-box Path values
Aspen Smith
6
-20
/
+23
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
14
-173
/
+280
2024-01-31
r/7459
feat(tvix/eval/observer): Allow capturing timing of events
Aspen Smith
1
-0
/
+28
2024-01-25
r/7451
feat(tvix/eval/tvix_tests): add some more xml tests
Florian Klink
2
-0
/
+48
2024-01-25
r/7449
feat(tvix/eval/tests): compare .xml outputs
Florian Klink
4
-20
/
+29
2024-01-25
r/7448
feat(tvix/eval): track pattern binding names
Florian Klink
5
-5
/
+24
2024-01-24
r/7447
fix(tvix/eval/value/function): use BTreeMap for function arg names
Florian Klink
2
-5
/
+5
2024-01-24
r/7446
feat(tvix/eval): expose value_to_xml for test cases
Florian Klink
2
-1
/
+4
2024-01-24
r/7445
fix(tvix/eval/tests): fix eval-okay-getenv
Florian Klink
3
-0
/
+2
2024-01-23
r/7441
docs(tvix/eval/tests): update comment
Florian Klink
1
-2
/
+1
2024-01-20
r/7434
docs(tvix/eval): builtins.toXML is done
Florian Klink
1
-1
/
+1
2024-01-19
r/7422
chore(3p/sources): Bump channels & overlays
sterni
1
-5
/
+1
2024-01-18
r/7409
refactor(tvix/eval): move Evaluation::{default,new_pure}() again
Florian Klink
5
-22
/
+21
2024-01-18
r/7407
refactor(tvix/eval): generalize EvalIO container
Florian Klink
5
-43
/
+66
2024-01-17
r/7406
fix(tvix/eval): catchable-aware `throw`
Ryan Lahfa
1
-0
/
+4
2024-01-17
r/7405
fix(tvix/eval): catchable-aware `elem`
Ryan Lahfa
1
-0
/
+4
2024-01-17
r/7404
feat(tvix/glue): introduce test suite for context strings
Ryan Lahfa
1
-8
/
+0
2024-01-17
r/7403
fix(tvix/eval): `getContext` merges underlying values
Ryan Lahfa
2
-17
/
+66
2024-01-17
r/7400
fix(tvix/eval): context-aware `dirOf`
Ryan Lahfa
1
-1
/
+1
2024-01-17
r/7399
fix(tvix/eval): context-aware… `hasContext`
Ryan Lahfa
1
-1
/
+1
2024-01-17
r/7398
feat(tvix/eval): move away from `test_generator` to `rstest`
Ryan Lahfa
2
-34
/
+44
2024-01-16
r/7395
fix(tvix/eval): lift VM ops over Catchable
edef
2
-115
/
+102
2024-01-14
r/7379
fix(tvix/eval): catchable-aware builtins
Ryan Lahfa
5
-38
/
+306
2024-01-12
r/7375
feat(tvix/eval): make into_json public
Florian Klink
1
-1
/
+1
2024-01-12
r/7369
fix(tvix/eval): fix JSON error types
Florian Klink
1
-7
/
+7
2024-01-06
r/7355
chore(tvix): bump itertools
Florian Klink
1
-1
/
+1
2024-01-05
r/7344
fix(tvix/eval): Update eval benches for new API
Aspen Smith
2
-3
/
+2
2024-01-03
r/7340
feat(tvix/eval): context-aware `split`
Ryan Lahfa
1
-5
/
+14
2024-01-03
r/7339
feat(tvix/eval): impl `unsafeDiscardStringContext`
Ryan Lahfa
2
-5
/
+20
2024-01-03
r/7336
feat(tvix/glue): context-aware `toFile`
Ryan Lahfa
1
-0
/
+9
2024-01-03
r/7335
feat(tvix/eval): contextful coercion of files
Ryan Lahfa
1
-0
/
+5
2024-01-03
r/7334
feat(tvix/eval): contextful string coercion
Ryan Lahfa
1
-1
/
+1
2024-01-03
r/7333
feat(tvix/eval): contextful == of derivations
Ryan Lahfa
1
-2
/
+6
[prev]
[next]