-
Notifications
You must be signed in to change notification settings - Fork 352
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 validation to frameworks to make sure they are only names #41
Conversation
…only Tests are failing and I don't know why but I believe the logic makes sense.
The logic definitely looks good to me. Have you been able to verify that the validation methods are being called? |
Since the PS: Should the PPS: It’s probably easier if you push topic branches to our org repo instead of your own, this way it’s easier for us to push addition commits and have them show up in the PR. |
👍
👍 |
Ace can we merge the branch created by @alloy and close this pull request? |
@irrationalfab I want to add some documentation comments in there and make the error messages a tad more specific. I'll put those changes in and merge it when I get home from work. |
Ace! |
👍 |
Closing to merge the branch instead. |
The tests are failing and I can't figure out why (something mock related maybe?) but I believe this fixes Cocoapods#1336.
In terms of logic I think I'm on the right track but I think another set of eyes might be useful.