Henry Schreiner

Results 2521 comments of Henry Schreiner

Could you try https://github.com/scikit-build/scikit-build-core/pull/844 ?

Ah, we are seeing the same string twice, and it's replacing one of them. We aren't told what has been registered here.

I think we probably should monkeypatch the test to remove the envvar. If it’s important, we could also make a new or parameterized test with the envvar set. You generally...

@leandro-benedet-garcia Could you give me access to push to your fork? I've got this approach working, at least locally. Or you can just pull the changes yourself from `https://github.com/henryiii/nanobind` @...

Ahhh, good point, I can just run the CI on my fork first. The problem you are seeing is that you can't import the modules you are building _during_ the...

Let me know if you have questions about any of the changes! Very high level, I made the find_package(Python) GLOBAL, since it was not usable outside the directory it's triggered...

For emscripten, you have to build the test module as a wheel and then test it. There are two ways to do that. In pybind11, we make the test module...