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

allows internal modifier on protocols, supports protocol composition,… #8

Merged
merged 1 commit into from Nov 5, 2018

Conversation

bdlindsay
Copy link
Contributor

… using a Set to disallow duplicate conformances between composition so now sorting the variables and functions by name to make mock generation order less random (still changes order from how it was defined in the protocol). Variable, Function, and Argument are now Hashable to support Sets

fixes #7

… using a Set to disallow duplicate conformances between composition so now sorting the variables and functions by name to make mock generation order less random (still changes order from how it was defined in the protocol). Variable, Function, and Argument are now Hashable to support Sets
@bdlindsay bdlindsay merged commit 06b8430 into master Nov 5, 2018
@bdlindsay bdlindsay deleted the protocol-composition-7 branch November 5, 2018 04:31
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.

Support protocol composition for mock generation
1 participant