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

Undo breaking changes in SwiftProtobufPluginLibrary #1666

Merged
merged 4 commits into from
Jun 26, 2024

Conversation

gjcairo
Copy link
Contributor

@gjcairo gjcairo commented Jun 25, 2024

When we were undoing breaking changes in main to tag the next minor release, we forgot to check for breaking changes on SwiftProtobufPluginLibrary and only fixed those on the SwiftProtobuf target.

This PR undoes all breaking changes in SwiftProtobufPluginLibrary. It mostly required re-adding removed properties (or undo renames) while still keeping the new ones, and deprecating the old ones.

@gjcairo gjcairo force-pushed the breaking-changes-plugin-lib branch from 80123a9 to 1ee2d1c Compare June 26, 2024 08:47
@gjcairo gjcairo force-pushed the breaking-changes-plugin-lib branch from 1ee2d1c to ac31b5c Compare June 26, 2024 08:52
@gjcairo gjcairo requested a review from thomasvl June 26, 2024 08:53
@thomasvl thomasvl requested a review from FranzBusch June 26, 2024 14:33
Copy link
Collaborator

@thomasvl thomasvl left a comment

Choose a reason for hiding this comment

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

I was so happy to have those forced unwraps removed, oh well.

@thomasvl thomasvl merged commit 7201e81 into apple:main Jun 26, 2024
10 of 11 checks passed
@gjcairo gjcairo deleted the breaking-changes-plugin-lib branch July 24, 2024 09:49
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