[Pharo-project] Do we freeze 1.3?
Hello, 1.3 seems to stabilize... http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3 just 12 issues left. We could freeze soon. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
+1 On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr>wrote:
Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
We could freeze soon.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
-- Mariano http://marianopeck.wordpress.com
Aside from an issue I've encountered with Windows VM answering an empty string for the first command line parameter, rather than nil. Workaround : CommandLine class>>commandLineInput "self commandLineInput" | str index args | args := OrderedCollection new. str := Smalltalk getSystemAttribute: (index := 2). [ str isNil or: [ str isEmpty ] ] whileFalse: [ args add: str. str := Smalltalk getSystemAttribute: (index := index + 1) ]. ^ args. (Sorry, can't login to create an issue at present...) Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, May 25, 2011 10:33 AM Subject: Re: [Pharo-project] Do we freeze 1.3? +1 On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr> wrote: Hello, 1.3 seems to stabilize... http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3 just 12 issues left. We could freeze soon. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- Mariano http://marianopeck.wordpress.com
thanks! On May 25, 2011, at 11:50 AM, Gary Chambers wrote:
Aside from an issue I've encountered with Windows VM answering an empty string for the first command line parameter, rather than nil.
Workaround :
CommandLine class>>commandLineInput "self commandLineInput"
| str index args | args := OrderedCollection new. str := Smalltalk getSystemAttribute: (index := 2). [ str isNil or: [ str isEmpty ] ] whileFalse: [ args add: str. str := Smalltalk getSystemAttribute: (index := index + 1) ]. ^ args.
(Sorry, can't login to create an issue at present...)
Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, May 25, 2011 10:33 AM Subject: Re: [Pharo-project] Do we freeze 1.3?
+1
On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr> wrote: Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
We could freeze soon.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
-- Mariano http://marianopeck.wordpress.com
Also, a problem with finalisation of FT2Handles... Fix: FT2Handle class>>deregister: aHandle Registry ifNotNil: [ :reg | | finalizer | finalizer := reg remove: aHandle ifAbsent: []. finalizer ifNotNil: [ finalizer executor beNull. self knownHandles remove: aHandle ifAbsent: [ ] ] ] Regards, Gary ----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, May 25, 2011 11:49 AM Subject: Re: [Pharo-project] Do we freeze 1.3? thanks! On May 25, 2011, at 11:50 AM, Gary Chambers wrote:
Aside from an issue I've encountered with Windows VM answering an empty string for the first command line parameter, rather than nil.
Workaround :
CommandLine class>>commandLineInput "self commandLineInput"
| str index args | args := OrderedCollection new. str := Smalltalk getSystemAttribute: (index := 2). [ str isNil or: [ str isEmpty ] ] whileFalse: [ args add: str. str := Smalltalk getSystemAttribute: (index := index + 1) ]. ^ args.
(Sorry, can't login to create an issue at present...)
Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, May 25, 2011 10:33 AM Subject: Re: [Pharo-project] Do we freeze 1.3?
+1
On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr> wrote: Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
We could freeze soon.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
-- Mariano http://marianopeck.wordpress.com
http://code.google.com/p/pharo/issues/detail?id=4273 :) On May 25, 2011, at 1:08 PM, Gary Chambers wrote:
Also, a problem with finalisation of FT2Handles...
Fix:
FT2Handle class>>deregister: aHandle Registry ifNotNil: [ :reg | | finalizer | finalizer := reg remove: aHandle ifAbsent: []. finalizer ifNotNil: [ finalizer executor beNull. self knownHandles remove: aHandle ifAbsent: [ ] ] ]
http://code.google.com/p/pharo/issues/detail?id=4272 Stef On May 25, 2011, at 11:50 AM, Gary Chambers wrote:
Aside from an issue I've encountered with Windows VM answering an empty string for the first command line parameter, rather than nil.
Workaround :
CommandLine class>>commandLineInput "self commandLineInput"
| str index args | args := OrderedCollection new. str := Smalltalk getSystemAttribute: (index := 2). [ str isNil or: [ str isEmpty ] ] whileFalse: [ args add: str. str := Smalltalk getSystemAttribute: (index := index + 1) ]. ^ args.
(Sorry, can't login to create an issue at present...)
Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, May 25, 2011 10:33 AM Subject: Re: [Pharo-project] Do we freeze 1.3?
+1
On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr> wrote: Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
We could freeze soon.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
-- Mariano http://marianopeck.wordpress.com
Is 1.3 will be a release of one or two images finally ? Laurent On Wed, May 25, 2011 at 11:29 AM, Marcus Denker <marcus.denker@inria.fr>wrote:
Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
We could freeze soon.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On May 25, 2011, at 11:29 AM, Marcus Denker wrote:
Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
So we have 5 issues left... We started to tag issues 1.4 for things that are not show-stoppers: http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.4 My idea would be -> try to fix the 5 issues next week -> as soon as they are fixed, set the version number to 1.3 (and open 1.4 so we don't get drowned in open issues that are easy to add yet not for 1.3) -> wait 3 weeks, while fixing bugs people find and then announce the release formally. The idea is to not have any release canditate, nor 1.3.x releases. 1.3 will just have updates as soon as somone fixes something important. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
sounds like a good plan! Stef On Jun 3, 2011, at 10:10 AM, Marcus Denker wrote:
On May 25, 2011, at 11:29 AM, Marcus Denker wrote:
Hello,
1.3 seems to stabilize...
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3
just 12 issues left.
So we have 5 issues left...
We started to tag issues 1.4 for things that are not show-stoppers:
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.4
My idea would be
-> try to fix the 5 issues next week -> as soon as they are fixed, set the version number to 1.3 (and open 1.4 so we don't get drowned in open issues that are easy to add yet not for 1.3) -> wait 3 weeks, while fixing bugs people find and then announce the release formally.
The idea is to not have any release canditate, nor 1.3.x releases. 1.3 will just have updates as soon as somone fixes something important.
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (5)
-
Gary Chambers -
laurent laffont -
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse