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

Enable StrictConcurrency=complete swift feature flag #260

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

jasikpark
Copy link
Contributor

@jasikpark jasikpark commented Feb 19, 2025

The main ethos of this PR is to add annotations that denote how we are holding things today, with the goal of moving to a more explicitly data-race free system in the future.

https://github.com/swiftlang/swift-evolution/blob/main/proposals/0337-support-incremental-migration-to-concurrency-checking.md

This causes several warnings. I'm going to start by trying to silence them by reflecting the current state of the project, rather than fixing them directly.

Following the ethos of the paragraph that retorts the heading:

image

Refs:

@jasikpark jasikpark force-pushed the strict-concurrency-complete branch 2 times, most recently from 8819bfd to e80a10e Compare February 20, 2025 22:29
@jasikpark jasikpark force-pushed the enable-swift-6-feature-flags branch 3 times, most recently from 3593e8b to a1914aa Compare February 20, 2025 22:56
@jasikpark jasikpark force-pushed the strict-concurrency-complete branch 3 times, most recently from c0eb5df to 1af5c48 Compare February 21, 2025 16:07
@jasikpark jasikpark force-pushed the enable-swift-6-feature-flags branch 3 times, most recently from 4203038 to a3c598b Compare February 25, 2025 00:22
Base automatically changed from enable-swift-6-feature-flags to main February 25, 2025 16:35
@jasikpark jasikpark force-pushed the strict-concurrency-complete branch from ecc372d to a0024e4 Compare February 25, 2025 18:15
@jasikpark jasikpark marked this pull request as ready for review February 25, 2025 18:17
private var eventSink: FlutterEventSink?
private var eventChannel: FlutterEventChannel
private var site: Site
private var notification: Any?
public var startFunc: (() -> Void)?
private var configFd: Int32? = nil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are also formatting changes from SwiftFormat, I can pull them out, but they're small correct changes, so 🤷

@jasikpark jasikpark requested a review from IanVS February 25, 2025 18:18
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.

1 participant