Thomas Li

Results 212 comments of Thomas Li

> > Ideally, in the docs/website somewhere, I should be able to figure out the affiliations(if any) of all the maintainers. > > I would say that this should not...

> The idea I had was to add an `install_package()` method to the `python_installation` object. This method would mirror `install_sources()` but take a folder as an argument and would recursively...

> `install_subdir()` already has the capability to exclude files, see the `exclude_files` argument. It however does not accept a pattern to match file names and it never will, globbing is...

> I believe your assessment is correct, but I think I have a simpler solution for #87 😊 > > Our custom finder needs to be added via a `.pth`...

> > if a project supports both meson and setuptools as a build system > > I wanted this for SciPy, but it is impossible by design, `pip` doesn't allow...

> So it seems to me that it matters little whether we implement this hook or not. Maybe it improves terminal output? Yes. We will get ``` Preparing editable metadata...

> `meson setup --vsenv` will force Meson to run the `vcvars*.bat` script and acquire its information on finding MSVC before any other compiler. Without that option, Meson does indeed pick...

Thanks all for the replies. To be honest, I don't really feel strongly about meson-python having to get the version from ``__version__``. It was just something that popped quickly into...

Wow, this is pretty cool. Thanks for putting up the PR @FFY00. I just have a couple quick clarifying questions. For this to work, would every project would need to...

> Alright, this should now be finally working 🎉 > > The only thing is that currently does not detect top-level native modules. > > @lithomas1 want to give it...