Uwe Fechner

Results 232 comments of Uwe Fechner

That the macOS tests fail is to be expected. This is https://github.com/JuliaLang/PackageCompiler.jl/issues/955 But is it expected that the tests on 32 bit Windows fail?

#954 fixes the issue for Linux and Windows, but the tests for macOS still fail. Could someone with access to a Mac have a look at the error messages?

The tests for macOS still fail for reasons that I do not understand. Could some have a look at the error messages who knows macOS better than me?

CI fails since May 2023, since this commit: https://github.com/JuliaLang/PackageCompiler.jl/commit/33428b2d9c9daf71bbc478a18385358e1b61a137 Would still be nice to understand and fix the CI failures.

I created a separate issue for the CI failures on Mac: #955

> I wonder if one could define hooks for extra, common info when displaying docs in the REPL. Maybe by dispatching on Val{property}()? Good idea, but in the html documentation...

This would indeed be very useful to add to the documentation.

I am very much interested in getting this fixed. @barche Any idea how to debug this issue further?

@Clemapfel I am not able to reproduce the issue. I fail to compile the cpp program. I am having the output: ``` ufechner@ufryzen:~/repos/CxxWrap/build$ cmake .. CMake Error at CMakeLists.txt:5 (find_package):...