Henry Schreiner

Results 2521 comments of Henry Schreiner

I've always been in favor of this, it's just been others that are worried that setting this variable will make some build backend confused about not having the others.

We still install everything via uv when `build[uv]` is set. It means “use build and uv”. The problem is that with no isolation, build itself isn’t using uv because it...

If I add a utility for this, it will clash with #1873, so let's do this as a quick fix, and then write a utility later that tries to be...

I think we could release after this. Would like to get b3 out!

Is this with scikit-build-core, or the classic scikit-build? Also, I see a warning about 64bit vs. 32bit, is this just on the 32bit Windows builds?

I’ll try to look into this a bit, but I think it will Just Work™️ in the next cibuildwheel release, because we know always set that variable. But I can...

I think the next step is correcting the imports so we can avoid `import *`.

IMO, having a bit more separation here would improve readability and one massive "utils" file for everything is not ideal. (See various articles on this, like https://breadcrumbscollector.tech/stop-naming-your-python-modules-utils/). I think it...