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
/
value
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-24
r/4466
fix(tvix/value): align Display representation with Nix
Vincent Ambo
1
-6
/
+2
2022-08-24
r/4462
fix(tvix/value): add ident_str representation of strings
Vincent Ambo
2
-8
/
+25
2022-08-24
r/4459
fix(tvix/value): add escaping logic for Nix strings
Vincent Ambo
1
-10
/
+46
2022-08-24
r/4458
fix(tvix/value): implement PartialOrd/PartialEq for strings
Vincent Ambo
1
-1
/
+13
2022-08-24
r/4457
feat(tvix/value): introduce string representation with &'static str
Vincent Ambo
2
-19
/
+37
2022-08-24
r/4456
test(tvix/value): add simple attrset construction tests
Vincent Ambo
3
-0
/
+62
2022-08-24
r/4455
feat(tvix/value): implement nested attribute set literals
Vincent Ambo
1
-14
/
+44
2022-08-24
r/4454
refactor(tvix/value): encapsulate attrset logic within value::attrs
Vincent Ambo
2
-2
/
+191
2022-08-13
r/4441
refactor(tvix/value): explicitly implement PartialEq for value
Vincent Ambo
1
-1
/
+26
2022-08-13
r/4439
feat(tvix/eval): construct internal attribute path representation
Vincent Ambo
1
-0
/
+10
2022-08-13
r/4437
fix(tvix/value): KV struct needs to carry name as Value, too
Vincent Ambo
1
-1
/
+2
2022-08-13
r/4436
feat(tvix/value): implement Display properly for lists
Vincent Ambo
1
-2
/
+8
2022-08-13
r/4429
feat(tvix/value): add runtime representation of simple lists
Vincent Ambo
2
-0
/
+19
2022-08-13
r/4425
feat(tvix/value): add some necessary helpers for strings
Vincent Ambo
2
-4
/
+14
2022-08-13
r/4423
feat(tvix/eval): add Value variants for strings & attrsets
Vincent Ambo
3
-4
/
+19
2022-08-13
r/4422
feat(tvix/eval): add module for attribute set implementations
Vincent Ambo
2
-0
/
+37
2022-08-13
r/4421
feat(tvix/eval): add module for string type implementation
Vincent Ambo
2
-0
/
+69