JuliaIO / LibExpat.jl

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

import | from Base instead of extending it via Base.| #47

Closed tkelman closed 8 years ago

tkelman commented 8 years ago

the parsing here was changed in https://github.com/JuliaLang/julia/pull/17393

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 28.657% when pulling 0e44d8cbc0196f5e794c45b9eab23066babce5e4 on tk/fixnightly into 54ae5d9f209381b1324a296e0843c17ba4232c05 on master.

stevengj commented 8 years ago

Or you can use @compat Base.:|

tkelman commented 8 years ago

true, but that would might (not here, but I guess elsewhere) require editing 2 files to be proper and bump the minimum required Compat version