I've learned something about the julia screensplash. The '*' in Commit f8f3190* (0 days old master)
Means you have built julia with local modifications. If you had built a clean julia clone, then the asterisk is not present, ie Commit f8f3190 (0 days old master) So, certainly for your first post, there is a changed file somewhere in your julia repository. If you see the asterisk, go to your julia clone and do a git status to dine what has changed. Maybe you have multiple repo clones / julia executables on your problem machine, and you are not running the one you think you are? In any case, the problem is not with Julia. Good luck with your investigations. 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 > > > >
