Re: [Cython] CLI for using Shared utility module

2025-02-14 Thread matus valo via cython-devel
Snap! Clicked send by mistake. 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 specify shared module ffull

Re: [Cython] CLI for using Shared utility module

2025-02-14 Thread matus valo via cython-devel
Another question popped in my mind. How we will deal with: > Introduce new `cython` command parameter `--shared` which will take fully qualified module name: On Fri, 14 Feb 2025 at 16:06, matus valo wrote: > >> I think I tend to agree with David. Here is my point of view: >> >> I am not sure how

Re: [Cython] CLI for using Shared utility module

2025-02-14 Thread matus valo via cython-devel
> > > I think I tend to agree with David. Here is my point of view: > > I am not sure how to implement it. cython command *does not know* about > the build directory. This is more part of the build system > (setuptools/meson etc). My point is that the cython command should be > stupid and just gene