Hi, Why not branch when releases are made? E.g. create a branch called 2.055 that is frozen except for super important backports. That way, development can continue on master without disturbing the release.
Regards, Alex On Tue, Sep 6, 2011 at 8:27 AM, Walter Bright <[email protected]> wrote: > unless they are fixing regressions in the beta. > > The last time I did a pull to add in the changes to std.parallelism, it > pulled in a bunch of other stuff that broke peoples' code in the beta. We > will never get the release done by doing things this way. > > The current beta breaks are: > > http://d.puremagic.com/issues/show_bug.cgi?id=6606 > > and Sönke Ludwig's problem with DLLs that probably resulted from a change in > druntime. > > Please, no more merging other than fixing these two issues. > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
