daimond113
d6e2f611d8
perf: use or_else variants for expensive errors
...
This commit changes the error construction in
multiple places from the `*_or` to the `*_or_else`
variants. This is done to avoid the heap
allocation (for example, `to_string`) when there
is no need to.
2025-02-14 23:42:33 +01:00
daimond113
ca550eee3a
refactor: rename PackageFs::CAS to Cas
...
The name now fits in with the rest of the codebase.
2025-02-01 01:02:48 +01:00
daimond113
4009313281
fix: do not include incompatible files in workspace packages
...
Fixes `default.project.json` being copied if it
is present in a workspace package.
2025-01-30 23:45:31 +01:00
daimond113
941bb79ea6
refactor: improve code tidiness
...
Switches to the `cas_path` function when reading
CAS files. Asyncifies IO operations when reusing
package folders.
2025-01-18 15:16:36 +01:00
daimond113
a2ce747879
feat: update instead of recreating packages folders
...
Instead of recreating the packages folders, we now
update the existing ones. Additionally switches
a few APIs from accepting `&TargetKind` to `TargetKind`.
2025-01-18 14:18:46 +01:00
daimond113
0ceb2f6653
style: enable hard_tabs rustfmt option
2025-01-02 22:37:27 +01:00
daimond113
5d62549817
feat: switch to JoinSet over join_all
Debug / Get build version (push) Waiting to run
Debug / Build for linux-x86_64 (push) Blocked by required conditions
Debug / Build for macos-aarch64 (push) Blocked by required conditions
Debug / Build for macos-x86_64 (push) Blocked by required conditions
Debug / Build for windows-x86_64 (push) Blocked by required conditions
Test & Lint / lint (push) Waiting to run
2025-01-01 18:46:00 +01:00
daimond113
d0169976cd
feat: store dependency over downloaded graphs
2025-01-01 16:28:53 +01:00
daimond113
52603ea43e
feat: switch to tracing for logging
Test & Lint / lint (push) Waiting to run
2024-12-16 23:00:37 +01:00
daimond113
80c47aa0e4
feat: use symlinks for workspace dependencies
2024-11-24 20:22:15 +01:00
daimond113
ac73a15c9d
fix: correctly copy workspace packages
2024-11-20 20:03:16 +01:00
daimond113
72eb48de07
fix: use new path when setting file read-only
2024-11-11 18:59:34 +01:00
daimond113
d490c0a6f3
feat: continue change to async
2024-11-10 16:43:25 +01:00
daimond113
ab9124e02c
fix: add missing awaits
2024-11-05 21:02:23 +01:00
daimond113
2b0f29a2f9
feat: begin switch to async
2024-11-05 20:44:24 +01:00
daimond113
09820e322c
refactor: use fs-err for fs operations
2024-11-01 20:57:32 +01:00
daimond113
b1ae6aebda
fix: don't make cas files read-only on windows
2024-10-26 17:45:18 +02:00
daimond113
e6773144db
fix: allow writes to copied cas files
2024-10-13 13:57:55 +02:00
daimond113
f1ce6283d8
feat: implement workspace/monorepo support
2024-09-03 16:01:48 +02:00
daimond113
bd7e1452b0
feat(registry): store package docs
2024-09-02 16:49:40 +02:00
daimond113
2a136f11db
feat: make cas files readonly
2024-08-29 23:28:09 +02:00
daimond113
d0aecbdabc
perf: don't load entire files into memory
2024-08-08 20:37:51 +02:00
daimond113
a8a8ffcbe2
feat: implement wally support
2024-08-08 17:59:59 +02:00
daimond113
431c2b634f
docs: add package docs
2024-08-03 22:18:38 +02:00
daimond113
37cc86f028
feat: content addressable storage
2024-07-28 18:19:54 +02:00