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

Kiwi's clashing definition of HCMatcher blocks OCHamcrest use #206

Closed
jonreid opened this issue Jan 26, 2013 · 2 comments
Closed

Kiwi's clashing definition of HCMatcher blocks OCHamcrest use #206

jonreid opened this issue Jan 26, 2013 · 2 comments

Comments

@jonreid
Copy link

jonreid commented Jan 26, 2013

Kiwi defines a protocol named HCMatcher, "to support Hamcrest integration with Kiwi." But because Kiwi's version doesn't match OCHamcrest's HCMatcher, it breaks OCHamcrest in Kiwi. See hamcrest/OCHamcrest#13

Please change the name of your matcher protocol not to clash. That's why we use namespace prefixes.

The way to support Hamcrest integration would be to come up with a wrapper that conforms to your matcher but contains an OCHamcrest matcher.

@allending
Copy link
Member

Thanks, I'll work on this

allending added a commit that referenced this issue Jan 31, 2013
@allending
Copy link
Member

Should be fixed in 0080ba5 - let me know if problems reappear.

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

No branches or pull requests

2 participants