Henry Schreiner
Henry Schreiner
I'm a fan of using `exceptiongroup`s for this. :) I think starting with continue-on-failure true/false would be fine, having a count seems unnecessary unless it would report "passed" if that...
Also, I think we should wait to start working on this until after #1456 is in.
> I prefer to allow a set maximum failure number of steeps. Sometimes You know that some python version is flaky, but waiting on all builds to see that all...
Is there any way it could be transferred to this repo?
It worked incorrectly for floats. I’d agree that uint would be nice to supported, though it will be doing a conversion internally since the fill routines are compiled with 64...
#485 was merged a while back. Though Cygwin != mingw. I've been testing mingw for scikit-build-core, maybe I can backport the CI for that here.
Do you know if there's something I need to set to get it to look for `mingw`? In #836 it seems to be (not) working (as expected) for msys, but...
That's not in the list of options here: https://github.com/msys2/setup-msys2. It seems to be reporting "windows" as the platform, which to me seems like it's not getting Python from msys2. I'll...
I tried this, but when I enabled `mingw64_nt` as a unix-like platform, it did exactly what it did to CI - it locked up the VM and it couldn't be...
This could also default to ignoring `__init__.py`, as well? That's often correctly an identical file. Ahh, I see #2. Thought I think when the config option is added `__init__.py` should...