Bart Janssens
Bart Janssens
Yes, I had missed the new package release system :) Apparently the release does not resolve PR https://github.com/JuliaInterop/CxxWrap.jl/pull/136 however, so I'm holding off on doing a proper release until that...
Alright, great news that it works with the newer GCC, but I'm still quite nervous that this is a bug in libcxxwrap-julia. We'll see if it resurfaces elsewhere somehow, for...
Hi, I can't reproduce this, for me this overrides file works: ```toml [3eaa8342-bff7-56a5-9981-c04077f7cee7] libcxxwrap_julia = "C:/Users/user/source/repos/libcxxwrap-julia/build" ``` Can you please give the complete path to the `libcxxwrap_julia.dll` that is built?...
Unfortunately, it is not possible to set a `std::vector` as a module constant, since it is mapped to a pointer to that vector and this changes on every invocation. I...
Yes, I think adding a `JuliaConfig.cmake` file would be the way to go. The best solution is to convert Julia to using CMake, but that's slightly more involved ;)
Sorry, I completely missed the notification for this issue. It's a cool idea, but I think maybe adding keyword methods is easier by wrapping one or more regular methods, and...
@abdoei The Mac compile error is something that needs to be fixed: https://github.com/JuliaInterop/libcxxwrap-julia/actions/runs/6285226887/job/17138204435?pr=133#step:4:70
Currently all tests are failing, I think because the `std::deque` `iteratorbegin` method requires the wrapper type to be defined first. I think you need a two-staged approach here, where you...
This is now integrated in https://github.com/JuliaInterop/libcxxwrap-julia/pull/170
> I am not interested at all in using any special versions of libcxxwrap. I just want to be a user of this library, and link to whatever the latest...