Skip to content

[Swift] Add missing upcoming feature flags #473

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 2 commits into from
May 1, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Apr 30, 2025

Two newly added feature flags were missing:

  • InferIsolatedConformances
  • NonisolatedNonsendingByDefault

Resolves: rdar://problem/150397637

@xedin xedin changed the title Add missing upcoming feature flags [Swift] Add missing upcoming feature flags Apr 30, 2025
YES = ( "-enable-upcoming-feature", "NonisolatedNonsendingByDefault" );
NO = ();
};
DisplayName = "Nonisolated Nonsending By Default";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should Nonsending be Non-sending? Not sure how we've been spelling this elsewhere

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's spelled as nonsending in the specifier.

Copy link
Contributor

Choose a reason for hiding this comment

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

Could be different in the title, though then there's also Nonisolated 😅

@xedin
Copy link
Contributor Author

xedin commented May 1, 2025

@swift-ci please test Linux platform

@xedin
Copy link
Contributor Author

xedin commented May 1, 2025

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented May 1, 2025

Let's lend this for now, we can rename later if needed.

@xedin xedin merged commit 63c7f50 into swiftlang:main May 1, 2025
22 checks passed
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.

3 participants