samuelcolvin / Bokeh.jl

Bokeh Bindings for Julia
Other
46 stars 14 forks source link

Tests fail on v0.5 #36

Open ranjanan opened 8 years ago

ranjanan commented 8 years ago
julia> using Bokeh
ERROR: LoadError: LoadError: UndefVarError: Nothing not defined
 in include_from_node1(::String) at ./loading.jl:426 (repeats 2 times)
 in eval(::Module, ::Any) at ./boot.jl:234
 in require(::Symbol) at ./loading.jl:357
while loading /Users/ranjan/.julia/v0.5/Bokeh/src/glyphs.jl, in expression starting on line 5
while loading /Users/ranjan/.julia/v0.5/Bokeh/src/Bokeh.jl, in expression starting on line 3
ranjanan commented 8 years ago

Sorry, my bad. Pkg.checkout fixed it for me. But tests fail:

ERROR: LoadError: LoadError: MethodError: no method matching plot(::Array{Base.#sin,1})
Closest candidates are:
  plot(::Array{Function,1})
  plot(::Array{Function,1}, ::Range{T}, ::Any...; kwargs...)
  plot(::Array{Function,1}, ::Real)
  ...
 in #plot#9(::Array{Any,1}, ::Function, ::Function) at /Users/ranjan/.julia/v0.5/Bokeh/src/plot.jl:30
 in plot(::Function) at /Users/ranjan/.julia/v0.5/Bokeh/src/plot.jl:30
 in include_from_node1(::String) at ./loading.jl:426
 in evalfile(::String, ::Array{String,1}) at ./loading.jl:442
 in macro expansion; at /Users/ranjan/.julia/v0.5/Bokeh/test/runtests.jl:36 [inlined]
 in anonymous at ./<missing>:?
 in include_from_node1(::String) at ./loading.jl:426
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318
while loading /Users/ranjan/.julia/v0.5/Bokeh/test/test-cases/functions.jl, in expression starting on line 8
while loading /Users/ranjan/.julia/v0.5/Bokeh/test/runtests.jl, in expression starting on line 35
bryevdv commented 8 years ago

Please note that there is currently no active maintainer of bokeh.jl, and that the last release uses a very old version of the core Bokeh library. If you or anyone you know has the time and interest to maintain and update bokeh.jl please let us know.