JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
757 stars 108 forks source link

Allow and test on Julia v1.2 #423

Closed oschulz closed 5 years ago

Gnimuc commented 5 years ago

I thought https://github.com/JuliaLang/julia/pull/31272 would be going into v1.2, but it appears it doesn't, at least for now. Anyway, I will rebuild libcxxffi binaries once Julia v1.2 is released.

oschulz commented 5 years ago

Thanks for the quick merge, @Gnimuc . Should we register a new version v0.3.1 of Cxx (so that users don't get the Julia version error)?

oschulz commented 5 years ago

Ah, v0.3.2, of course

Gnimuc commented 5 years ago

Sure, just triggered JuliaRegistrator: https://github.com/JuliaRegistries/General/pull/1127

oschulz commented 5 years ago

Thanks!