-
Notifications
You must be signed in to change notification settings - Fork 2
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: Adding self-extracting file as an optional feature #31
Open
prsabahrami
wants to merge
37
commits into
Quantco:main
Choose a base branch
from
prsabahrami:selfexec_support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+575
−81
Open
Changes from 32 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
58eda9c
Adding self-executable
prsabahrami 175ed05
Added header.sh
prsabahrami 4ae4b35
Adding archive directly to shar
prsabahrami e5171a0
Finished self-extracting files
prsabahrami cecfe4e
Adding tests
prsabahrami 447a6e2
Remove extra line in header.sh
prsabahrami c2290a6
fix ci
pavelzw 506ff30
Removing extra print in header file
prsabahrami 9cf18a3
Fixing extraction error in header.sh
prsabahrami b23c1a9
Initialized extractor
prsabahrami 4bed827
Update chore.yml
prsabahrami cd71898
Merge branch 'Quantco:main' into main
prsabahrami 85d50eb
Update ci.yml
prsabahrami 5990275
Added extractor
prsabahrami 78352cb
Fixed unpack shell script
prsabahrami 34ece1e
Merge branch 'main' into selfexec_support
prsabahrami bab4334
Updated Cargo.toml and Cargo.lock
prsabahrami 5a409cc
Merge branch 'main' into selfexec_support
prsabahrami 2c70aa1
Fixed unpack.rs
prsabahrami 9591883
Merge branch 'main' into selfexec_support
prsabahrami aeb8873
Revert "Merge branch 'main' into selfexec_support"
prsabahrami 0137e5b
Fixed cargo.toml and added support for windows
prsabahrami 04b3a45
Adding tests
prsabahrami 90c1014
Merge branch 'main' into selfexec_support
prsabahrami 62ec962
Fixed merge conflict
prsabahrami b7abd97
Update dependencies
prsabahrami 89a242d
added download to pack
prsabahrami 1bf7523
Added windows support
prsabahrami 4157a22
added tests
prsabahrami 1109360
added tests and run fmt
prsabahrami 5c06d2b
remove extra function in unpack
prsabahrami 76d41fc
Remove extractor tests
prsabahrami db13b4a
Update src/header.sh
prsabahrami 9d2c1ac
Update src/header.sh
prsabahrami e980ec1
Update src/main.rs
prsabahrami bc037b5
Update tests/integration_test.rs
prsabahrami cc6b42e
Update tests/integration_test.rs
prsabahrami File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we do this?