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
/
glue
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
r/7596
refactor(tvix/glue): Make a single errors.rs module
Aspen Smith
2
-10
/
+9
2024-02-21
r/7591
feat(tvix/eval): Store string context alongside data
Aspen Smith
2
-16
/
+12
2024-02-21
r/7588
revert(tvix): don't use Rc::clone explicitly
aspen
3
-7
/
+7
2024-02-21
r/7587
fix(tvix/eval): allow reading non-UTF8 files
Florian Klink
2
-8
/
+8
2024-02-21
r/7585
feat(tvix/nix-compat): Use `StorePath` in `Output`
Peter Kolloch
4
-21
/
+10
2024-02-21
r/7584
feat(tvix/nix-compat): input_sources as StorePath
Peter Kolloch
1
-2
/
+5
2024-02-21
r/7583
feat(tvix/nix-compat): input_derivations with StorePaths
Peter Kolloch
3
-16
/
+21
2024-02-20
r/7578
feat(tvix/eval): implement `builtins.filterSource`
Ryan Lahfa
6
-9
/
+400
2024-02-20
r/7576
refactor(tvix): don't use Rc::clone explicitly
Florian Klink
2
-4
/
+4
2024-02-20
r/7565
chore(tvix/glue): remove unnecessary assignment
Vincent Ambo
1
-2
/
+1
2024-02-19
r/7557
feat(tvix/glue): Init fetcher builtins
Aspen Smith
5
-7
/
+69
2024-02-18
r/7551
feat(tvix/glue): drive builds on IO
Florian Klink
3
-13
/
+182
2024-02-18
r/7546
fix(tvix/glue): don't emit ret as INFO
Florian Klink
1
-6
/
+6
2024-02-17
r/7542
feat(tvix/glue): tune instrumentations in TvixStoreIO
Florian Klink
1
-2
/
+2
2024-02-17
r/7541
test(tvix/glue/known_paths): add tests
Florian Klink
3
-0
/
+99
2024-02-17
r/7540
refactor(tvix/glue/known_paths): use StorePath
Florian Klink
2
-9
/
+5
2024-02-17
r/7539
feat(tvix/glue/known_paths): add get_drv_by_output_path
Florian Klink
1
-0
/
+27
2024-02-17
r/7534
refactor(tvix/glue/KnownPaths): track Derivation struct too
Florian Klink
2
-22
/
+58
2024-02-13
r/7508
feat(tvix/eval): Box Value::Catchable
Aspen Smith
1
-8
/
+8
2024-02-13
r/7506
fix(tvix/eval): Replace inner NixString repr with Box<Bstr>
Aspen Smith
2
-16
/
+13
2024-02-02
r/7467
refactor(tvix/eval): Box Value::String
Aspen Smith
3
-7
/
+7
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
3
-40
/
+48
2024-01-22
r/7439
fix(tvix/glue/tests): resolve logic error in hasContextInAttrKeys
sterni
1
-1
/
+2
2024-01-20
r/7433
feat(tvix/store): enable `name` customization in the store
Ryan Lahfa
1
-0
/
+1
2024-01-20
r/7432
refactor(tvix/store): `import_path` → `import_path_as_nar_ca`
Ryan Lahfa
1
-1
/
+1
2024-01-20
r/7425
fix(tvix/glue/benches/eval): add impure_builtins
Florian Klink
1
-1
/
+2
2024-01-19
r/7422
chore(3p/sources): Bump channels & overlays
sterni
1
-2
/
+0
2024-01-18
r/7411
refactor(tvix/glue): add BuildService to TvixStoreIO
Florian Klink
4
-6
/
+16
2024-01-18
r/7410
feat(tvix/glue): use TvixStoreIO as derivation builtin state
Ryan Lahfa
6
-86
/
+106
2024-01-18
r/7407
refactor(tvix/eval): generalize EvalIO container
Florian Klink
2
-3
/
+6
2024-01-17
r/7404
feat(tvix/glue): introduce test suite for context strings
Ryan Lahfa
11
-0
/
+363
2024-01-16
r/7389
refactor(nix-compat): use StorePathRef for hash derivation modulo
Florian Klink
2
-18
/
+17
2024-01-15
r/7382
refactor(tvix/glue): have derivation_to_build_request consume inputs
Florian Klink
1
-58
/
+14
2024-01-15
r/7381
refactor(tvix/glue/known_paths): drop some unused stuff
Florian Klink
1
-51
/
+3
2024-01-14
r/7379
fix(tvix/eval): catchable-aware builtins
Ryan Lahfa
1
-4
/
+23
2024-01-12
r/7377
feat(tvix/glue): input derivation context tests
Ryan Lahfa
1
-0
/
+32
2024-01-12
r/7376
feat(tvix/glue/derivationStrict): support __structuredAttrs
Florian Klink
4
-171
/
+220
2024-01-12
r/7374
docs(tvix/glue): misc reflowing of comments
Ryan Lahfa
1
-7
/
+5
2024-01-12
r/7373
fix(tvix/glue/tvix_build): fn_input_drvs_to_output_nodes
Florian Klink
1
-47
/
+36
2024-01-12
r/7372
refactor(tvix/glue/tvix_store_io): async store_path_to_node
Florian Klink
1
-17
/
+23
2024-01-09
r/7361
refactor(tvix/castore/directorysvc): AsRef traverse_to
Florian Klink
1
-2
/
+1
2024-01-09
r/7359
refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …>
Florian Klink
1
-16
/
+14
2024-01-08
r/7357
feat(tvix/glue): add test for output path calculation
Florian Klink
1
-0
/
+36
2024-01-06
r/7356
feat(tvix/build): add BuildRequest validation
Florian Klink
1
-2
/
+10
2024-01-05
r/7353
fix(tvix/build): fix inconsistencies around paths
Florian Klink
1
-7
/
+7
2024-01-05
r/7352
refactor(tvix/glue): simplify TvixStoreIO further
Florian Klink
1
-45
/
+43
2024-01-05
r/7351
refactor(tvix/glue): simplify store_path_to_[root]_node
Florian Klink
1
-41
/
+36
2024-01-05
r/7350
chore(tvix): bump test-case dep to 3.3.1
Florian Klink
1
-1
/
+1
2024-01-03
r/7339
feat(tvix/eval): impl `unsafeDiscardStringContext`
Ryan Lahfa
1
-0
/
+45
2024-01-03
r/7338
feat(tvix/glue): contextful derivation
Ryan Lahfa
4
-214
/
+80
[next]