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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
r/4950
fix(tvix/eval): compare versions with an extra empty component
sterni
2
-2
/
+17
2022-09-21
r/4949
fix(tvix/eval): implement C++ Nix version part comparison algorithm
sterni
1
-1
/
+37
2022-09-21
r/4948
test(tvix/eval): add test cases for builtins.splitVersion
sterni
2
-0
/
+14
2022-09-21
r/4947
fix(tvix/eval/versions): preserve the Number string exactly
sterni
2
-6
/
+5
2022-09-21
r/4946
fix(tvix/eval/versions): dash is a divider, not underscore
sterni
1
-1
/
+1
2022-09-21
r/4945
feat(tvix/eval): implement builtins.splitVersion
sterni
1
-1
/
+16
2022-09-20
r/4944
feat(tvix/eval): track other type in NotCallable error kind
Vincent Ambo
2
-6
/
+9
2022-09-20
r/4943
refactor(tvix/eval): add VM::call_value helper method
Vincent Ambo
5
-34
/
+32
2022-09-20
r/4942
test(tvix/eval): Make proptests a bit smaller
Griffin Smith
2
-4
/
+4
2022-09-20
r/4941
feat(tvix/eval): implement builtins.map
Vincent Ambo
4
-1
/
+43
2022-09-20
r/4940
chore(tvix/eval): clean up this one weird trick ...
Vincent Ambo
1
-3
/
+0
2022-09-20
r/4939
refactor(tvix/eval): Define a Compiler::new function
Griffin Smith
1
-27
/
+39
2022-09-20
r/4938
test(tvix/eval): assert flipped compareVersions behaves correctly
sterni
1
-10
/
+19
2022-09-20
r/4937
fix(tvix/eval): force condition of an assert
sterni
3
-0
/
+9
2022-09-20
r/4936
fix(tvix/eval): make sure to deref thunk in type predicate builtins
sterni
3
-18
/
+63
2022-09-20
r/4935
chore(corp/tvixbolt): gitignore trunk's `dist` folder
Vincent Ambo
1
-0
/
+1
2022-09-20
r/4934
refactor(nix/buildLisp/tests/argv0): use derivation for tests
sterni
1
-35
/
+57
2022-09-20
r/4933
fix(tvix/eval): make sure to force before selecting in catAttrs
sterni
3
-5
/
+17
2022-09-20
r/4932
refactor(tvix/eval/builtins): avoid unnecessary popping
sterni
1
-8
/
+4
2022-09-20
r/4931
refactor(tvix/eval): don't unnecessarily force in toString
sterni
1
-1
/
+2
2022-09-20
r/4930
feat(ops/keycloak): import github identity provider configuration
Vincent Ambo
3
-1
/
+24
2022-09-20
r/4929
feat(ops/keycloak): add SMTP settings in configuration
Vincent Ambo
1
-0
/
+10
2022-09-19
r/4928
feat(tvix/eval): Support builtins.getAttr
William Carroll
3
-0
/
+18
2022-09-19
r/4927
feat(tvix/eval): Support builtins.hasAttr
William Carroll
3
-0
/
+16
2022-09-19
r/4926
fix(nixery): Set correct depot ref when fetching nix-1p
talyz
1
-1
/
+4
2022-09-19
r/4925
fix(nixery): Discard string context before parsing with fromJSON
talyz
1
-3
/
+3
2022-09-19
r/4924
fix(nixery): Avoid race when the same image is fetched in parallel
talyz
5
-47
/
+60
2022-09-19
r/4923
feat(monorepo-gerrit): swap owners plugin for code-owners
Luke Granger-Brown
1
-1
/
+10
2022-09-19
r/4922
chore(gerrit): migrate OWNERS files to code-owners style
Luke Granger-Brown
48
-159
/
+102
2022-09-19
r/4921
feat(gerrit): add code-owners plugin
Luke Granger-Brown
3
-7
/
+453
2022-09-19
r/4920
fix(tvix/eval): move compareVersions test so cargo test finds them
sterni
3
-1
/
+1
2022-09-19
r/4919
fix(tvix/eval): fix flipped sign in builtins.compareVersions
sterni
1
-2
/
+2
2022-09-19
r/4918
refactor(tvix/eval): handle forcing in Builtin::apply
sterni
2
-62
/
+58
2022-09-19
r/4917
feat(tvix/eval): Support builtins.tail
William Carroll
4
-0
/
+21
2022-09-19
r/4916
feat(tvix/eval): Support builtins.substring
William Carroll
4
-0
/
+61
2022-09-18
r/4915
chore(tvix/eval): add rustfmt to the shell
sterni
1
-0
/
+1
2022-09-18
r/4914
refactor(tvix/eval): Simplify forcing in builtins
Griffin Smith
2
-97
/
+90
2022-09-18
r/4913
fix(tvix/eval): ensure all thunks are forced in nested selects
Vincent Ambo
3
-2
/
+10
2022-09-18
r/4912
docs(tvix/eval): Document OpAttrs
Griffin Smith
1
-0
/
+4
2022-09-18
r/4911
refactor(tvix/eval): use Clap for arg+env parsing
Griffin Smith
8
-28
/
+167
2022-09-18
r/4910
fix(tvix/eval): Force thunks during equality comparison
Griffin Smith
3
-5
/
+20
2022-09-18
r/4909
chore(tvix/eval): Pass in VM to nix_eq
Griffin Smith
5
-20
/
+55
2022-09-18
r/4908
refactor(tvix/eval): Don't (ab)use PartialEq for Nix equality
Griffin Smith
11
-118
/
+196
2022-09-18
r/4907
refactor(tvix/eval): clone the Arc<codemap::File> for the compiler
Vincent Ambo
5
-11
/
+12
2022-09-18
r/4906
test(tvix/eval): Add Eq-laws tests for NixAttrs
Griffin Smith
1
-0
/
+11
2022-09-18
r/4905
test(tvix/eval): Add tests for the Eq laws of Value
Griffin Smith
2
-0
/
+23
2022-09-18
r/4904
fix(tvix/value): Properly match on Path for PartialEq
Griffin Smith
1
-0
/
+1
2022-09-18
r/4903
test(tvix/eval): Allow passing ProptestConfig to generated props
Griffin Smith
1
-15
/
+40
2022-09-18
r/4902
test(tvix/eval): impl Arbitrary for Value
Griffin Smith
4
-0
/
+128
2022-09-18
r/4901
test(tvix/eval): Add proof-of-concept test for Chunk
Griffin Smith
4
-4
/
+28
[next]