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

Fix usage of subprocesses #241

Merged
merged 4 commits into from
Mar 16, 2023
Merged

Fix usage of subprocesses #241

merged 4 commits into from
Mar 16, 2023

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Mar 16, 2023

Fix usage of subprocess to launch external processes (e.g. cargo, for building contracts).

Drop code (from myprocess.py) that is not used anymore - this should not be a breaking change, since mxpy is not meant to be used as a library - only as a CLI.

Should fix #238.

@andreibancioiu andreibancioiu self-assigned this Mar 16, 2023
@andreibancioiu andreibancioiu marked this pull request as ready for review March 16, 2023 12:28
@andreibancioiu andreibancioiu merged commit 11d6413 into main Mar 16, 2023
@andreibancioiu andreibancioiu deleted the coroutines-16 branch March 16, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: fail to build contracts on Python > 3.10
3 participants