You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a known issue, but I didn't see it already raised.
When using Julia v0.5 I'm getting a MethodError when calling collect(child_elements(xroot)). This fails giving the following message:
ERROR: MethodError: no method matching length(::LightXML.XMLElementIter)
in _similar_for at ./array.jl:209 [inlined]
in _collect at ./array.jl:229 [inlined]
in collect(::LightXML.XMLElementIter) at ./array.jl:225
in eval(::Module, ::Any) at ./boot.jl:231
in macro expansion at ./REPL.jl:92 [inlined]
in (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:46
Incidentally, this error is also returned by running Pkg.test("LightXML").
Again, this only seems to be an issue with Julia v0.5; there is no problem with Julia 0.4.5.
Is this a known issue? Is there an existing fix?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a known issue, but I didn't see it already raised.
When using Julia v0.5 I'm getting a
MethodError
when callingcollect(child_elements(xroot))
. This fails giving the following message:Incidentally, this error is also returned by running
Pkg.test("LightXML")
.Again, this only seems to be an issue with Julia v0.5; there is no problem with Julia 0.4.5.
Is this a known issue? Is there an existing fix?
The text was updated successfully, but these errors were encountered: