-
Notifications
You must be signed in to change notification settings - Fork 72
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
clp-package: Add support for extracting files as IR streams through the CLI. #472
Merged
Merged
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3be1e72
Support ir extraction in decompression script
haiqi96 531c378
Merge branch 'main' into ir_extraction_backup
haiqi96 e2aa05f
Linter
haiqi96 e403604
Apply suggestions from code review
haiqi96 93e23dd
fixes
haiqi96 adbffc5
Merge branch 'main' into ir_extraction_script
haiqi96 ef47de3
revert fix that has already been done.
haiqi96 84f2993
Merge branch 'main' into ir_extraction_script
haiqi96 4eb049a
Refactor some comments, strings and whitespace; Add missing fmt: off;…
kirkrodrigues ed65ed3
address review concerns
haiqi96 ae13f27
linter
haiqi96 32ea43f
address code review concerns
haiqi96 63e9693
Update components/clp-package-utils/clp_package_utils/scripts/decompr…
haiqi96 74917e3
Bug-fix: is not None -> is None; Make other None checks consistent.
kirkrodrigues 56987a7
Rename job DECMOPRESSION -> FILE_EXTRACTION.
kirkrodrigues 72aeafe
Rename more instances of decompression to extract.
kirkrodrigues 070aa1e
revert unexpected change
haiqi96 75a5f15
Merge branch 'ir_extraction_script' of https://github.com/haiqi96/clp…
haiqi96 4e1e667
revert unexpected change and apply linter
haiqi96 b3d3000
Add missing docstrings and error check
haiqi96 da1deef
Add missing docstrings and error check
haiqi96 65e5631
fix
haiqi96 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.
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.
a type fix