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

Fix spelling of retroactive guard #2586

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Nov 6, 2023

Motivation:

hasFeature(RetroactiveAttribute) doesn't work as expected, but $RetroactiveAttribute does.

Modifications:

Switch from hasFeature to $RetroactiveAttribute.

Result:

  • @retroactive is applied appropriately

Motivation:

`hasFeature(RetroactiveAttribute)` doesn't work as expected, but
`$RetroactiveAttribute` does.

Modifications:

Switch from `hasFeature` to `$RetroactiveAttribute`.

Result:

- `@retroactive` is applied appropriately
@glbrntt glbrntt added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Nov 6, 2023
@glbrntt glbrntt merged commit 23977a9 into apple:main Nov 6, 2023
7 of 8 checks passed
@glbrntt glbrntt deleted the gb-retroactive branch November 8, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants