-
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 release #684
Merged
New PaSh release #684
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
* partial_order_file_in specific dir * Pass partial_program_order and cmds to scheduler * Send wait message to scheduler in the runtime
* Remove python-deps Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * Fix a shellcheck issue that somehow was introduced earlier Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * fix shellcheck workflow Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> --------- Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
* checkpoint Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * clean up and reorg pash_runtime.sh Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * clean up more things Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * remove redundant file Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * fix redundant Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * remove comments Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * fix a bug that I caused Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * comment on how to make this script in a library Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * Refactor and dont set arguments when not necessary Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * remove the need to set and reset arguments, all calls are sources * remove more redundant code Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * Delete more unrelated work Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com> * remove comments * Fix a bug where some variables where visible in the environment outside of pash --------- Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
* restore variables * speculative runtime fix * nit * mini change * nits * handle stdout
* whitespace to trigger CI * add a no-cache requirement when setting up annotations
* Add some notes on how to handle spec-loops * Add some infrastructure for spec loop support * some refactoring of spec support * fix a bug * fix a bug * refactor po serialization * nit * nit * nit * serialization * A comment on how to address loops * Add wrappers to track loop id and iteration in the runtime * checkpoint * Pass loop iteration counters to scheduler from compiler * Reset the loop iter variables once we exit the loop * whitespace to trigger ci
* First step of refactoring, one-level translation and check that there are no regressions * Upload missing file * Fix a bug * Work with deeply typed asts in ast_to_ast and save deeply_typed asts in df_regions * Fix cases bug * Remove obsolete code and comments * Remove obsolete code
* Remove some obsolete files * remove unreachable code * use proper logging instead of custom log * cleanup expand in preparation for librarificiation * some obsolete comments
* First step at adding support for typed arguments in ast * Use ArgChar in Arg and fix a bug * Clean up obsolete comments and logging * Remove unreachable code * rename json_serialize to json * Add assignments and redirections too * change some imports to simplify library creation
* Move ast_node under shasta directory to prepare librarification Also implement printing inside ast_node, stop using libdash * Tiny bug
* Separate expand completely * Make expansion a library
* Remove aggregator tests * simplify python dependency installation * add dependencies in requirements file * remove workflow parsing component
OS:ubuntu-20.04 |
OS = Debian 10
|
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.