I agree. We've decided (I can't seem to find a link to it right now) that
0.4-dev is the "chaos period" when we'll be breaking things frequently.
During this period, packages should continue to target 0.3. Once all the
major breakages have occurred and we're ready to start stabilizing the
master branch, VERSION will be updated to 0.4-pre and we'll work on bugs
and stability. 0.4-pre is the earliest point when packages should start
targeting the 0.4 branch of Julia.

On Fri, Aug 15, 2014 at 2:21 PM, David Anthoff <[email protected]> wrote:

> And I really hope that most package developers stay away from 0.4 for a
> long time, so that we have healthy package improvements working on 0.3
> until 0.4 is actually released :)
>
>
>
> *From:* [email protected] [mailto:[email protected]]
> *On Behalf Of *Iain Dunning
> *Sent:* Friday, August 15, 2014 11:19 AM
> *To:* [email protected]
> *Subject:* Re: [julia-users] moving from v0.3 to v0.4
>
>
>
> Absolutely. Already had ~10 packages break today due to 0.4 stuff, I
> expect plenty more.
>
> On Friday, August 15, 2014 11:24:18 AM UTC-4, John Myles White wrote:
>
> I agree: I think most people should not use 0.4 beause it’s going to
> change so frequently.
>
>
>
>  — John
>
>
>
> On Aug 15, 2014, at 12:28 AM, Tobias Knopp <[email protected]>
> wrote:
>
>
>
> I think we should discourage using 0.4-dev version until feature freeze.
> There might be a lot of package breakage (wasn't there once a term "chaos
> month"?).
>
>
>
> Am Freitag, 15. August 2014 09:16:20 UTC+2 schrieb Andreas Lobinger:
>
> Hello colleague,
>
> i was aware that there are parallel installations With the 'smallest
> problem' i meant i immediately recognized a bunch of other problems, alike
>
>  WARNING: split(x,y,k::Bool) is deprecated, use split($(Expr(:parameters,
> :(keep=k))),x,y) instead.
>  in _atox at /home/lobi/.julia/v0.4/Winston/src/config.jl:30
>  in config_options at /home/lobi/.julia/v0.4/Winston/src/config.jl:62
>  in iniattr at /home/lobi/.julia/v0.4/Winston/src/Winston.jl:2539
>  in HalfAxisX at /home/lobi/.julia/v0.4/Winston/src/Winston.jl:572
>  in FramedPlot at /home/lobi/.julia/v0.4/Winston/src/Winston.jl:1000
>  in figure at /home/lobi/.julia/v0.4/Winston/src/Winston.jl:2678
>  in display at /home/lobi/.julia/v0.4/Winston/src/Winston.jl:2707
>  in display at multimedia.jl:149
>  in print_response at REPL.jl:140
>  in print_response at REPL.jl:125
>  in anonymous at REPL.jl:584
>  in run_interface at ./LineEdit.jl:1377
>  in run_interface_3B_1862 at /home/lobi/julia/usr/bin/../lib/julia/sys.so
>  in run_frontend at ./REPL.jl:816
>  in run_repl at ./REPL.jl:170
>  in _start at ./client.jl:399
>  in _start_3B_1725 at /home/lobi/julia/usr/bin/../lib/julia/sys.so
>
> so i rolled back to RC4 and try to update my work to that.
>
>
>
>

Reply via email to