Kay Hayen

Results 1287 comments of Kay Hayen

Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback if...

I added a test case, and I made it work. Honestly, now I am a bit confused, how it managed to find `b.c`, but I guess, since `b` as a...

This is now on develop and will be part of the 1.5 release shortly.

This is part of the stable release 1.5 that I just made.

I suspect that FORIFY_SOURCE is specified somewhere. I recall that for 1.9 I made changes, because of how it affects `assert`. Generated code of Nuitka might make an empty `memset`,...

There are no inherited flags, so fortify source is not really coming from environment, but maybe from clang. I am not sure, I ever provided `--clang` to Anaconda, it is...

it prevents wonderful options like this ``` # Allow CondaCC to be detected if it is in PATH. if isLinux(): SCons.Tool.gcc.compilers.insert(0, "x86_64-conda-linux-gnu-gcc") if isMacOS() and "CONDA_TOOLCHAIN_BUILD" in os.environ: SCons.Tool.gcc.compilers.insert( 0,...

Not using Anaconda compiler is probably an issue. We are making a bigger change, where standalone compilation with use a backend of course, which will be essentially a Miniforge with...

For all I know, poetry doesn't allow hooking its build system at all, and the `setuptools` integration of course is only for wheels. What you are asking is something else...

Poetry is not compliant with PEPs that allow switching the backend build system and has no "respect" for Nuitka, i.e. no integration of its own, so actually Poetry is not...