Sam
Sam
6.0 will be a while as that's going to be when compiler plugins are stable. We could break this in 5.7 with a flag to revert if a user wants.
I don't really know what UnconfinedTestDispatcher is meant to do, but if we remove that, it all works as expected. I guess that there's some thread trickery going on and...
Closing as 5.8.1 is being released with this change.
The blocker at the moment is that for native and JS tests, there is no constructor provided to Kotest. We capture a reference to an instance and invoke the tests...
Once we move off gradle, we can get rid of the minus sign that's needed in free specs. Maybe we wait for that ?
Can leave it open tagged to 6.0 ? On Sun, 5 Feb 2023 at 14:55, Emil Kantis ***@***.***> wrote: > Sounds like a good idea. :) Close this for the...
I'm not sure we can do this. Free spec needs the minus so it knows what's a leaf and what's a container. Otherwise for instance per leaf, it wouldn't know...
I like the idea of composite results. Do you think we could do that without breaking any existing matchers?
I think @nilsschmidthamburg suggestion is a good one in terms of format. And I agree that we can only make this work for exact comparisons.
On the radar for 6.0 I already have nested test support for JS running through my own plugin, so that's the pre-requisite for running tests individually in the plugin.