JuliaIO / LibExpat.jl

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

Test error in Julia 0.5.0 #74

Closed Cody-G closed 7 years ago

Cody-G commented 7 years ago

Any ideas why I'm getting this when I install LibExpat and Pkg.test it? Thanks!

ERROR: LoadError: LoadError: LoadError: syntax: "{T,S}(pd1::XPath{T},pd2::XPath{
S})" is not a valid function argument name
 in include_from_node1(::String) at .\loading.jl:488 (repeats 2 times)
 in eval(::Module, ::Any) at .\boot.jl:234
 in require(::Symbol) at .\loading.jl:415
 in include_from_node1(::String) at .\loading.jl:488
 in process_options(::Base.JLOptions) at .\client.jl:262
 in _start() at .\client.jl:318
while loading C:\Users\Neurobiology\.julia\v0.5\LibExpat\src\xpath.jl, in expres
sion starting on line 766
while loading C:\Users\Neurobiology\.julia\v0.5\LibExpat\src\LibExpat.jl, in exp
ression starting on line 400
while loading C:\Users\Neurobiology\.julia\v0.5\LibExpat\test\runtests.jl, in ex
pression starting on line 1
tkelman commented 7 years ago

what is Pkg.installed("LibExpat") ?

Cody-G commented 7 years ago

Oops, I can't tell you now because I just deleted the package directory and started over. I assume there was a complicated versioning conflict...I had lots of packages and hadn't updated them on this machine for a long time. Now with a fresh start it's working.