Skip to content

Fix a dead store in configurationForSwiftPMEntryPoint(withArguments:). #300

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

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Mar 18, 2024

This PR fixes a (harmless) dead store to configuration.isParallelizationEnabled in the aforementioned function.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

This PR fixes a (harmless) dead store to `configuration.isParallelizationEnabled`
in the aforementioned function.
@grynspan grynspan added bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues labels Mar 18, 2024
@grynspan grynspan self-assigned this Mar 18, 2024
@grynspan
Copy link
Contributor Author

@swift-ci please test

@grynspan grynspan merged commit 932cb01 into main Mar 18, 2024
@grynspan grynspan deleted the jgrynspan/fix-dead-store-in-configurationForSwiftPMEntryPoint branch March 18, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants