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

Revert to previous quoting behaviour for environment values in TOML #1273

Merged
merged 3 commits into from
Sep 18, 2022

Conversation

joerick
Copy link
Contributor

@joerick joerick commented Sep 17, 2022

Fix #1271.

A (perhaps) temporary fix for #1271, reverting to the previous behaviour of wrapping environment variables with double-quotes, which seems to work in 95% of use cases.

There might be a better approach that handles the last 5% of strange/evil inputs. But for now, this should restore the ability to use single-quotes in values and to reference $PARAMs.

Copy link
Contributor

@henryiii henryiii left a comment

Choose a reason for hiding this comment

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

Ahh, interesting. You kept the new behavior for the new feature. Looks good.

@joerick joerick merged commit ad17269 into main Sep 18, 2022
@joerick joerick deleted the toml-environment-quoting branch September 18, 2022 07:20
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.

sh: No such file or directory in before_all for linux builds with cibuildwheel v2.10.0
2 participants