Bart Janssens
Bart Janssens
@SylvainCorlay Do you have an opinion on this? I never encountered projects on linux that required hidden symbols, but it seems harmless enough to add the `__attribute__`, directive, especially since...
To be honest, I havent't really made a very formal plan. Right now, the plan is this: - v0.9.x will remain compatible with Julia 1.0 up to Julia 2.0, and...
I would certainly accept pull-requests for that, there is a v0.9 branch and indeed the idea was to maintain this for people who need to keep compatibility with Julia <...
Thanks :) Both releases are now pending for automatic merging in the registry, so this should be done soon.
The first one (returning x) fixes an ambiguity (see issue #301) The second method is used to dereference a smart pointer to a derived type D to its base type,...
I think that simplification will indeed work, I need to do some more tests for this. Unfortunately, it still remains a convert-to-any method.
Hi, Sorry for the very late reply, completely missed this somehow. You could try to add an argument overload, using something like this before wrapping the functions: ```julia @readmodule(libfoo, :register_foo)...
OK, so anything in CxxWrap we can do about this, then? I don't see an obvious workaround.
Should work on master now, it was indeed not supported because I didn't need it and no-one asked so far :)
Not yet, but this is begging to be exploited here I think: https://github.com/JuliaLang/julia/pull/24960 Unfortunately I won't have time soon to get to this.