Bart Janssens

Results 162 comments of Bart Janssens

Rebased and added test, which passes locally 🤞

The change (line 431 in Operations.jl) checks if the dependency is still an stdlib in the current running version of Julia, since `uuid_is_stdlib` is true if the dependency was an...

Yes, module reloading is not really supported anymore at this time, unfortunately. It would require revisiting quite a few basic structures at the core of CxxWrap to make this work...

Not yet, submission to Journal of Open Source Software is on my todo-list though, so for now I'd suggest just using the URL to the github repository for now.

> I suggest just creating a zenodo entry for this package. Will the DOI stay the same after eventual JOSS publication?

Yes, I'll just leave this open. I can't find the motivation to dig into this :)

The reply to that (post #15 by ahumenberger) is exactly what needs to be done. If there is any other specific issue, I'd be happy to help.

Hi, I am currently refactoring a lot of things to solve issue #134 , possibly this also gets fixed as a side effect. If you are feeling adventurous, you can...

The `std::pair` type is not wrapped, currently. A possible workaround for now is to return an `std::tuple` instead, these are transparently converted to Julia Tuples.

I think the proper place to modify this is here: https://github.com/JuliaInterop/CxxWrap.jl/blob/master/deps/src/jlcxx/include/jlcxx/jlcxx_config.hpp#L11 However, I wonder, what is the importance of supporting compilation with hidden symbols? It seems not very common in...