JuliaIO / LibExpat.jl

Julia interface to the Expat XML parser library
Other
9 stars 32 forks source link

Make LibExpat Julia 1.0-compatible. #96

Closed hessammehr closed 6 years ago

hessammehr commented 6 years ago

Minimal change set to make LibExpat.jl compatible with Julia 1.0. This should help migrate other packages (e.g. WinRPM) to Julia 1.0 as well.

musm commented 6 years ago

thank you ! this closes https://github.com/JuliaIO/LibExpat.jl/issues/95

hessammehr commented 6 years ago

@musm Happy to report that with the pull requests on this repo and WinRPM.jl, HDF.jl works fine on Windows.

musm commented 6 years ago

Thanks again