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

2010-07-11 Thread Stéphane Ducasse
ok I see I was thinking using methods (instance or class) with pragmas. Stf ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] PSMCOrganizationChangeWrapper???

2010-07-11 Thread Stéphane Ducasse
Apparently this class is totally empty so I do not really understand its purpose. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Issue 2658 - Integration of WebClient on Pharo 1.2

2010-07-11 Thread Germán Arduino
Sorry the late response Mariano, but I'm doing a gazillion of different things :( I think that the idea is as on squeak, retain an extremely simple HTTPSocket to basic operations (as keep MC working) and have a well done client with all the functionalities.) Germán. 2010/7/8 Mariano Martinez

[Pharo-project] Sequential Dictionary

2010-07-11 Thread Joel Turnbull
What is the group's recommendation for creating a sequential Dictionary? i.e. A Dictionary who's associations are ordered. Is there any precedent for this? Or does it sound like I'm barking up the wrong tree? In my model, I've subclassed Dictionary into QuantityDictionary to store line items,

Re: [Pharo-project] Sequential Dictionary

2010-07-11 Thread Stéphane Ducasse
Hi Joel On Jul 11, 2010, at 5:00 PM, Joel Turnbull wrote: What is the group's recommendation for creating a sequential Dictionary? i.e. A Dictionary who's associations are ordered. look at the one in Seaside :) Lukas told me that they implemented one where the order of traversal using do:

[Pharo-project] [update 1.2] #12046

2010-07-11 Thread Stéphane Ducasse
12046 - - Issue 2665: Fixed broken string in selection evaluation. - Add System-Installers as package (empty but code is coming) Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Sequential Dictionary

2010-07-11 Thread Levente Uzonyi
On Sun, 11 Jul 2010, Joel Turnbull wrote: What is the group's recommendation for creating a sequential Dictionary? i.e. A Dictionary who's associations are ordered. Is there any precedent for this? Or does it sound like I'm barking up the wrong tree? In my model, I've subclassed Dictionary

[Pharo-project] [update 1.2] #12047

2010-07-11 Thread stephane ducasse
12047 - Issue 2664: Lost some classes only sarInstaller and MczInstaller ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] [update 1.2] #12048

2010-07-11 Thread Stéphane Ducasse
12048 - - Issue 2664: empty classes: WebBrowser, SketchMorph, PasteUpMorphTest, NameOfSubclass, MethodTempsNode ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] [update 1.2] #12049

2010-07-11 Thread Stéphane Ducasse
12049 - - Issue 2501: Refactored directory scanning - PackageOrganizer enh - Issue 2623: Make sure MCWorkingCopy receives system change notifications by reregistering for them on startup. ___ Pharo-project mailing list

[Pharo-project] Tracing on Linux

2010-07-11 Thread Schwab,Wilhelm K
I am trying to track down a segmentation fault in calling into the Gnu Scientific Library. These are things that I had working under Windows+Dolphin and am now trying to do with Pharo and Linux. Offsets to structure elements and sizes of structures are possible snags, but the calls that are