Re: [Cython] CLI for using Shared utility module

2025-02-15 Thread Stefan Behnel via cython-devel
matus valo via cython-devel schrieb am 15.02.25 um 00:07: Another question popped in my mind. How we will deal with: Introduce new `cython` command parameter `--shared` which will take fully qualified module name: When we will introduce new `--shared` option we will have 3 places where we can

Re: [Cython] CLI for using Shared utility module

2025-02-13 Thread Stefan Behnel via cython-devel
da-woods schrieb am 13.02.25 um 09:16: > Most people will probably want to do this from setup.py instead of > calling an executable [...] we need something that can be run from the command-line, but the main users are build systems (e.g. scikit-build/ meson) and not people. What I understood fr

Re: [Cython] CLI for using Shared utility module

2025-02-12 Thread Stefan Behnel via cython-devel
Hi, matus valo via cython-devel schrieb am 11.02.25 um 20:25: I am writing to you to not get lost in https://github.com/cython/cython/pull/6531. I would like to get an agreement on how we would like to proceed with a CLI. I think the tool should be part of the normal cython command, maybe: