You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the detailed reproduction! If I have to guess at a quick glance, the regression appears to have happened when adding support for async fixtures. A good place to look into fixing this issue would be this line here where we catch NonFatal exceptions
Hi!
Running the following code (
munit.scala
):Prints
3
as I would expect with munit 0.7:But prints
2
with munit 1.0.0-M1:And prints
2
with munit 1.0.0-M2 and stays stuck:Seems like a bug; is it?
The text was updated successfully, but these errors were encountered: