Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.79k stars 595 forks source link

When the current main branch will be in a release? #1140

Closed diogot closed 3 months ago

diogot commented 3 months ago

What did you do?

On Xcode 15.3 with Strict Concurrency Checking set to Complete we got warnings on PollingDefaults. I was looking around and it seems to be already fixed in the main branch. Do you have a guess on we'll have a new release with the code in the main branch?

Environment

List the software versions you're using:

Please also mention which package manager you used and its version. Delete the other package managers in this list:

younata commented 3 months ago

Oh. Good point. It has been a while.

Well, 13.3.0 is out now, which includes that in the fix.

Note that Nimble 14 will contain the work to get Nimble to work fine with strict concurrency warnings, as described in this comment.

diogot commented 3 months ago

Oh, I didn't expect a release so fast, thank you very much! Nice work!