MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.03k stars 104 forks source link

Have computed var properties also use the queue to add invocations safely #334

Open welshm opened 1 year ago

welshm commented 1 year ago

I believe this fixes https://github.com/MakeAWishFoundation/SwiftyMocky/issues/333

welshm commented 1 year ago

@maxim-chipeev @AnthonyUccello-Faire

welshm commented 1 year ago

@navartis @spaluchiewicz looks like you're the most recent committers? Are you reviewing pull requests for this repo?

welshm commented 1 year ago

Anything I can do to help get this reviewed and merged?

maxim-chipeev commented 1 year ago

@g-amichnia Hi, I saw you were the second most recent reviewer…would you be so kind as to take a look?

cassianomonteiro commented 1 year ago

+1 on this.

cassianomonteiro commented 1 year ago

@spaluchiewicz Would you be able to take a look at this?

roelspruit commented 6 months ago

Hi. we ran into this issue in our project. Is somebody still going to review this MR? We'd love to have a fix for this issue in an official release.