jeff@gurren:~/src/julia$ make test-compile
JULIA test/compile
ERROR: LoadError: ArgumentError: reducing over an empty collection is not allowed
in _mapreduce(::Base.#identity, ::Base.#scalarmax, ::Base.LinearFast, ::Array{Any,1}) at ./reduce.jl:230
in maximum(::Array{Any,1}) at ./reduce.jl:449
in (::##33#40)() at /home/jeff/src/julia/test/runtests.jl:49
in cd(::##33#40, ::String) at ./file.jl:69
in include_from_node1(::String) at ./loading.jl:532
in include(::String) at ./sysimg.jl:14
in process_options(::Base.JLOptions) at ./client.jl:271
in _start() at ./client.jl:335
while loading /home/jeff/src/julia/test/runtests.jl, in expression starting on line 38
make[1]: *** [compile] Error 1
make: *** [test-compile] Error 2
This is my fault and I have a fix coming as part of a soon-to-be revealed PR.
Most helpful comment
This is my fault and I have a fix coming as part of a soon-to-be revealed PR.