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

[Concurrency] Fix signature mismatch of _task_serialExecutor_checkIsolated #72734

Merged

Conversation

kateinoigakukun
Copy link
Member

_task_serialExecutor_checkIsolated is defined as returning nothing in Executor.swift, but it was used as returning a boolean in C++ side.

…lated

`_task_serialExecutor_checkIsolated` is defined as returning nothing in
`Executor.swift`, but it was used as returning a boolean in C++ side.
@kateinoigakukun
Copy link
Member Author

@swift-ci smoke test

@ktoso
Copy link
Member

ktoso commented Mar 31, 2024

Lgtm thanks

@ktoso
Copy link
Member

ktoso commented Mar 31, 2024

Would you mind making a pr to release/6.0 as well?

@kateinoigakukun
Copy link
Member Author

Sure~

@kateinoigakukun kateinoigakukun merged commit 1f9dae1 into apple:main Mar 31, 2024
3 checks passed
@kateinoigakukun
Copy link
Member Author

Opened a cherry-pick PR #72736

@ktoso
Copy link
Member

ktoso commented Mar 31, 2024

Thank you!

@kateinoigakukun kateinoigakukun deleted the yt/fix-sig-mismatch-isolation branch March 31, 2024 17:31
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.

None yet

2 participants