-
Notifications
You must be signed in to change notification settings - Fork 50
Julia v0.7 compatibility #301
Comments
Unfortunately I still get an error when loading even on master. Apparently Femtocleaner will soon be working, which should fix most deprecations. Then we'll need somebody to fix the more serious errors. |
Though note that DataArrays shouldn't really be needed on 0.7 since |
@nalimilan thanks. I wanted to try Queryverse on 0.7, so maybe I'd just have to wait for them to fix it and tag the release |
RCall.jl still depends on DataArrays.jl. I don't know if they plan to move away from DataArrays.jl or not. It would be quite nice to have RCall.jl on 0.7 sooner, rather than later, if updating DataArrays.jl is straightforward. Anything I can do to help? Precompiling DataArrays.jl generates various deprecation warnings, which I can live with, but it errors on "ipermute!! not defined". Maybe the second ! is just a typo? |
It's not a typo, it's just been renamed to |
They should. Perhaps a PR to RCall would be even better, moving it to using |
RCall should definitely make the switch (and IIRC it already supports |
I guess the part which will require the most work to port is src/broadcast.jl. That won't be trivial to do. |
It looks like RCall may just drop DataArrays for 0.7, since it already supports Array{Union{T,Missing}}. Please see their issue 247. That seems like a nice, tidy solution. 0.7 seems like a good time for a bit of breakage. |
Hi, trying to install this on julia v0.7 and getting lot of warnings + errors. Last commit might address this, is it possible to tag a relase and update uncurated.jl? Thanks
The text was updated successfully, but these errors were encountered: