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 more build settings to test targets #2106

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Nov 6, 2024

Motivation:

The test targets don't set the same Swift as the library targets. There's no reason for them not to.

Modifications:

Apply default settings to test targets.

Result:

Test targets use Swift 6 language mode, explicit existential any, and internal imports by default

Motivation:

The test targets don't set the same Swift as the library targets.
There's no reason for them not to.

Modifications:

Apply default settings to test targets.

Result:

Test targets use Swift 6 language mode, explicit existential any, and
internal imports by default
@glbrntt glbrntt requested a review from rnro November 7, 2024 13:16
@glbrntt glbrntt enabled auto-merge (squash) November 7, 2024 13:16
@glbrntt glbrntt added the semver/none No version bump required. label Nov 7, 2024
@glbrntt glbrntt merged commit f97f76c into grpc:main Nov 8, 2024
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants