[Pharo-project] Bug for harvesting
Hi, I opened a bug a few minutes ago which you may find interesting for harvest. http://bugs.squeak.org/view.php?id=7090 Norbert
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW. Saludos, Victor.
Norbert
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
thanks for that. Adrian will certainly have a look since he implemented traits :) Stef On Jun 11, 2008, at 7:12 PM, Norbert Hartl wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
http://bugs.squeak.org/view.php?id=7090
Norbert
_______________________________________________ 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-11 at 14:50 -0400, Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
I don't think it is good to open tickets in two different bug trackers. I opened it on squeak.org because it is a defect that doesn't belong to pharo. Things get messed quickly this way. There is a wiki page MantisBugsHarvested. Why shouldn't we have another page for bugs supposed to be harvested. They exist for 3.10 already. Norbert P.S.: I cannot create pages in the wiki. Can someone add me, please! The account is my email address.
2008/6/11 Norbert Hartl <norbert@hartl.name>:
On Wed, 2008-06-11 at 14:50 -0400, Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
I don't think it is good to open tickets in two different bug trackers. I opened it on squeak.org because it is a defect that doesn't belong to pharo. Things get messed quickly this way. There is a wiki page MantisBugsHarvested. Why shouldn't we have another page for bugs supposed to be harvested. They exist for 3.10 already.
Norbert
P.S.: I cannot create pages in the wiki. Can someone add me, please! The account is my email address.
I add you. -- Serge Stinckwich Smalltalkers do: [:it | All with: Class, (And love: it)] http://blog.doesnotunderstand.org/
yes you are right. I will ping samuel for a logo and a nice coloring scheme On Jun 11, 2008, at 11:20 PM, Norbert Hartl wrote:
On Wed, 2008-06-11 at 14:50 -0400, Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
I don't think it is good to open tickets in two different bug trackers. I opened it on squeak.org because it is a defect that doesn't belong to pharo. Things get messed quickly this way. There is a wiki page MantisBugsHarvested. Why shouldn't we have another page for bugs supposed to be harvested. They exist for 3.10 already.
Norbert
P.S.: I cannot create pages in the wiki. Can someone add me, please! The account is my email address.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Fix looks ok. Not sure why setting the superclass to nil is actually needed, but else the test is not green (note, the "requires algorithm" was introduced by David Vainsencher and was originally implemented by Nathanael; does somebody use it? maybe in the Squeak-dev image?). Adrian On Jun 11, 2008, at 20:50 , Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
Saludos,
Victor.
Norbert
_______________________________________________ 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, Jun 12, 2008 at 3:42 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Fix looks ok.
Not sure why setting the superclass to nil is actually needed, but else the test is not green (note, the "requires algorithm" was introduced by David Vainsencher and was originally implemented by Nathanael; does somebody use it? maybe in the Squeak-dev image?).
Dynamic Protocols use it. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Jun 11, 2008, at 20:50 , Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
Victor, could you commit your change to the PharoInbox and update the ticket http://code.google.com/p/pharo/issues/detail?id=13 ? Thanks, Adrian
Saludos,
Victor.
Norbert
_______________________________________________ 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 Sat, 2008-06-14 at 10:17 +0200, Adrian Lienhard wrote:
On Jun 11, 2008, at 20:50 , Victor Rodriguez wrote:
On Wed, Jun 11, 2008 at 1:12 PM, Norbert Hartl <norbert@hartl.name> wrote:
Hi,
I opened a bug a few minutes ago which you may find interesting for harvest.
I have filed this as Issue 13. I left the state as NEW.
Victor, could you commit your change to the PharoInbox and update the ticket http://code.google.com/p/pharo/issues/detail?id=13 ?
I did it as it was my change. Norbert
Thanks, Adrian
Saludos,
Victor.
Norbert
_______________________________________________ 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 (6)
-
Adrian Lienhard -
Damien Cassou -
Norbert Hartl -
Serge Stinckwich -
Stéphane Ducasse -
Victor Rodriguez