Skip to content

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