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
/
tvix_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-23
r/5185
test(tvix/eval): add a test case for nested sibling access
Vincent Ambo
2
-0
/
+8
2022-10-22
r/5176
test(tvix/eval): add a test for observing an infinite attribute set
Vincent Ambo
2
-0
/
+5
2022-10-22
r/5175
feat(tvix/eval): Implement builtins.deepSeq
Griffin Smith
3
-0
/
+3
2022-10-22
r/5174
fix(tvix/eval): use top-level span for `force_with_output`
Vincent Ambo
2
-0
/
+2
2022-10-18
r/5156
fix(tvix/eval): wrap dynamic resolution in an extra thunk
Vincent Ambo
3
-1
/
+7
2022-10-17
r/5155
feat(nix/eval): Implement builtins.functionArgs
Griffin Smith
2
-0
/
+81
2022-10-17
r/5154
feat(tvix/eval): Validate closed formals
Griffin Smith
1
-0
/
+1
2022-10-17
r/5152
feat(tvix/eval): Implement builtins.seq
Griffin Smith
3
-0
/
+3
2022-10-16
r/5148
feat(tvix/eval): implement builtins.partition
James Landrein
2
-0
/
+14
2022-10-16
r/5141
fix(tvix/eval): don't coerce variable name to string
sterni
1
-0
/
+1
2022-10-15
r/5137
feat(tvix/eval): Implement builtins.intersectAttrs
Griffin Smith
2
-0
/
+4
2022-10-15
r/5136
feat(tvix/eval): Initial impl of builtins.match
Griffin Smith
2
-0
/
+30
2022-10-15
r/5135
feat(tvix/eval): Implement builtins.fromJSON
Griffin Smith
4
-0
/
+28
2022-10-15
r/5133
fix(tvix/eval): bring foldl' strictness in line with C++ Nix
sterni
5
-0
/
+9
2022-10-15
r/5132
feat(tvix/eval): implement builtins.dirOf
Adam Joseph
2
-0
/
+11
2022-10-13
r/5125
feat(tvix/eval): implement builtins.baseNameOf
Adam Joseph
2
-0
/
+11
2022-10-13
r/5124
fix(tvix/eval): parseDrvName should not coerce, and xfail test
Adam Joseph
1
-0
/
+1
2022-10-12
r/5115
test(tvix/eval): add eval-okay-parsedrvname.{exp,nix}
Adam Joseph
2
-0
/
+13
2022-10-11
r/5105
fix(tvix/eval/builtins): force acc not list element in foldl'
sterni
2
-0
/
+9
2022-10-11
r/5102
feat(tvix/eval): Implement builtins.removeAttrs
Griffin Smith
3
-0
/
+11
2022-10-11
r/5100
fix(tvix/eval): Pop frames even if running op fails
Griffin Smith
2
-1
/
+2
2022-10-10
r/5095
feat(tvix/eval): Implement builtins.readFile
Griffin Smith
2
-0
/
+2
2022-10-10
r/5091
fix(tvix/eval): path resolution errors are catchable
Griffin Smith
2
-1
/
+2
2022-10-10
r/5090
fix(tvix/eval): Thunk `if` expr
Griffin Smith
2
-0
/
+7
2022-10-10
r/5089
feat(tvix/eval): Implement builtins.tryEval
Griffin Smith
2
-0
/
+6
2022-10-10
r/5088
feat(tvix/eval): Implement builtins.pathExists
Griffin Smith
2
-0
/
+3
2022-10-10
r/5085
feat(tvix/eval): Allow adding strings to paths
Griffin Smith
2
-0
/
+10
2022-10-10
r/5084
feat(tvix/eval): Implement builtins.concatStringsSep
Griffin Smith
2
-0
/
+9
2022-10-10
r/5083
feat(tvix/eval): Support builtins.readDir
William Carroll
4
-0
/
+2
2022-10-10
r/5080
feat(tvix/eval): Implement builtins.elem
Griffin Smith
3
-0
/
+68
2022-10-10
r/5076
feat(tvix/eval): Implement builtins.foldl'
Griffin Smith
2
-0
/
+6
2022-10-10
r/5075
feat(tvix/eval): Implement builtins.genList
Griffin Smith
2
-0
/
+2
2022-10-10
r/5074
feat(tvix/eval): Implement builtins.concatMap
Griffin Smith
2
-0
/
+2
2022-10-09
r/5073
feat(tvix/eval): Implement builtins.listToAttrs
Griffin Smith
2
-0
/
+16
2022-10-08
r/5069
fix(tvix/eval): end scope after compiling legacy let bindings
Vincent Ambo
2
-0
/
+2
2022-10-08
r/5068
feat(tvix/tests): Import default.nix inside directory
Griffin Smith
3
-0
/
+6
2022-10-08
r/5066
fix(tvix/eval): Force thunks when comparing against ground vals
Griffin Smith
2
-1
/
+5
2022-10-05
r/5038
feat(tvix/eval): implement tvix's user-agent, err, nixVersion
Vincent Ambo
2
-0
/
+6
2022-10-03
r/5024
feat(tvix/eval): implement `builtins.any`
Vincent Ambo
2
-0
/
+16
2022-10-03
r/5023
feat(tvix/eval): implement `builtins.all`
Vincent Ambo
2
-0
/
+16
2022-10-03
r/5022
feat(tvix/eval): implement builtins.concatLists
Vincent Ambo
2
-0
/
+7
2022-10-03
r/5019
feat(tvix/eval): implement tail-calling of __functor attributes
Vincent Ambo
2
-0
/
+2
2022-09-30
r/5006
fix(tvix/eval): fix thunk borrowing error in force_for_output
Vincent Ambo
2
-0
/
+5
2022-09-30
r/5005
test(tvix/eval): add simple nested key tests in let & rec attrs
Vincent Ambo
4
-0
/
+10
2022-09-30
r/5003
test(tvix/eval): reactivate nested key tests in plain attribute sets
Vincent Ambo
9
-0
/
+0
2022-09-29
r/4997
feat(tvix/eval): merge attribute sets in bindings
Vincent Ambo
4
-0
/
+23
2022-09-29
r/4989
refactor(tvix/eval): merge all bindings creation logic
Vincent Ambo
11
-2
/
+2
2022-09-29
r/4988
feat(tvix/eval): implement dynamic keys in recursive attrs
Vincent Ambo
2
-0
/
+6
2022-09-23
r/4963
feat(tvix/eval): implement 'builtins.filter'
Vincent Ambo
2
-0
/
+14
2022-09-22
r/4962
fix(tvix/eval): manually count entries in recursive scopes
Vincent Ambo
2
-0
/
+2
[prev]
[next]