timholy / Grid.jl

Interpolation and related operations on grids
MIT License
47 stars 26 forks source link

Failing on 0.4 master #60

Closed ViralBShah closed 9 years ago

ViralBShah commented 9 years ago

I am using tagged versions of Gadfly and its dependencies. When I do using Gadfly on 0.4, I get:

julia> using Gadfly
ERROR: LoadError: LoadError: LoadError: LoadError: LoadError: MethodError: `start` has no method matching start(::Type{Array{T<:Number,1}})
 in append_any at base.jl:203
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in reload_path at ./loading.jl:158
 in _require at ./loading.jl:70
 in require at ./loading.jl:56
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in reload_path at ./loading.jl:158
 in _require at ./loading.jl:70
 in require at ./loading.jl:56
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in reload_path at ./loading.jl:158
 in _require at ./loading.jl:70
 in require at ./loading.jl:53
while loading /Users/viral/.julia/v0.4/Grid/src/interp.jl, in expression starting on line 326
while loading /Users/viral/.julia/v0.4/Grid/src/Grid.jl, in expression starting on line 20
while loading /Users/viral/.julia/v0.4/KernelDensity/src/KernelDensity.jl, in expression starting on line 6
while loading /Users/viral/.julia/v0.4/Gadfly/src/statistics.jl, in expression starting on line 16
while loading /Users/viral/.julia/v0.4/Gadfly/src/Gadfly.jl, in expression starting on line 1054
ViralBShah commented 9 years ago

Thanks @timholy