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 Nested protocol support #270

Merged
merged 5 commits into from
Oct 30, 2024
Merged

Conversation

sidepelican
Copy link
Collaborator

Swift 5.10 introduces support for nested protocols.
You can read more about this update in the Swift Evolution proposal: Nested Protocols.
This PR adds support for generating mocks for these nested protocols.

Unrelated Changes

  • The Entity.data property is no longer used, so it has been removed.

Copy link
Collaborator

@fummicc1 fummicc1 left a comment

Choose a reason for hiding this comment

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

LGTM from my side. Thank you!

@sidepelican sidepelican merged commit 39e406f into uber:master Oct 30, 2024
3 checks passed
@sidepelican sidepelican deleted the nested_protocol branch October 30, 2024 00:58
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