Just to say that now that 15188 has been merged it works again on master!

Thanks a lot again



On Tuesday, February 23, 2016 at 1:35:51 PM UTC+1, Andrea Pagnani wrote:
>
> Ok ... I trust you that 15188 is related to this. 
>
> Looking forward 15188 to be merged then.
>
> Thanks a lot.
>
>
> On Tuesday, February 23, 2016 at 12:42:33 PM UTC+1, Yichao Yu wrote:
>>
>> On Tue, Feb 23, 2016 at 6:06 AM, Andrea Pagnani 
>> <[email protected]> wrote: 
>> > I find the following difference from 0.4 and master. Consider the 
>> simple 
>> > function: 
>> > 
>> > ``` 
>> > function test() 
>> >     res = @parallel hcat for i = 1:10 
>> >         if true 
>> >             i 
>> >         end 
>> >     end 
>> >     res 
>> > 
>> > end 
>> > ``` 
>> > 
>> > on julia0.4 I get 
>> > 
>> > julia> test() 
>> > 1x10 Array{Int64,2}: 
>> >  1  2  3  4  5  6  7  8  9  10 
>> > 
>> > which I think should be the desired output, while on master on master 
>> > 
>> > julia> test() 
>> > 1x10 Array{Void,2}: 
>> >  nothing  nothing  nothing  nothing  nothing  nothing  nothing  nothing 
>> > nothing  nothing 
>> > 
>> > What do you think? 
>>
>> https://github.com/JuliaLang/julia/pull/15188 
>>
>> > 
>> > 
>> > 
>>
>

Reply via email to