Re: [Pharo-project] Pragmas/Annotations for classes

2010-07-10 Thread Stéphane Ducasse
I just said that we do not need a big infrastructure. We have methods / class methods and pragma so it should be enough. Stef On Jul 10, 2010, at 2:25 AM, csra...@bol.com.br wrote: Stef, Just to have a better grasp of your reasoning: Are you suggesting we put annotations in a method

Re: [Pharo-project] Pragmas/Annotations for classes

2010-07-10 Thread Stéphane Ducasse
Hi guille I didn't understand if you want to replace the class pragmas with a simple class method for adding metadata, or to add the pragmas in a class method. In the first case I think I would like to have class pragmas because: - we can have a single, well known way, or concept, to

[Pharo-project] New Engineer position for Moose

2010-07-10 Thread Stéphane Ducasse
We got a one year engineer position to support the development of a demonstratior for Moose. The ***constraints*** linked with the position are that the person should have got his master in 2009 or 2010. The starting date is 1 of December 2010. The salary should be around 3500 Euros bruto ~

Re: [Pharo-project] [ANN] ConfigurationOfMagma for Magma 1.1r1

2010-07-10 Thread Germán Arduino
I saw that exist a preference, but seems not work. Also a closed issue talking about this topic (1544) but really don't understand how to use this in Pharo 1.0. Any clarification will be appreciated. Cheers. El 9 de julio de 2010 20:12, Germán Arduino gardu...@gmail.com escribió: I checked

[Pharo-project] [update 1.2] #12044

2010-07-10 Thread Stéphane Ducasse
12044 - - Issue 2652: better flush of class name cache when removing key - Issue 2568: Remove ancient j3 support - Issue 2650: Easier doit of commented expression Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] [update 1.2] #12045

2010-07-10 Thread stephane ducasse
Some fixes from squeak that accumulated in our bug tracker. 12045 - - Issue 2300: ServerDirectory cleanup - Issue 2226: shuffled and shuffle - Issue 2238: tests for FileStream behavior. - Issue 2129: Cursor with Alpha from OLPC CursorWithAlpha biggerNormal showWhile:[Sensor

Re: [Pharo-project] OB contextual menu item 'method containing' broken: is it useful?

2010-07-10 Thread Mariano Martinez Peck
Hi Simon. Can you open a bug ticket please? Lukas, it seems very easy to fix. If you want you can commit this change: OBSelectorNode methods methods ifNil: [methods := SystemNavigation default allMethodsSelect: [:m | m

Re: [Pharo-project] OB contextual menu item 'method containing' broken: is it useful?

2010-07-10 Thread Lukas Renggli
If i remember correctly this is fixed and the bug is closed already a while ago. Or is this something new? Lukas On Saturday, July 10, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: Hi Simon. Can you open a bug ticket please? Lukas, it seems very easy to fix. If you want you can

Re: [Pharo-project] OB contextual menu item 'method containing' broken: is it useful?

2010-07-10 Thread Mariano Martinez Peck
On Sat, Jul 10, 2010 at 7:38 PM, Lukas Renggli reng...@gmail.com wrote: If i remember correctly this is fixed and the bug is closed already a while ago. Or is this something new? Ups...yes. Sorry, I didn't see you have already commited a fix in the repo. Sorry for the mess. Yes, it is fixed.

[Pharo-project] Lost some classes

2010-07-10 Thread stephane ducasse
Apparently we lost some classes probably trying to changes packages with MC bad bad bad idea. We lost MczInstaller for example. ;) Bad bad bad. We will not change package structure before fixing MC else we are doomed to lose classes. Stef

Re: [Pharo-project] Lost some classes

2010-07-10 Thread Stéphane Ducasse
(((Smalltalk globals allClasses reject: [:each | each inheritsFrom: Error]) reject: [:each | each inheritsFrom: Exception]) reject: [:each | each inheritsFrom: Announcement]) select: [:each | each methods size = 0 and: [each class methods size = 0] ]

Re: [Pharo-project] Pragmas/Annotations for classes

2010-07-10 Thread Guillermo Polito
Haha yeah :). I only was telling that if we chose a non-pragma way to add metadata to a class, we cannot be benefited (simply) with a pragma collector, hehe. But that's because I didn't understand what you meant about using class methods to add metadata. On Sat, Jul 10, 2010 at 4:46 AM,