Erik Doernenburg

Results 79 comments of Erik Doernenburg

Thanks for the outline of a solution. It does look like it can be made to work along these lines. That said, have you had a chance to look into...

In the meantime it occurred to me that it is possible to copy the stubs from the previous mock for the class to the new one. Somehow like this: ```...

As explained above, I would also like to improve it but I don't know how. The alternatives seem worse at this stage.

I understand the issue. However, this seems to be quite a niche use case and, at the same time, this would make some already complex logic inside OCMock even more...

Agreed. Now I need to find the time to implement it...

I think I understand what is going on, but I don't know what to do. On the one hand there are good reasons to retain the arguments. On the other...

I'm super busy at work right now. Will look into #347 in a couple of weeks, hopefully adding the feature. If you have any specific suggestions on the API, please...

I can reproduce this problem. Will look into it.

Agree on warning by default. Making this an error will cause a lot of unexpected problems for existing test suites.

With the recent changes made in response to some of the other issues reported this problem seems to have been fixed, too. Could you retry whether it works for you...