JuliaIO / LibExpat.jl

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

deprecation warnings in 0.5.0-dev+4402 (Win64) #44

Closed PaulSoderlind closed 8 years ago

PaulSoderlind commented 8 years ago

Hi, the package seems to generate lots of warning messages in 0.5.0-dev+4402 (Win64), for instance, things like this:

WARNING: bytestring(p::Union{Ptr{Int8},Ptr{UInt8}}) is deprecated, use String(p) instead. in depwarn(::String, ::Symbol) at .\deprecated.jl:64 in bytestring(::Ptr{UInt8}) at .\deprecated.jl:50 in end_element(::Ptr{Void}, ::Ptr{UInt8}) at C:\Users\psoderlind.julia\v0.5\LibExpat\src\LibExpat.jl:

/Paul S

nalimilan commented 8 years ago

I think this was fixed by https://github.com/amitmurthy/LibExpat.jl/pull/45.

tkelman commented 8 years ago

fixed on master