-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Custom matcher won't compile #914
Comments
Same in my case, cannot compile after updating Nimble from 8.0.2 to latest |
Solved it. Don't have the code available but I think I converted the responses to closures. ie |
@drekka Yeah it helper, apparently right now it returns closure ;) thanks for the tip I think we can close this issue |
The readme should probably be updated to show compiling code before this issue is closed, no? I'd submit a PR, but I don't understand the reasoning behind the change, so someone who does should probably take that on. |
ref: #963 |
I've checked out the
main
branch (via Swift package in Xcode 12.5 beta) and trying to use a custom matcher like thisBut it won't compile (Nor will it in the release Xcode when I initially tried it using Carthage to include Nimble).
Any idea what I've done wrong?
The text was updated successfully, but these errors were encountered: