On the latest pull I'm getting this build error:
$ make
CC src/jltypes.o
CC src/gf.o
FLISP src/julia_flisp.boot
FLISP src/julia_flisp.boot.inc
CC src/ast.o
CC src/builtins.o
CC src/module.o
CC src/codegen.o
CC src/interpreter.o
CC src/alloc.o
CC src/dlload.o
CC src/sys.o
CC src/init.o
CC src/task.o
CC src/array.o
CC src/dump.o
CC src/toplevel.o
CC src/jl_uv.o
CC src/jlapi.o
CC src/profile.o
CC src/llvm-simdloop.o
CC src/gc.o
LINK usr/lib/libjulia.so
PERL base/pcre_h.jl
PERL base/errno_h.jl
PERL base/build_h.jl.phony
PERL base/fenv_constants.jl
PERL base/file_constants.jl
PERL base/uv_constants.jl
PERL base/version_git.jl.phony
CC ui/repl.o
LINK usr/bin/julia
linalg.jl
Warning: New definition
convert could not show value of type Tuple at linalg/ldlt.jl:9
is ambiguous with:
convert could not show value of type Tuple at linalg/ldlt.jl:8.
To fix, define
convert could not show value of type Tuple
before the new definition.
Warning: New definition
* could not show value of type Tuple at linalg/sparse.jl:128
is ambiguous with:
* could not show value of type Tuple at linalg/tridiag.jl:247.
To fix, define
* could not show value of type Tuple
linalg.jl
Warning: New definition
convert could not show value of type Tuple at linalg/ldlt.jl:9
is ambiguous with:
convert could not show value of type Tuple at linalg/ldlt.jl:8.
To fix, define
convert could not show value of type Tuple
before the new definition.
Warning: New definition
* could not show value of type Tuple at linalg/sparse.jl:128
is ambiguous with:
* could not show value of type Tuple at linalg/tridiag.jl:247.
To fix, define
* could not show value of type Tuple
Does it stop trying to compile further packages after an error like this?