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

Handle RUSTFLAGS better #1441

Merged

Conversation

eeeebbbbrrrr
Copy link
Contributor

This cleans up PR #1435 as per
(#1435 (comment)).

What we probably really want is a legit "RUSTFLAGS" parser. I don't feel like writing and testing one and a quick search didn't find anything on crates.io. So splitting on whitespace will have to be Good Enough.

This cleans up PR pgcentralfoundation#1435 as per
(pgcentralfoundation#1435 (comment)).

What we probably really want is a legit "RUSTFLAGS" parser.  I don't
feel like writing and testing one and a quick search didn't find
anything on crates.io.  So splitting on whitespace will have to be
Good Enough.
@eeeebbbbrrrr
Copy link
Contributor Author

I approve my own PR.

@eeeebbbbrrrr eeeebbbbrrrr merged commit f6c032e into pgcentralfoundation:develop Dec 18, 2023
8 checks passed
@workingjubilee
Copy link
Member

workingjubilee commented Dec 27, 2023

This looks fine but we should be using shlex (it is the equivalent of a "legit RUSTFLAGS parser" for our purposes).

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.

2 participants