Re: [Pharo-project] tail-like

2012-04-08 Thread drush66
Tudor Girba-2 wrote Thanks. I will take a look. I think that dearly missed Dolphin Smalltalk had implementation for Windows, so you could also grab Dolphin Community Edition and take a look how it is implemented there. Davorin Rusevljan http://www.cloud208.com/ -

Re: [Pharo-project] tail-like

2012-04-08 Thread drush66
Tudor Girba-2 wrote Thanks. I will take a look. I think that dearly missed Dolphin Smalltalk had implementation for Windows, so you could also grab Dolphin Community Edition and take a look how it is implemented there. Davorin Rusevljan http://www.cloud208.com/ -

[Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Mark Smith
Hi all, Is anyone else having problems with Zinc servers not starting up correctly when the image is loaded? After the image starts up the server has an invalid socket handle. To reproduce, evaluate the following in a workspace, then save and quit the image. aServer := ZnServer on: 8080.

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Stéphane Ducasse
On Apr 8, 2012, at 4:11 PM, Mark Smith wrote: aServer := ZnServer on: 8080. aServer delegate: ((ZnMonticelloServerDelegate new) directory: (FileDirectory on: '/Users/sven/Tmp/monticello')). aServer start I changed the path and in my browser I get the list of mcz file. I saved and

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Sven Van Caekenberghe
Mark, On 08 Apr 2012, at 16:11, Mark Smith wrote: Hi all, Is anyone else having problems with Zinc servers not starting up correctly when the image is loaded? After the image starts up the server has an invalid socket handle. To reproduce, evaluate the following in a workspace, then

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Mark Smith
Hi Sven, That makes a lot of sense :). Perhaps this could be added to the Getting Started section of the website? Thanks! Mark On 8 Apr 2012, at 17:11, Sven Van Caekenberghe wrote: Mark, On 08 Apr 2012, at 16:11, Mark Smith wrote: Hi all, Is anyone else having problems with Zinc

[Pharo-project] Milestone reached :-)

2012-04-08 Thread Pavel Krivanek
Hi, I created an experimental CI build that loads Fuel into the Pharo Kernel, unloads Compiler and uses an special launcher that expects a binary package name as command line argument. https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Fuel/ You can test it with something

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Stéphane Ducasse
I'm trying to make sven write a chapter :) So I added it to the server section :) Stef Hi Sven, That makes a lot of sense :). Perhaps this could be added to the Getting Started section of the website? Thanks! Mark On 8 Apr 2012, at 17:11, Sven Van Caekenberghe wrote: Mark,

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-08 Thread Mark Smith
Great :). I hope you succeed in coaxing Sven to write a chapter. The more written down the better :). Mark. On 8 Apr 2012, at 17:48, Stéphane Ducasse wrote: I'm trying to make sven write a chapter :) So I added it to the server section :) Stef Hi Sven, That makes a lot of sense :).

Re: [Pharo-project] Milestone reached :-)

2012-04-08 Thread Stéphane Ducasse
Simply gorgeous! On Apr 8, 2012, at 6:23 PM, Pavel Krivanek wrote: Hi, I created an experimental CI build that loads Fuel into the Pharo Kernel, unloads Compiler and uses an special launcher that expects a binary package name as command line argument.

[Pharo-project] font reading problems

2012-04-08 Thread Stéphane Ducasse
Hi guys I do not like the default font because there is not enough space around : so this is difficult to see it for example in := Screen Shot 2012-04-08 at 9.02.59 PM.pdf Description: Adobe PDF document Screen Shot 2012-04-08 at 9.03.22 PM.pdf Description: Adobe PDF

Re: [Pharo-project] font reading problems

2012-04-08 Thread Guillermo Polito
I like monospace fonts mostly for programming... Courier new? DejaVu sans mono? On Sun, Apr 8, 2012 at 9:03 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: Hi guys I do not like the default font because there is not enough space around : so this is difficult to see it for example in

Re: [Pharo-project] font reading problems

2012-04-08 Thread Esteban Lorenzano
Hi, On Apr 8, 2012, at 9:43 PM, Guillermo Polito wrote: I like monospace fonts mostly for programming... Courier new? courier sucks :P DejaVu sans mono? +1 On Sun, Apr 8, 2012 at 9:03 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I do not like the default font

[Pharo-project] Recover from an MNU in start up list?

2012-04-08 Thread Philippe Marschall
Hi I extracted a superclass and now I get a MNU during image startup because I have an instance of the now abstract base class in the start up list. The image comes up for a fraction of a second and the crashes (PharoDebug.log). Any idea of how I can recover from this? Cheers Philippe

Re: [Pharo-project] Recover from an MNU in start up list?

2012-04-08 Thread Eliot Miranda
On Sun, Apr 8, 2012 at 2:26 PM, Philippe Marschall kus...@gmx.net wrote: Hi I extracted a superclass and now I get a MNU during image startup because I have an instance of the now abstract base class in the start up list. The image comes up for a fraction of a second and the crashes

Re: [Pharo-project] Recover from an MNU in start up list?

2012-04-08 Thread Max Leske
For 1.3 see http://code.google.com/p/pharo/issues/detail?can=2start=0num=100q=colspec=ID%20Type%20Status%20Summary%20Milestone%20Difficultygroupby=sort=id=4617 For 1.4 I don't know. Max PS: Still working on a working fix… sorry for the delay but I'm trying to be thorough On 08.04.2012, at

[Pharo-project] Using stdout in Windows -- 'File stdout is closed'

2012-04-08 Thread Martin Dias
Hi In my windows 7, I get an error when trying to write to FileStream stdout in both Pharo 1.4 and 1.3 (revisions #14423 and #13320). To reproduce, - download: https://ci.lille.inria.fr/pharo/job/Pharo%201.4/373/artifact/Pharo-1.4.zip - evaluate: FileStream stdout nextPutAll: 'a'. Is this a

Re: [Pharo-project] Recover from an MNU in start up list?

2012-04-08 Thread Craig Latta
One way is in gdb put a breakpoint in the MNU processing (createActualMessage). Or do it from the VM simulator. If you can't get it work, I'll take a stab at it. good luck, -C -- Craig Latta www.netjam.org/resume +31 6 2757 7177 + 1 415 287 3547 + 1 510 282 7468

Re: [Pharo-project] font reading problems

2012-04-08 Thread Ben Coman
Stéphane Ducasse wrote: Hi guys I do not like the default font because there is not enough space around : so this is difficult to see it for example in := so what can be done? Can we modify this font? Stef As

Re: [Pharo-project] Milestone reached :-)

2012-04-08 Thread Martin Dias
Nice! I guess fuel needs for materialization only 50% of its methods and 2/3 of its classes. In a future I can work on that if you think it's worthwhile. Martín On Sun, Apr 8, 2012 at 1:59 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: Simply gorgeous! On Apr 8, 2012, at 6:23 PM, Pavel

Re: [Pharo-project] SMark

2012-04-08 Thread Martin Dias
Hi Stefan, thank you very much. I think it'll be useful for Fuel. Keep you posted! Best regards Martín On Thu, Apr 5, 2012 at 5:28 PM, Stefan Marr smallt...@stefan-marr.dewrote: Hi Martin: On 04 Apr 2012, at 09:57, Stefan Marr wrote: Hi Martin: On 03 Apr 2012, at 21:50, Martin Dias