Skip to content

Conversation

@ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 7, 2025

No description provided.

@ahoppen ahoppen requested a review from bnbarham March 7, 2025 06:12
@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@swift-ci Please test

extension Process {
/// Wait for the process to exit. If the task gets cancelled, during this time, send a `SIGINT` to the process.
/// Should the process not terminate on SIGINT after 2 seconds, it is killed using `SIGKILL`.
/// Should the process not terminate on SIGINT after 2 seconds, it is terminated using `SIGKILL`. # ignore-unacceptable-language
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No way to avoid this one but... The # ignore-unacceptable-language does show up in the help 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I believe the issue is only kill (the function) and not SIGKILL. Which makes sense, otherwise surely there'd be a fair few false positives with kill anywhere in a word.

@ahoppen ahoppen force-pushed the soundness-checks branch from e2a610c to d77651c Compare March 7, 2025 20:44
@ahoppen ahoppen force-pushed the soundness-checks branch from d77651c to 8aa8fa0 Compare March 7, 2025 21:58
@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@swift-ci Please test Windows

2 similar comments
@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@swift-ci Please test Windows

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@swift-ci Please test Windows

@ahoppen
Copy link
Member Author

ahoppen commented Mar 8, 2025

@swift-ci Please test macOS

@ahoppen
Copy link
Member Author

ahoppen commented Mar 8, 2025

@swift-ci Please test Windows

1 similar comment
@ahoppen
Copy link
Member Author

ahoppen commented Mar 8, 2025

@swift-ci Please test Windows

@ahoppen ahoppen enabled auto-merge March 8, 2025 08:01
@ahoppen ahoppen merged commit 71dfc73 into swiftlang:main Mar 8, 2025
3 checks passed
@ahoppen ahoppen deleted the soundness-checks branch August 4, 2025 10:48
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