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

PR: Made compile_filename file output optional #70

Merged
merged 3 commits into from
Nov 18, 2022

Conversation

gentlegiantJGC
Copy link
Contributor

@gentlegiantJGC gentlegiantJGC commented Nov 15, 2022

There are uses cases to get the QSS compiled string from a file without having to save it to a file.
This makes the output_file in compile_filename optional. If undefined it will not save the output to a file and will just return it.
The documentation for compile_filename in the readme was duplicated so I removed the duplication.

There are uses cases to get the QSS compiled string from a file without having to save it to a file.
This makes the `output_file` in `compile_filename` optional.
If undefined it will not save the output to a file and will just return it.
The documentation for `compile_filename` in the readme was duplicated so I removed the duplication.
@dalthviz dalthviz changed the title Made compile_filename file output optional PR: Made compile_filename file output optional Nov 16, 2022
@dalthviz dalthviz added this to the v0.4.0 milestone Nov 16, 2022
@dalthviz dalthviz self-requested a review November 16, 2022 03:47
Copy link
Member

@dalthviz dalthviz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gentlegiantJGC for the help cleaning up the README and improving the compile_file function!

The only missing thing here is to rebase this PR on top of the latest master. That should fix the errors on the CI. Let us know if you need help doing that.

Besides that this LGTM 👍

Copy link
Member

@dalthviz dalthviz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @gentlegiantJGC !

@dalthviz dalthviz merged commit 3dc1608 into spyder-ide:master Nov 18, 2022
@gentlegiantJGC gentlegiantJGC deleted the impl-optional-save branch November 23, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants