After installing -- I followed all the instructions verbatim -- running runtests.jl produces this error:
ERROR: LoadError: ArgumentError: Array dimension must be 0 ≤ dim ≤ 9223372036854775807, got 18446744073709551615 for dimension 1
in pointer_to_array at pointer.jl:41
in on_body at .julia/v0.4/HttpParser/test/runtests.jl:93
while loading .julia/v0.4/HttpParser/test/runtests.jl, in expression starting on line 129
This is my version info:
julia> versioninfo()
Julia Version 0.4.1
Commit cbe1bee* (2015-11-08 10:33 UTC)
Platform Info:
System: Linux (x86_64-redhat-linux)
CPU: Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblasp.so.0
LIBM: libopenlibm
LLVM: libLLVM-3.3
Hello,
After installing -- I followed all the instructions verbatim -- running runtests.jl produces this error:
This is my version info:
Is it a bug? What am I doing wrong?