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: improve parse_key_value_string to allow colons in values #1621

Merged
merged 1 commit into from Oct 3, 2023

Conversation

joerick
Copy link
Contributor

@joerick joerick commented Sep 19, 2023

Fix #1600

Admittedly this is quite a strange format, but we started along the shlex-style options with CIBW_ENVIRONMENT so we'll always have it in some respect. I still think it's quite natural to use, especially for specifying command line arguments.

Also adds unit tests to prevent regressions.

@henryiii
Copy link
Contributor

henryiii commented Oct 3, 2023

Should we put this in too?

@henryiii henryiii changed the title Improve parse_key_value_string to allow colons in values. fix: improve parse_key_value_string to allow colons in values Oct 3, 2023
@joerick joerick merged commit 77d3a5f into main Oct 3, 2023
19 of 24 checks passed
@joerick joerick deleted the parse-kvs-colons branch October 3, 2023 17: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.

CIBW_CONTAINER_ENGINE splits on : when it shouldn't
2 participants