Bart Janssens
Bart Janssens
That is quite unexpected, what is the output of `versioninfo()`?
Nightly crash happens somewhere between Julia commit a1a2ac63cffd11f0edc3fe730797023867d82527 and 69269abd14ad835e98ffc5169e5abf92aed872e2
I recommend trying this again with the just-released libcxxwrap-julia 0.11 and CxxWrap 0.14.
Note that you can't mix binaries from the Julia artifacts registry with code you compile yourself, maybe that is the issue? On Arch Linux I even have to compile Julia...
There are multiple terminals for GR, on macOS it uses GKSterm, a direct Cairo implementation which is also used by the binaries installed using the old non-BinaryBuilder GR method. Qt...
I tried adding such functionality here: https://github.com/jheinen/GR.jl/pull/518 In the end, however, I could not find a way to make this non-disruptive for existing users of Plots.jl. The problem is that...
Is this against the latest libcxxwrap-julia (`main` branch)? It is probably related to the added support for more STL containters, maybe this check isn't working: https://github.com/JuliaInterop/libcxxwrap-julia/blob/587f9feb6b64baa512856af2d508fec1f63583bc/include/jlcxx/stl.hpp#L657
OK, if you don't need sets or maps then you can comment out these lines in `apply_stl` as a temporary workaround. I was already working on refactoring this part of...
Can you verify if PR #175 fixes this for you?
Thanks for testing, I'll integrate this into a new release. Unfortunately the changes are not binary compatible with previous versions, so this will become part of CxxWrap 0.17.