[Pharo-project] [ANN] new update
here is a couple of fixed. BTW yesterday I issued another image. Stef Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken Collection methods #select: and #collect: have no test MC fixes Remove testAllMethodsWithSourceString
Thanks, Stef! Looks good. In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?! Adrian On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ? Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I think closed is better. Everyone knows what it means. Adrian On Jun 25, 2008, at 23:44 , Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ?
Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, 2008-06-25 at 23:50 +0200, Adrian Lienhard wrote:
I think closed is better. Everyone knows what it means.
Ok, I changed the issues to "closed" Norbert
Adrian
On Jun 25, 2008, at 23:44 , Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ?
Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes but I have no idea no idea how to interact and change these status. Again a geek interface. Stef On Jun 25, 2008, at 11:34 PM, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
how please tell me. On Jun 26, 2008, at 12:42 AM, Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:50 +0200, Adrian Lienhard wrote:
I think closed is better. Everyone knows what it means.
Ok, I changed the issues to "closed"
Norbert
Adrian
On Jun 25, 2008, at 23:44 , Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ?
Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
First, I think you have to be logged in. Then, click on an issue and then click the link named "Add a comment andmake changes below" at the left hand side. A form is opened with a text field named Status. Adrian On Jun 26, 2008, at 08:45 , Stéphane Ducasse wrote:
how please tell me.
On Jun 26, 2008, at 12:42 AM, Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:50 +0200, Adrian Lienhard wrote:
I think closed is better. Everyone knows what it means.
Ok, I changed the issues to "closed"
Norbert
Adrian
On Jun 25, 2008, at 23:44 , Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ?
Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Thu, 2008-06-26 at 08:45 +0200, Stéphane Ducasse wrote:
how please tell me.
What exactly? To change the status of an issue you just have to click in the textfield then you get a pull down menu with all stati available. To create a status you have to press the admin tab and then issue tracker. Norbert
On Jun 26, 2008, at 12:42 AM, Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:50 +0200, Adrian Lienhard wrote:
I think closed is better. Everyone knows what it means.
Ok, I changed the issues to "closed"
Norbert
Adrian
On Jun 25, 2008, at 23:44 , Norbert Hartl wrote:
On Wed, 2008-06-25 at 23:34 +0200, Adrian Lienhard wrote:
Thanks, Stef! Looks good.
In the bug tracker, the status of 3 harvested changes is "statusVerified". This does not seem to be a valid state. Shouldn't it be "Closed" instead?!
Yes, I created the "Closed" status exactly for this. I don't think there is much to do after it is harvested therefor closed. Would it be better to call it "harvested" ?
Norbert
Adrian
On Jun 25, 2008, at 22:12 , Stéphane Ducasse wrote:
here is a couple of fixed. BTW yesterday I issued another image.
Stef
Couple of changes to make more tests work plus fix of finalization logic: - changed WeakRegistry to use WeakIdentityKeyDictionary (http://bugs.squeak.org/view.php?id=6347 ) - FinalizerTest reverted to real test case - added missing class variables to DigitalSigntureAlgorithm - Fix issue #13: TraitsTests pollutes ProtoObject subclasses (Mantis 7090) - make BitmapStreamTest clean up the file bitmapStreamTest.ref.extSeg ------------------------------------------------------ update10043 MVC cleaning step 3 ------------------------------------------------------ update10044 cleaning unimplemented calls ------------------------------------------------------ update10045 Some more cleaning made by Norbert ------------------------------------------------------ update10046 KernelTests-Numbers -- Nan and hex tests broken
Collection methods #select: and #collect: have no test
MC fixes
Remove testAllMethodsWithSourceString
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
Norbert Hartl -
Stéphane Ducasse