-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 portable shell command arguments in Process#prepare_args
#13942
Fix portable shell command arguments in Process#prepare_args
#13942
Conversation
Co-authored-by: psykose <[email protected]>
Yeah, smoke tests just cross-compile and don't run anything. So they just make sure the stuff builds, but not that it works as intended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a great simple patch and it appears to fit for all platforms. So 👍 from me!
Process#prepare_args
Process#prepare_args
…al-lang#13942) Co-authored-by: psykose <[email protected]>
fix: #13919
Not sure if the discussion on #13919 is done, but pushing it as a start just in case there are any issues missed
I haven't noticed anything on linux-gnu and was able to compile the compiler with it. BSDs might need more testing if the smoke test is not enough though