I am running todays development version from within emacs with ess.
Look at the following:
julia> x = [1., 2, 3, 4, 5]
5-element Array{Float64,1}:
Evaluation succeeded, but an error occurred while showing value of
type Array{Float64,1}:
ERROR: BoundsError()
in parseint_nocheck at string.jl:1472
in parseint_nocheck at string.jl:1509
in parseint at string.jl:1512
in writemime at repl.jl:21
in display at multimedia.jl:117
in display at multimedia.jl:119
in display at multimedia.jl:151
What is this?
Kjetil