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

ManifestSourceGeneration incorrectly writes out DriverKit instead of driverKit #6405

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

abertelrud
Copy link
Contributor

The manifest source generation uses the wrong spelling for this enum. AFAIK there haven't been any reports of this affecting anyone yet — this was found during code inspection while making another change. The incorrect spelling is for both the platform version declaration and the spelling in the condition.

This change also adds a unit test to check the latest versions of each of the platforms, and another one to check all the supported platform conditions.

rdar://107795051

…f `driverKit`

The manifest source generation uses the wrong spelling for this enum.  AFAIK there haven't been any reports of this affecting anyone yet — this was found during code inspection while making another change.  The incorrect spelling is for both the platform version declaration and the spelling in the condition.

This change also adds a unit test to check the latest versions of each of the platforms, and another one to check all the supported platform conditions.

rdar://107795051
@abertelrud abertelrud self-assigned this Apr 10, 2023
@abertelrud
Copy link
Contributor Author

@swift-ci please smoke test

@abertelrud abertelrud enabled auto-merge (squash) April 10, 2023 19:23
@abertelrud abertelrud merged commit 5d83b59 into main Apr 10, 2023
@abertelrud abertelrud deleted the eng/anders/107795051 branch April 10, 2023 21:08
abertelrud added a commit to abertelrud/swift-package-manager that referenced this pull request Apr 10, 2023
…f `driverKit` (swiftlang#6405)

The manifest source generation uses the wrong spelling for this enum.  AFAIK there haven't been any reports of this affecting anyone yet — this was found during code inspection while making another change.  The incorrect spelling is for both the platform version declaration and the spelling in the condition.

This change also adds a unit test to check the latest versions of each of the platforms, and another one to check all the supported platform conditions.

rdar://107795051
(cherry picked from commit 5d83b59)
abertelrud added a commit that referenced this pull request Apr 10, 2023
…tead of `driverKit` (#6405) (#6406)

The manifest source generation uses the wrong spelling for this enum.  AFAIK there haven't been any reports of this affecting anyone yet — this was found during code inspection while making another change.  The incorrect spelling is for both the platform version declaration and the spelling in the condition.

This change also adds a unit test to check the latest versions of each of the platforms, and another one to check all the supported platform conditions.

rdar://107795051
(cherry picked from commit 5d83b59)
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.

2 participants