Skip to content

Fix pointer auth issues for discarding task group operation pointer #65220

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 1 commit into from
Apr 18, 2023

Conversation

ktoso
Copy link
Contributor

@ktoso ktoso commented Apr 17, 2023

Here's one low churn idea to fix pointer auth for the discarding task group -- since it seems the fact that we're passing a -> Void rather than a -> T may be causing issues.

Meanwhile I'm looking into a new builtin that would be dedicated to -> Void.

I'm not 100% sure this resolves the issue though, so more verification might be necesary.

@ktoso
Copy link
Contributor Author

ktoso commented Apr 17, 2023

@swift-ci please smoke test

@ktoso ktoso added the concurrency Feature: umbrella label for concurrency language features label Apr 17, 2023
@ktoso
Copy link
Contributor Author

ktoso commented Apr 17, 2023

This "fix" does not fix the issue.

@ktoso ktoso closed this Apr 17, 2023
@ktoso ktoso reopened this Apr 17, 2023
@ktoso
Copy link
Contributor Author

ktoso commented Apr 17, 2023

I was verifying wrong -- confirmed this fixes the pointer auth issue ✅ ❗

@ktoso
Copy link
Contributor Author

ktoso commented Apr 17, 2023

@swift-ci please smoke test

@ktoso ktoso requested a review from mikeash April 17, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concurrency Feature: umbrella label for concurrency language features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants