Skip to content

Fix yaml lint error and remove offensive terms from the codebase #2042

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

Merged
merged 2 commits into from
Mar 8, 2025

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

@@ -36,7 +36,7 @@ import Android

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
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