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

Support writing custom matchers under ARC #31

Merged
merged 1 commit into from Jul 23, 2013
Merged

Support writing custom matchers under ARC #31

merged 1 commit into from Jul 23, 2013

Conversation

nickhutchinson
Copy link
Contributor

At present, you can't compile a custom matcher under ARC, as _EXPMatcherImplementationEnd contains explicit release/autorelease calls, which are illegal. This patch adds support for ARC when writing custom matchers.

@blakewatters
Copy link
Member

@petejkim bump bump. This is a pretty weak limitation for the library at this point given the overwhelming penetration of ARC

petejkim added a commit that referenced this pull request Jul 23, 2013
Support writing custom matchers under ARC
@petejkim petejkim merged commit e4a173b into specta:master Jul 23, 2013
@petejkim
Copy link
Member

@nickhutchinson sorry for the late merge, i have been doing mostly web projects lately, but i just began a new obj-c project and added @blakewatters and @nerdyc as members of the project, so please expect to see more frequent updates

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.

None yet

3 participants