Matty Cross

Results 178 comments of Matty Cross

Hey, @brandtdaniels. I'm trying to reproduce your issue, but I can't get exclude to NOT work. If you delete all the mocks inside the file, does the regenerated file contain...

You can check out the way the tests are run for Cuckoo itself which includes using this flag. Though I tried multiple ways of excluding and it worked without the...

Hey, it's possible that this case has been overlooked, can you work around it using generics? Using your protocols, declaring `` to see if that works and if not, using...

We should add support for this. Not very common but definitely a good thing to have.

Hey, @meirrosendorff. Thanks for the PR! What is the use-case for adding this fatal error when one path that is provided isn't found? I'm not really sure it's a good...

Sup @meirrosendorff. Thanks for elaborating on this. I didn't know that this was declared in the manual. I'm but a simple maintainer, so I just learned something new. Though I...

Does the mock have the method `setDisableAdIdentitySharing`? It's been a while since we've implemented the Obj-C support, so it's possible that property setters can't be mocked this way. In that...

I'd prefer to keep it open to have something to think about when adding new features as this seems to be pretty useful to add. I'm not available much at...

@ajpallares, that's a great find! Thanks for sharing, I'll have to add this case to the tests and the README so that it's documented, but it seems acceptable.

We've added SwiftPM in `1.3.2`, but I'm not sure if Linux has all the necessary things to fully support mocking with Cuckoo. I don't have any Linux on hand, so...