JuliaWeb/Gumbo.jl

Build Error (MethodError: No matching keys)

Closed this issue · 4 comments

Hi! I'm using Julia 0.5.0 because a bug in the Package Manager on 0.4.6 version. When I run Pkg.add("Gumbo"), the building process ends with this errror:

LoadError: MethodError: no method matching keys(::Array{Pair{Symbol,Symbol},1})
Closest candidates are:
  keys(::Associative{K,V})
while loading /home/yagox/.julia/v0.5/Gumbo/deps/build.jl, in expression starting on line 19

Thank you! :D

It looks like the dictionary declaration syntax here is no longer valid on 0.5? Not sure. I make no attempt to support development versions of Julia with this package until they're actually released, it's just too much effort to keep up with all the changes. I would happily accept PRs to fix anything you run into though!

Looks like the error is what you said, a change in the syntax. I will try to fix it when I have a little more free time :D

Thank you! And sorry it doesn't work already :/ I think an 0.5 release candidate is in principle going to happen soon, when it does I'll do through and fix everything that broke.

Should be fixed by #22