Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge features back into remote branch #8

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
34aca41
Added windows support.
SamTV12345 Sep 16, 2024
80fbb68
Added run command.
SamTV12345 Sep 16, 2024
4d5fe67
Added lockfile structure
Sep 17, 2024
fbd61a3
Added loading of json values.
SamTV12345 Sep 17, 2024
8241edb
Fixed caching isue key
Sep 18, 2024
48bd0fa
Added junction instead of symlink
Sep 18, 2024
6f6b6ab
Added initial lockfile generation
Sep 18, 2024
c090a06
Added linking correctly.
Sep 18, 2024
9d9d9a4
Cleanup unwanted dependencies
SamTV12345 Sep 18, 2024
5048dfc
Fixed scope packages
SamTV12345 Sep 18, 2024
7481ad3
Added local optimization
SamTV12345 Sep 18, 2024
3d0cd8f
Formatted code
SamTV12345 Sep 18, 2024
c03b805
Fixed compilation on linux
SamTV12345 Sep 18, 2024
b5876f3
Fixed warnings
SamTV12345 Sep 18, 2024
99b742a
Fixed more warnings.
SamTV12345 Sep 18, 2024
29da275
Parallelized resolver
Sep 19, 2024
60ecf59
Removed playground
Sep 19, 2024
cb47387
Formatted files.
Sep 19, 2024
99d3ffb
Fixed clippy
Sep 19, 2024
c544722
Added fmt
Sep 19, 2024
8f21512
Fixed lockfile generation.
Sep 19, 2024
1d08b7c
Fixed panics when downloading
SamTV12345 Sep 19, 2024
eb5a729
Fixed clippy
SamTV12345 Sep 19, 2024
177a5a4
Added test cases
Sep 20, 2024
f77918d
Fixed runtime.
Sep 20, 2024
43e5012
Formatted code.
Sep 20, 2024
9410bff
Added serialization of lockfile with complaint pnpm-lock.yaml
Sep 20, 2024
f5cea47
Implemented snapshots
Sep 20, 2024
4f7d97f
Fixed dependency resolution.
Sep 20, 2024
193e01e
Added beginning of bin config.
Sep 20, 2024
717a6e0
Added binary resolver.
SamTV12345 Sep 20, 2024
63455ba
Added exec implementation
SamTV12345 Sep 21, 2024
2518517
Run clippy
SamTV12345 Sep 21, 2024
6cd5797
Merge pull request #1 from SamTV12345/feat/binaries
SamTV12345 Sep 23, 2024
96096d5
Fixed clippy and cargo fmt
SamTV12345 Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
craft.lock
node_modules
node_modules
.idea
pnpm-lock.yaml
Loading
Loading