Hi, So here I am, running Julia 0.3.0rc, and ...
julia> b = d(a) Error: 'convert' ... at array.jl:307 OK, so some of my code causes a meaningless conversion to occur, and tripped an error in Julia's own code array.jl. My only problem, is, I have no idea which part of my code was called this. How can I get Julia to dump the call stack? Cheers Philippe
