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

Add Sendable conformance to generated struct #86

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

liamnichols
Copy link
Owner

@liamnichols liamnichols commented May 28, 2024

The generated struct didn't include Sendable conformance, which can lead to compiler warnings/issues when using strict concurrency checks.

This Pull Request annotates the generated struct, as well as the Argument and BundleDescription enums.

Closes #40

@liamnichols liamnichols self-assigned this May 28, 2024
@liamnichols liamnichols marked this pull request as ready for review May 28, 2024 11:55
@liamnichols liamnichols merged commit 9a9f26c into main May 28, 2024
4 checks passed
@liamnichols liamnichols deleted the ln/sendable branch May 28, 2024 15:51
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.

Sendable conformance
1 participant