Hi,
I've got a problem with LightGraphs right now: Travis is reporting the
build failing
(see https://travis-ci.org/JuliaGraphs/LightGraphs.jl/jobs/63368942),
relevant info copied below:
Warning: both LightGraphs and Base export "blkdiag"; uses of it in module Main
must be qualified
ERROR: LoadError: LoadError: UndefVarError: blkdiag not defined
in include at ./boot.jl:252
in include_from_node1 at loading.jl:134
in anonymous at no file:64
in include at ./boot.jl:252
in include_from_node1 at loading.jl:134
in process_options at ./client.jl:310
in _start at ./client.jl:409
while loading /home/travis/.julia/v0.4/LightGraphs/test/operators.jl, in
expression starting on line 14
while loading /home/travis/.julia/v0.4/LightGraphs/test/runtests.jl, in
expression starting on line 61
but Pkg.test("LightGraphs") works just fine in my 0-day-old master.
How do I fix the Travis build issue?