Re: Proposed 3.5 release plan
Doug Way <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.foundation |
|---|---|
| Message-ID | <[email protected]> |
Daniel Vainsencher wrote: > > Sounds fine to me. Small comments - > In my eyes, the reason is more to have an unusually clean release, > before we an unusual mess of things by starting to pull stuff out, than > to fix any two particular bugs. Those two happen to be ones we'd like to > release before 3.6. Yes, I'll add a comment about wanting to have a release free of major bugs as a sort of baseline fr people to use, before the "turmoil" of package removal etc. in 3.6 begins. > I think if we haven't decided it by now, it's quite unlikely that 3.5+1 > will be 4.0. We haven't prepared for or talked about a compatibility > break at all, and it seems to me like the sort of thing you want to do > right at the beginning of a release cycle. So 3.6 is pretty definite. I agree. I think there's been a sort of assumption that we would want to get started with splitting packages off of the image for at least one release before worrying about a possible image format change. So if there are no objections I'll remove the tentative tone about "3.6" in the announcement and declare that the post-3.5 release will definitely be called 3.6. We will need to start thinking about when a possible image format change might happen, which Tim brought up recently. I think we're agreed that a major version number change should be used for an image format change, it's just a matter of when... we could go from 3.6 -> 4.0, or 3.6 -> 3.7 -> 4.0, or... Anyway, we don't have to decide on that now. Perhaps Tim can comment further. - Doug Way From [email protected] Wed Mar 12 20:45:15 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 26028 invoked from network); 12 Mar 2003 20:45:15 -0000 Received: from unknown (HELO lucy.riskmetrics.com) (12.3.62.14) by mail.theinternetone.net with SMTP; 12 Mar 2003 20:45:15 -0000 Received: from riskmetrics.com (w018.z064003232.det-mi.dsl.cnc.net [64.3.232.18]) by lucy.riskmetrics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id GZW8RM6S; Wed, 12 Mar 2003 15:38:26 -0500 Message-ID: <[email protected]> Date: Wed, 12 Mar 2003 15:44:53 -0500 From: Doug Way <[email protected]> X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Discussing the Squeak Foundation <[email protected]> Subject: Re: [Squeakfoundation] Decision time: Are SCG the steward of thekernel as proposed? References: <[email protected]> <[email protected]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: [email protected] X-Mailman-Version: 2.1 Precedence: list Reply-To: Discussing the Squeak Foundation <[email protected]> List-Id: Discussing the Squeak Foundation <squeakfoundation.lists.squeakfoundation.org> List-Unsubscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://lnx-12.ams-2.theinternetone.net/pipermail/squeakfoundation> List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Subscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=subscribe> X-List-Received-Date: Wed, 12 Mar 2003 20:45:16 -0000 [email protected] wrote: > > Daniel Vainsencher <[email protected]> wrote: > > I don't know if votes are that important (in the absence of any dissent, > > at least), but yes anyway. > > I looked up the word "dissent" but could still not really figure out > what you mean. Dissent meaning "opposition" or "disagreement". I think he meant that since nobody strongly objected (on squeak-dev or here) to the idea of SCG becoming stewards of the kernel, in that sense maybe we didn't really need to vote on it. But I agree that an official vote is good for this type of important decision. - Doug Way From [email protected] Wed Mar 12 21:13:42 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 16562 invoked from network); 12 Mar 2003 21:13:42 -0000 Received: from mxout2.netvision.net.il (194.90.9.21) by mail.theinternetone.net with SMTP; 12 Mar 2003 21:13:42 -0000 Received: from [80.178.101.71] ([80.178.101.71]) by mxout2.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.08 (built Dec 6 2002)) with SMTPA id <[email protected]> for [email protected]; Wed, 12 Mar 2003 23:13:41 +0200 (IST) Date: Wed, 12 Mar 2003 23:14:32 +0300 From: Daniel Vainsencher <[email protected]> Subject: Re: [Squeakfoundation]Proposed 3.5 release plan To: Discussing the Squeak Foundation <[email protected]> Message-id: <[email protected]> X-Mailer: Celeste 2.0.5108 Content-transfer-encoding: 7BIT X-BeenThere: [email protected] X-Mailman-Version: 2.1 Precedence: list Reply-To: Discussing the Squeak Foundation <[email protected]> List-Id: Discussing the Squeak Foundation <squeakfoundation.lists.squeakfoundation.org> List-Unsubscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://lnx-12.ams-2.theinternetone.net/pipermail/squeakfoundation> List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Subscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=subscribe> X-List-Received-Date: Wed, 12 Mar 2003 21:13:43 -0000 I'd like to get the removing process underway, and get our new harvesting process warmed up, and then we have a lot to talk about - * Shutting up the network classes use of UI (hopefully, based on MichaelRs work) * Using one of the Streams-should-not-represent-resources refactorings (Flow/IOHandle) * Streams-should-be-clean (Flow again) * Closures, which require replacing the compiler with Anthony's SmaCC based parser+RB AST+visitors, and adding primitives * And yes, somewhere in there, an image format change. Daniel Doug Way <[email protected]> wrote: > > Daniel Vainsencher wrote: > > > > Sounds fine to me. Small comments - > > In my eyes, the reason is more to have an unusually clean release, > > before we an unusual mess of things by starting to pull stuff out, than > > to fix any two particular bugs. Those two happen to be ones we'd like to > > release before 3.6. > > Yes, I'll add a comment about wanting to have a release free of major bugs as > a sort of baseline fr people to use, before the "turmoil" of package removal > etc. in 3.6 begins. > > > I think if we haven't decided it by now, it's quite unlikely that 3.5+1 > > will be 4.0. We haven't prepared for or talked about a compatibility > > break at all, and it seems to me like the sort of thing you want to do > > right at the beginning of a release cycle. So 3.6 is pretty definite. > > I agree. I think there's been a sort of assumption that we would want to get > started with splitting packages off of the image for at least one release > before worrying about a possible image format change. So if there are no > objections I'll remove the tentative tone about "3.6" in the announcement and > declare that the post-3.5 release will definitely be called 3.6. > > We will need to start thinking about when a possible image format change might > happen, which Tim brought up recently. I think we're agreed that a major > version number change should be used for an image format change, it's just a > matter of when... we could go from 3.6 -> 4.0, or 3.6 -> 3.7 -> 4.0, or... > Anyway, we don't have to decide on that now. Perhaps Tim can comment further. > > - Doug Way > _______________________________________________ > Squeakfoundation mailing list > [email protected] > http://lists.squeakfoundation.org/listinfo/squeakfoundation From [email protected] Wed Mar 12 21:27:09 2003 Return-Path: <[email protected]> Delivered-To: [email protected] Received: (qmail 10668 invoked from network); 12 Mar 2003 21:27:09 -0000 Received: from mailout.whidbey.net (209.166.64.124) by mail.theinternetone.net with SMTP; 12 Mar 2003 21:27:09 -0000 Received: from [209.166.72.234] (helo=ned) by mail5.whidbey.net with esmtp (Exim 4.12) id 18tDkY-0002zd-00 for [email protected]; Wed, 12 Mar 2003 13:26:58 -0800 From: Ned Konz <[email protected]> To: Discussing the Squeak Foundation <[email protected]> Subject: Re: [Squeakfoundation]Proposed 3.5 release plan Date: Wed, 12 Mar 2003 13:26:25 -0800 User-Agent: KMail/1.5 References: <[email protected]> In-Reply-To: <[email protected]> X-Image-URL: http://bike-nomad.com/nedicon.jpg MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[email protected]> X-BeenThere: [email protected] X-Mailman-Version: 2.1 Precedence: list Reply-To: Discussing the Squeak Foundation <[email protected]> List-Id: Discussing the Squeak Foundation <squeakfoundation.lists.squeakfoundation.org> List-Unsubscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://lnx-12.ams-2.theinternetone.net/pipermail/squeakfoundation> List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Subscribe: <http://lists.squeakfoundation.org/listinfo/squeakfoundation>, <mailto:[email protected]?subject=subscribe> X-List-Received-Date: Wed, 12 Mar 2003 21:27:10 -0000 On Wednesday 12 March 2003 12:14 pm, Daniel Vainsencher wrote: > I'd like to get the removing process underway, and get our new > harvesting process warmed up, and then we have a lot to talk about > - * Shutting up the network classes use of UI (hopefully, based on > MichaelRs work) > * Using one of the Streams-should-not-represent-resources > refactorings (Flow/IOHandle) > * Streams-should-be-clean (Flow again) > * Closures, which require replacing the compiler with Anthony's > SmaCC based parser+RB AST+visitors, and adding primitives > * And yes, somewhere in there, an image format change. I'd add: * clean up file name/file directory/URL stuff * add registry for Flaps (though these should be in a package) -- Ned Konz http://bike-nomad.com GPG key ID: BEEA7EFE