Re: [Pharo-project] Parsing problem

2008-12-18 Thread Bill Schwab
Stef, If you a saying that assignment will be :=, I can _easily_ live with that. Bill Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: bsch...@anest.ufl.edu Tel: (352) 273-6785 FAX: (352) 392-7029 >>> stephane.duca..

[Pharo-project] Issue 419 fixed (DNU: #spawnIt:)

2008-12-18 Thread Torsten Bergmann
see http://code.google.com/p/pharo/issues/detail?id=419 -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://list

[Pharo-project] Issue 418 fixed (DNU when hitting Cmd+o)

2008-12-18 Thread Torsten Bergmann
see http://code.google.com/p/pharo/issues/detail?id=418 -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.

Re: [Pharo-project] Multi-core Pharo?

2008-12-18 Thread Chris Cunningham
On Thu, Dec 18, 2008 at 3:54 AM, Igor Stasenko wrote: > > That's why i keep making noise about modularity: we need modules which > can be easily installed and run more or less standalone without > cross-package dependencies. > There is nothing wonderful in Hydra alone: we should attack the > prob

[Pharo-project] [update] #10196

2008-12-18 Thread Marcus Denker
Issue 270: remove TranslatedMethod Issue 414: randomcleans Issue 416: remove preference #simpleHalosInForce Issue 417: remove CustomEventsRegistry Issue 415: instVarNamed speedup Issue 412: update button for FontChooser Removed: - TranslatedMethod - method updateRefe

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Stéphane Ducasse
On Dec 18, 2008, at 6:34 PM, Lukas Renggli wrote: >> I've discussed with Stephane and may be we can fix all the methods >> that have : >> _ instead of := >> or some methods have [ :myArg ... ] instead of [ :myArg ] > > I agree that the use of := should be enforced. I would also like t

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Stéphane Ducasse
Gwenael is improving the parser/scanner after if people wants to grab the code this is their problem Our goal is not to end in endless squeaking discussions to build a better system. Stef On Dec 18, 2008, at 7:40 PM, Keith Hodges wrote: > Bill Schwab wrote: >> Stef, >> >> FWIW, my biggest pri

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Keith Hodges
Bill Schwab wrote: > Stef, > > FWIW, my biggest priority is to be able to use underscores in class and > method names (very useful when talking to the outside world - I don't > care if it's ugly, it works). Pharo will help me reduce Microsoft's > influence over my future, but while one source of u

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Bill Schwab
+1. Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: bsch...@anest.ufl.edu Tel: (352) 273-6785 FAX: (352) 392-7029 >>> reng...@gmail.com 12/18/08 12:34 PM >>> > I've discussed with Stephane and may be we can fix all th

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Lukas Renggli
> I've discussed with Stephane and may be we can fix all the methods that have : > _ instead of := > or some methods have [ :myArg ... ] instead of [ :myArg ] I agree that the use of := should be enforced. I would also like to be able to use _ in names. However: The parser should allo

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Bill Schwab
Stef, FWIW, my biggest priority is to be able to use underscores in class and method names (very useful when talking to the outside world - I don't care if it's ugly, it works). Pharo will help me reduce Microsoft's influence over my future, but while one source of underscores goes away, things l

[Pharo-project] [ANN] iStoa.net v. 8.12-alpha1

2008-12-18 Thread Hilaire Fernandes
For our Pharo friends, iStoa.net is Phara based, and it is shipped with Seaside and Magma. Hilaire Le but du projet iSTOA.net est le développement d'une plateforme pédagogique d'activités interactives et de suivi par Internet. Il est multiplateforme et libre sous licence MIT. http://www.istoa.ne

Re: [Pharo-project] Parsing problem

2008-12-18 Thread Stéphane Ducasse
Thanks gwenael I will intergrate your fix. Now pharoers what do we do with _ and external code using [ : x instead of [:x for _ Gwenael proposed to have the parser been able to parse and fix the _ into := but also to be able to have a strict parser. For :x we should have a pa

Re: [Pharo-project] Multi-core Pharo?

2008-12-18 Thread Igor Stasenko
2008/12/18 Oscar Nierstrasz : > > I didn't understand a thing :-( > > I seem to have touched a sore spot, but I do not know what the background > is. > > Can someone summarize? Technically and politically, what is the current > status of Hydra, and what are our options for using it as a basis for

Re: [Pharo-project] Multi-core Pharo?

2008-12-18 Thread Oscar Nierstrasz
I didn't understand a thing :-( I seem to have touched a sore spot, but I do not know what the background is. Can someone summarize? Technically and politically, what is the current status of Hydra, and what are our options for using it as a basis for multi-core Pharo? - on On Dec 18, 2

[Pharo-project] Fwd: [squeak-dev] Cog VM status update

2008-12-18 Thread Stéphane Ducasse
Begin forwarded message: > From: Andreas Raab > Date: December 17, 2008 4:30:30 AM CEST > To: The general-purpose Squeak developers list > > > Subject: [squeak-dev] Cog VM status update > Reply-To: The general-purpose Squeak developers list > > > > Folks - > > I just read Eliot's most recen

[Pharo-project] Fwd: Multi-core Pharo?

2008-12-18 Thread Stéphane Ducasse
> > Ok this is clearer now. > > 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] FreeType scanning Font folders

2008-12-18 Thread Marcus Denker
On 16.12.2008, at 05:38, Rob Rothwell wrote: > Here is a change set that adds an "Update" button to the font list > dialog. I have never created a change set before, or submitted > anything for that matter. I used my full name (not initials), but > don't know if I am supposed to do anythi

Re: [Pharo-project] [update] #10194

2008-12-18 Thread Marcus Denker
On 17.12.2008, at 18:53, Stéphane Ducasse wrote: > marcus did you fix the [ : x problems? > I just removed some . that where not supposed to be there Marcus > Stef > > On Dec 17, 2008, at 2:38 PM, Marcus Denker wrote: > >> Issue 410: Fix Object>>beep -> Beeper beep >> Issue 406:

[Pharo-project] Fwd: Multi-core Pharo?

2008-12-18 Thread Stéphane Ducasse
Klaus if you want to have a clear answer from esug: - follow the process (cf the web page) - write a clear request So far it was a little mail about moebius and not Hydra. Stef PS: ESUG has a board and we discuss and vote before taking decision. On Dec 17, 2008, at 7:58 PM, Klaus

Re: [Pharo-project] Multi-core Pharo?

2008-12-18 Thread Igor Stasenko
2008/12/17 Klaus D. Witzel : > Hi Alex, > > I'm sorry I'm just a frequent reader of the Pharo mailing list, so here's my > response by email. Feel free to forward it. > > On Wed, 17 Dec 2008 15:11:52 +0100, you wrote: > >> Hi Igor and Klaus, >> >> Having a description about Hydra will really help p