Brandon Fraune
Brandon Fraune
I don't know if it will help because I didn't yet try updating all my failing types with it, but the compiler seems happy when I change the line in...
I did not intent to suggest that manually editing GeneratedMocks would be a suitable workaround.
Awesome. If it helps, I created a new repo for reproducing the issue, with Cuckoo and RxSwift 6.6. This gives passing tests in Xcode 14, and the type error in...
I love that idea. Do I need to do anything special to download the `cuckoo_generator` file for a branch that isn't tagged? `function download_generator` seems to want to download either...
Thanks for providing that. It looks like a huge reduction in the errors that are showing up in my team's project. I still have a handful of errors remaining —...
I've oddly had a difficult time reproducing my remaining errors in the test project, but I'll give an update on where I've gotten with it. It appears the only remaining...
@TadeasKriz That was it! Tricky, because when I use Xcode to click into the `Observable` it would take me to RxSwift's type. After updating my protocols to use `RxSwift.Observable` over...
Hi – not trying to sound pushy, but is there an approximate timeline for this work to be released? Thanks!
Good question. I meant to double check that.
It looks like you're correct. Although your update on that branch fixed many of the errors in my project, I was able to get it all working with the current...