A more up to date version (at least, the version I have, which is later
than yours) does not do this. Try an update.
John
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+520 (2013-12-16 15:24
UTC)
_/ |\__'_|_|_|\__'_| | Commit 3eccfcf (0 days old master)
|__/ | x86_64-linux-gnu
julia> [1]
1-element Array{Int64,1}:
1
julia>
On Thursday, December 19, 2013 6:58:01 AM UTC, Eduardo Mendes wrote:
>
> Hi,
>
> I'm having some problem with the interpreter. I tried a clean install and
> did not fix it.
>
> Essentially if I omit the semicolon of an array expression I get
> BoundsError(). I am not sure whether anyone is having similar problem or is
> something particular to my computer.
>
> Any ideas on how can I fix it?
>
> Thanks
> D.
>
> $ julia
> _
> _ _ _(_)_ | A fresh approach to technical computing
> (_) | (_) (_) | Documentation: http://docs.julialang.org
> _ _ _| |_ __ _ | Type "help()" to list help topics
> | | | | | | |/ _` | |
> | | |_| | | | (_| | | Version 0.3.0-prerelease+490 (2013-12-15 07:16
> UTC)
> _/ |\__'_|_|_|\__'_| | Commit f8f3190* (0 days old master)
> |__/ | x86_64-linux-gnu
>
> julia> [1]
> 1-element Array{Int64,1}:
> Evaluation succeeded, but an error occurred while showing value of type
> Array{Int64,1}:
> ERROR: BoundsError()
> in parseint_nocheck at string.jl:1472
> in parseint_nocheck at string.jl:1508
> in parseint at string.jl:1511
> in writemime at repl.jl:21
> in display at multimedia.jl:117
> in display at multimedia.jl:119
> in display at multimedia.jl:151
>
>
>
>