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-06-26
r/8315
fix(tvix/glue): reject unknown attrset args for fetch builtins
Florian Klink
3
-1
/
+18
2024-06-26
r/8314
refactor(tvix/eval): prefix ctx iterators in NixString
Florian Klink
1
-9
/
+12
2024-06-26
r/8313
feat(tvix/glue): implement builtins.toFile
Florian Klink
4
-9
/
+94
2024-06-26
r/8311
feat(tvix/glue): add eval-fail-* support to glue tests
Florian Klink
3
-0
/
+10
2024-06-26
r/8307
refactor(tvix/glue): return a parsed Url in NixFetchArgs
Florian Klink
2
-44
/
+29
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
2
-12
/
+14
2024-06-26
r/8305
feat(tvix/glue): handle regular file at builtins.path import
Florian Klink
2
-63
/
+114
2024-06-26
r/8304
feat(tvix/eval): add file_type method
Florian Klink
2
-0
/
+26
2024-06-17
r/8289
feat(tvix/tvix-store): improve progress bars
Florian Klink
1
-3
/
+3
2024-06-13
r/8266
fix(tvix-glue/fetchers/decompression): propagate error with ?
Florian Klink
1
-3
/
+1
2024-06-13
r/8265
fix(tvix/glue/tvix_store_io): also populate input sources
Florian Klink
1
-2
/
+23
2024-06-13
r/8263
fix(tvix/glue/tvix_store_io): disable concurrent fetches for now
Florian Klink
1
-1
/
+3
2024-06-13
r/8260
fix(tvix/glue/tvix_store_io): distinguish waiting and building
Florian Klink
1
-1
/
+3
2024-06-13
r/8259
feat(tvix/glue): report progress on all fetches, use progress bars
Florian Klink
3
-14
/
+41
2024-06-13
r/8258
fix(tvix/glue/tvix_store_io): use same case for progress messages
Florian Klink
1
-1
/
+1
2024-06-12
r/8257
fix(tvix-glue/fetchers): remove unused allow dead code
Florian Klink
1
-2
/
+0
2024-06-12
r/8255
feat(tvix/glue/tvix_store_io): show progress info
Florian Klink
2
-5
/
+10
2024-06-12
r/8254
feat(tvix/glue): support builtin:fetchurl
Florian Klink
5
-15
/
+197
2024-06-12
r/8252
feat(tvix/glue/fetchers): add NAR fetching infrastructure
Florian Klink
1
-5
/
+134
2024-06-12
r/8251
refactor(tvix/glue/fetchers): move store_path() tests here
Florian Klink
2
-42
/
+40
2024-06-12
r/8250
refactor(tvix/glue/fetchers): use named field for structs
Florian Klink
3
-30
/
+76
2024-06-12
r/8249
test(tvix/glue/fetchurl): add output path tests for fetchurl
Florian Klink
2
-1
/
+41
2024-06-11
r/8247
fix(tvix/eval): handle builtins.split matching the empty string
binarycat
1
-1
/
+1
2024-06-06
r/8222
feat(tvix): Switch to jemalloc
Aspen Smith
2
-0
/
+9
2024-06-06
r/8221
fix(tvix/glue): drop tracing-indicatif from deps
Florian Klink
1
-1
/
+0
2024-06-06
r/8220
feat(tvix/store/bin): add progress bar infrastructure
Florian Klink
1
-0
/
+1
2024-06-05
r/8218
fix(tvix): make rstest pick up new test case files
Ilan Joselevich
1
-0
/
+6
2024-06-05
r/8217
feat(tvix/glue): Implement builtins.storePath
Aspen Smith
6
-2
/
+56
2024-06-03
r/8211
feat(tvix): add CI targets for checking crate features powerset
Ilan Joselevich
1
-1
/
+10
2024-05-23
r/8164
feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
Florian Klink
1
-2
/
+2
2024-05-23
r/8163
feat(tvix/eval): teach builtins.toXML context
Florian Klink
2
-0
/
+15
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
6
-61
/
+69
2024-05-06
r/8082
refactor(tvix): remove usage of async-recursion
Connor Brewster
2
-3
/
+0
2024-05-06
r/8080
feat(tvix/store): use async nar reader for ingest_nar
Florian Klink
1
-4
/
+1
2024-05-04
r/8073
refactor(tvix/*store): use DS: DirectoryService
Florian Klink
1
-3
/
+3
2024-05-02
r/8066
feat(tvix/castore/directory/traverse): use castore Paths
Florian Klink
1
-0
/
+3
2024-05-02
r/8064
refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_modulo
Florian Klink
2
-11
/
+17
2024-04-30
r/8048
refactor(tvix/castore/import): restructure error types
Florian Klink
2
-6
/
+4
2024-04-30
r/8038
test(tvix): Fix tvix tests on macOS
Alice Carroll
1
-0
/
+10
2024-04-29
r/8037
feat(tvix/glue/tests): configure <nix NIX_PATH
Florian Klink
1
-0
/
+2
2024-04-29
r/8036
feat(tvix/glue/tests): wrap TvixStoreIO with TvixIO
Florian Klink
1
-1
/
+6
2024-04-29
r/8035
refactor(tvix/glue/fetchers): rename "nixhash" to just "hash"
Florian Klink
1
-12
/
+12
2024-04-29
r/8033
docs(tvix/glue/fetchers): update docstring on Tarball
Florian Klink
1
-1
/
+2
2024-04-29
r/8027
refactor(tvix/glue): clone less
Florian Klink
1
-30
/
+28
2024-04-29
r/8026
refactor(tvix/glue): move decompression into fetchers/ subdir
Florian Klink
3
-5
/
+7
2024-04-24
r/8002
refactor(tvix/castore): add separate Error enum for archives
Connor Brewster
1
-0
/
+3
2024-04-23
r/8001
feat(tvix/castore): upload blobs concurrently when ingesting archives
Connor Brewster
1
-2
/
+2
2024-04-23
r/7998
fix(tvix/glue/tvix_store_io): remove early return
Florian Klink
1
-157
/
+166
2024-04-23
r/7997
fix(tvix/glue/fetchers): rename node name for all three types
Florian Klink
1
-6
/
+2
2024-04-23
r/7996
feat(tvix/glue/fetchers): support file:// URLs
Florian Klink
7
-37
/
+119
[next]