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

Add windows::CommandExt::raw_arg on Rust 1.62+ #32

Merged
merged 2 commits into from
Dec 30, 2022
Merged

Conversation

taiki-e
Copy link
Collaborator

@taiki-e taiki-e commented Dec 30, 2022

This adds windows::CommandExt::raw_arg that internally calls std::os::windows::process::CommandExt::raw_arg on Rust 1.62+

Closes #24

This also seals CommandExt trait. This is technically a breaking change, but we follow the standard library's decision that sealing CommandExt is fine.
rust-lang/rust@bfd1ccf

Closes #6

This is technically a breaking change, but we follow the standard
library's decision that sealing CommandExt is fine.
rust-lang/rust@bfd1ccf
@taiki-e taiki-e requested a review from notgull December 30, 2022 05:27
@taiki-e taiki-e merged commit e086897 into master Dec 30, 2022
@taiki-e taiki-e deleted the taiki-e/ext branch December 30, 2022 05:31
@notgull notgull mentioned this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

feature add: raw_arg Seal CommandExt
2 participants