https://github.com/JuliaLang/julia/issues/5293

On Friday, 3 January 2014 10:13:03 UTC-3, andrew cooke wrote:
>
> there's another post here saying that this is a problem with the current 
> build.  either revert to an earlier point, or wait and update later after 
> it's fixed, or look for the issue on the julia site and see what is 
> happening in detail.
>
> On Friday, 3 January 2014 09:51:12 UTC-3, Kjetil brinchmann Halvorsen 
> wrote:
>>
>> What is happening? This is linux Lubuntu 13.10 with latest julia 
>> (from nightlies PPA) 
>> and using JuliaStudio. 
>>
>> Whenever I am using arrays, BoundsError() creeps up! 
>>
>> julia> y = rand(8) 
>>
>> BoundsError() 
>>
>>
>> julia> z = zeros(8) 
>>
>> BoundsError() 
>>
>>
>> julia> x = [1., 2., 3., 4., 5.] 
>>
>> BoundsError() 
>>
>>
>> ??? 
>>
>> Kjetil 
>>
>

Reply via email to