I just tagged a new release for SortingAlgorithms that should address this
problem. Please run Pkg.update() and try again.

Thanks,

Jiahao Chen
Staff Research Scientist
MIT Computer Science and Artificial Intelligence Laboratory

On Sun, May 3, 2015 at 3:22 AM, <[email protected]> wrote:

> I've managed to download Julia from git and (after installing cmake)
> managed to compile everything (whew!).
>
> I'm getting a load error from: using SortingAlgorithms
>
> julia> using SortingAlgorithms
> ERROR: LoadError: UndefVarError: Range1 not defined
>  ...
> while loading
> /home/gjansen/.julia/v0.4/SortingAlgorithms/src/SortingAlgorithms.jl, in
> expression starting on line 136
>
> julia> versioninfo()
> Julia Version 0.4.0-dev+4599
> Commit 3f2ed27 (2015-05-02 10:55 UTC)
> Platform Info:
>   System: Linux (x86_64-linux-gnu)
>   CPU: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
>   WORD_SIZE: 64
>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
>   LAPACK: libopenblas
>   LIBM: libopenlibm
>   LLVM: libLLVM-3.3
>
> julia> using SortingAlgorithms
>
> tia
> Gerald Jansen
>

Reply via email to