WinRPM.jl icon indicating copy to clipboard operation
WinRPM.jl copied to clipboard

use CodecZlib.jl instead of Libz.jl

Open bicycle1885 opened this issue 7 years ago • 2 comments

I no longer actively maintain Libz.jl. We should use CodecZlib.jl if possible.

bicycle1885 avatar Mar 12 '18 15:03 bicycle1885

No one has set appveyor up here yet so this would need to be tested. Why do you think this has anything to do with that Pkg3 issue?

tkelman avatar Mar 12 '18 17:03 tkelman

I didn't test it, neither. The issue (https://github.com/JuliaLang/Pkg3.jl/issues/190) seems to be due to a symbolic link used in BufferedStreams.jl, which is a dependency of Libz.jl, which is used in WinRPM.jl. This change does not solve the issue itself, but at least I think it will go away if WinRPM.jl uses CodecZlib.jl instead. Anyway, using Libz.jl is not recommended.

bicycle1885 avatar Mar 13 '18 07:03 bicycle1885