Closed musm closed 7 years ago
cc @amitmurthy
this seems like a julia bug, and shouldn't be an error? does it work with @nospecialize
?
Not sure what you mean by that, where would you add that?
Using Any
instead of ANY
seems to fix this...
ANY has recently been replaced on 0.7 by @nospecialize Any
it's not in Compat yet but would make a good addition
does it work with @nospecialize ?
yes
Probably still a bug then, that the deprecation machinery for ANY isn't compatible with how it used to work. Though I don't think ANY in a type parameter here was accomplishing much.
Yes, ANY
was probably not relevant here.
should still be reported as a possible bug in the deprecation
Get someone tag this? Seems to be causing issues with other packages that rely on libexpat
Fix https://github.com/JuliaIO/LibExpat.jl/issues/79 which prevents WinRPM usage.
Won't be adding tests as I don't have interest in doing so, but this was a quick enough fix so thought I'd open a PR.