-
Notifications
You must be signed in to change notification settings - Fork 40
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
New PaSh version #735
Merged
New PaSh version #735
Conversation
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
Move another module to the expansion library
Support speculative unsafe commands (like break and continue)
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
[Renewed] Refactor preprocessor architecture to enhance extensibility
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Anirudh Narsipur <[email protected]>
initialize libdash only on first call
Add black formatter to future branch
Pin pash-annotations version
Merge pull request #705 from binpash/main-pin
Make parallel_pipelines default, with a limit
Move all ArgParser variants to single cli.py module
Signed-off-by: Evangelos Lamprou <[email protected]>
Remove lists as default arguments in functions
* refact branch rebase off of future; introduce custom error (UnparallelizableError and AdjLineNoteImplemented Error) caught before general errors, introduce custom error to ast_to_ir and ir in compiler at appropriate places with more detail error messages Signed-off-by: YUUU23 <[email protected]> * refactor: import custom error to ast_to_ir, raise unparallelizable err in pash_compiler Signed-off-by: YUUU23 <[email protected]> * refactor: put all expansion custom error from the sh_expand library (expand.py file) under one ExpansionError class in custom_error to catch and log these errors separately Signed-off-by: YUUU23 <[email protected]> * fix: remove duplicated ExpansionError in excepts (compile_ir) Signed-off-by: YUUU23 <[email protected]> * refactor: import ExpansionError (ExpansionError class initiated within expand package Signed-off-by: YUUU23 <[email protected]> * delete: remove expand.py changes as it will be changed in the original package Signed-off-by: YUUU23 <[email protected]> * fix: import expansion error Signed-off-by: YUUU23 <[email protected]> --------- Signed-off-by: YUUU23 <[email protected]>
#722) * feat: --assert_all_regions_parallelizable flag that has the same function as old assert_compiler_success flag; new assert_compiler_success flag now will not exit with error when regions are unparallelizable and exit with error when general exceptions are caught Signed-off-by: YUUU23 <[email protected]> * update flag description, variable name, more specific respose Signed-off-by: YUUU23 <[email protected]> --------- Signed-off-by: YUUU23 <[email protected]>
* Add passing bash version to read_vars_file Signed-off-by: Bolun Thompson <[email protected]> * Add reading bash version in pa.sh, not in python Signed-off-by: Bolun Thompson <[email protected]> --------- Signed-off-by: Bolun Thompson <[email protected]>
* Fix: when compiler uses IFS, set it to default Signed-off-by: Bolun Thompson <[email protected]> * fix: remove local path from test Signed-off-by: Bolun Thompson <[email protected]> --------- Signed-off-by: Bolun Thompson <[email protected]> Co-authored-by: Bolun Thompson <[email protected]>
OS = |
OS:ubuntu-20.04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.