<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I'd like to add that, in my opinion, we should not put too much resources into preparing a release. All this hacking and masking bugs away in a release branch is pointless: our releases aren't supposed to be used in any kind of production environment, so it's meaningless to make them appear more beautiful than they really are.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Releases bring a lot of good stuff, make the team disciplined, but what I want to accent is that there is no "stable"/"unstable" division right now. There will be one in future, but definitily not now.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>WBR,</DIV><DIV>Aleksey Bragin.<DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Sep 23, 2010, at 6:37 PM, Zachary Gorden wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV>The root of this problem, and it's not one that can be dealt with in the short term, is because we are treating trunk as basically the "stable" branch for "stable" releases.  Most mature projects have a separate branch for every major release point where things are either known to work or known to not work, and they concentrate mostly on bugfixes that do not add new functionality or break existing ones or security patches.  This lets them break trunk as <STRONG>needed</STRONG> and as another major point release comes up, they take some care to make sure trunk is at least in good enough shape to branch to create the new release.  We can't do this, since major lower level components change too fast.  This would be akin to us still be patching the 0.3.0 codebase, which would mean using the pre-rewrote kernel.  And not having sound.  And who knows how many other nice things that have been added so far.  Thus for the short term, we're stuck with trunk acting as both the point of development and release.  Not an ideal situation.</DIV> <DIV> </DIV> <DIV>Ged is actually right when he says we actually don't have a need to create entire branches for a release, we could just tag and release.  The only thing stopping us is we add in some hacks to work around known issues, hacks that we don't want leaking into trunk.  That and we revert some random stuff here and there that are actually correct but break other incorrect things.</DIV> <DIV> </DIV> <DIV>Breaking things is pretty much unavoidable, even if completely unintended.  Which is probably why yarotows and other branches were created, since these are efforts to add new functionality into ReactOS.  That is always going to bring risks.  But we need that new functionality if we're to get to a point where we can actually have a genuine "stable" branch instead of constantly releasing off of trunk.</DIV> <DIV> </DIV> <DIV>This basically boils down to, for now, get all the risky stuff in right after a branch is made for release.  That way we can see quickly what breaks and not suddenly have to deal with locking of trunk right before release because people waited to commit their work or we delayed doing a winesync and Wine did something to break our code.<BR> </DIV> <DIV class="gmail_quote">On Thu, Sep 23, 2010 at 5:40 AM, victor martinez <SPAN dir="ltr">&lt;<A href="mailto:vicmarcal@hotmail.com">vicmarcal@hotmail.com</A>&gt;</SPAN> wrote:<BR> <BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"> <DIV><BR><BR>&gt; From: <A href="mailto:gedmurphy@gmail.com" target="_blank">gedmurphy@gmail.com</A> <DIV class="im"><BR>&gt; To: <A href="mailto:ros-dev@reactos.org" target="_blank">ros-dev@reactos.org</A><BR></DIV>&gt; Date: Thu, 23 Sep 2010 08:09:57 +0100 <DIV class="im"><BR>&gt; Subject: Re: [ros-dev] 0.3.12 milestones status<BR>&gt; <BR></DIV> <DIV class="im">&gt; victor Martinez wrote:<BR>&gt; <BR>&gt; &gt; In the same way, and imho, I think it is much better <BR>&gt; &gt; to avoid sending critical code one month before the release.<BR>&gt; <BR>&gt; This isn't how you release.<BR> &gt; The whole point in branching for a release is so you can stabalise the<BR>&gt; branch whilst trunk continues to be 'bleeding edge'<BR>&gt; What's the point in branching otherwise? We may as well just tag trunk and<BR> &gt; do away with branching.<BR><BR><BR></DIV>I am not agree :) As far as i see we have tried to (more or less)stabilize trunk before branching at least in the 2 latest releases. An i.e is the 0.3.12 release, if we are following the "bleeding edge" concept then we should have branched several months ago and just pulled the regression fixes from trunk to the branch. Our approach was different: Stabilizing trunk fixing the known regressions (which,btw,were marked as Milestones) and then branching.<BR> <BR><BR>There is not an incompatibility with the "stabilizing trunk" and "branching" concepts. First because exists the "Hack-releases" (fixes just applied for the release) and that just can be done in a branch. Second because a (more or less) stabilized trunk doesn't mean a regression-free trunk (but it could be).<BR> <BR><BR>The first main advantage (about avoid sending critical code in the month we are going to release) is that we will have a whole month to check  if the critical changes has waken up underlying bugs (or if the critical changes has introduced Eisenbugs).If we are following the "bleeding edge" approach  we can just pray to find those Eisenbugs in the Release Candidate ISO tests and, since there aren't a lot of testers checking the RC ISO, it is quite unprovable.<BR> <BR><BR>The second main advantage is that we reduce the Release Engineers amount of work. It is not the same bugging them to create just one RC ISO than bugging them to create 2 or 3 because playing with the "bleeding edge" concept. <BR class="khtml-block-placeholder"></DIV></BLOCKQUOTE></DIV> </BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>