I'm curious about the when the following change will make it into v0.5,
originally it was said that it would be done early after v0.4 split off of
master:
*julia> **a = [[1],[2],[3]]*
*WARNING: [a,b,...] concatenation is deprecated; use [a;b;...] instead*
in depwarn(::ASCIIString, ::Symbol) at ./deprecated.jl:64
in oldstyle_vcat_warning(::Int64) at ./abstractarray.jl:29
in vect(::Array{Int64,1}, ::Vararg{Array{Int64,1}}) at
./abstractarray.jl:32
in eval(::Module, ::Any) at ./boot.jl:267
while loading no file, in expression starting on line 0
*3-element Array{Int64,1}:*
* 1*
* 2*
* 3*
Instead of it acting like this:
*julia> **a = Vector{Int}[[1],[2],[3]]*
*3-element Array{Array{Int64,1},1}:*
* [1]*
* [2]*
* [3]*
On Wednesday, March 9, 2016 at 7:44:28 AM UTC-5, Andreas Lobinger wrote:
>
> Hello colleagues,
>
> i need a bigger picture of the status of v0.5, dates, timelines, missing
> features, missing testing, expected closing. Just go to github and select
> the v0.5 milestone gives me a diverse picture.
>
> Wishing ahappy day,
> Andreas
>