-
Notifications
You must be signed in to change notification settings - Fork 47
BinaryProvider.download not checking for Windows Management Framework #127
Comments
Good catch. I hate that we have two different implementations of |
Actually 3 different implementations, since Pkg had its own as well: https://github.com/JuliaLang/Pkg.jl/blob/7254e17c783c479b30aed933e29d5efb7d6c4762/src/PlatformEngines.jl |
Alternative fix for JuliaPackaging#127
WinRPM and also BinDeps have their own implementation as well.... Something should be done to try to unify all these different implementations. There have been problems in one implementation that are corrected in an other implementation, it seems unfortunate to have to try to maintain so many different implementations and have bug fixes in one version but not the other. |
The discussion of that is here: JuliaLang/julia#27043 |
Use rm instead of rmdir (because it exists)
On a Win 7 machine:
This gives confusing errors, e.g. JuliaIO/CodecZlib.jl#24 (comment)
Base.download checks for this:
The text was updated successfully, but these errors were encountered: