Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread stepharo
thanks I will have a look. (now drilling the floor ;) I was reading the implementation of Actalk (port by serge) Serge BTW the subclass of SharedQueue are not working anymore because they access to state that does not exist. Stef Le 27/1/16 22:20, Norbert Hartl a écrit : Super simple impleme

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Jimmie Houchin
You are right, I just easily added it. :) Tested it and it works. Now I just need to go read up on how to "Contribute to Pharo" and become a productive citizen. :) Shalom Aleichem Jimmie On 01/27/2016 04:32 PM, Esteban Lorenzano wrote: On 27 Jan 2016, at 23:28, Jimmie Houchin

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Jimmie Houchin
Another surprise. ./pharo Pharo.image update blows up. Both in the stable 4 and 5 and latest (alpha) versions. On the Pharo 4 version it maxed at 1gb ram and the Pharo 5 versions maxed at 3.8gb ram and both maxed out a cpu thread. The Pharo4 version never quit, I had to kill. The Pharo5 versi

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Esteban Lorenzano
> On 27 Jan 2016, at 23:28, Jimmie Houchin wrote: > > The one thing I didn't know and it didn't work was the attempt to get > multiple items. > > ./pharo Pharo.image get XMLParser NBSQLite3 > > failed. It got the first and ignored the second. yes… I never added that :) can be easily added, t

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Jimmie Houchin
The one thing I didn't know and it didn't work was the attempt to get multiple items. ./pharo Pharo.image get XMLParser NBSQLite3 failed. It got the first and ignored the second. I was just playing and thought I would give it a try. :) I look forward to seeing what a command line Pharo can be

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Esteban Lorenzano
> On 27 Jan 2016, at 23:03, Sven Van Caekenberghe wrote: > >> >> On 27 Jan 2016, at 22:56, Jimmie Houchin wrote: >> >> Yes, I did not express myself well. What I am meaning is that I do not >> expect to have a UI window for the image pop-up. But it does, every time. >> >> The difference tha

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Sven Van Caekenberghe
> On 27 Jan 2016, at 22:56, Jimmie Houchin wrote: > > Yes, I did not express myself well. What I am meaning is that I do not expect > to have a UI window for the image pop-up. But it does, every time. > > The difference that I can find is that I have been downloading VMs from > http://files.ph

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Jimmie Houchin
Yes, I did not express myself well. What I am meaning is that I do not expect to have a UI window for the image pop-up. But it does, every time. The difference that I can find is that I have been downloading VMs from http://files.pharo.org/vm/pharo-spur32/linux/ These VMs have only a "pharo" an

Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread Norbert Hartl
Super simple implementation. I made Andrew Blacks Erlang example run on pharo a while ago if you are interested. http://smalltalkhub.com/#!/~NorbertHartl/Erlang Keep us posted what you learn so we can, too ;) Norbert > Am 27.01.2016 um 21:53 schrieb stepharo : > > Hi > > Since long time I wa

Re: [Pharo-users] mini Actor model in two classes and

2016-01-27 Thread Esteban A. Maringolo
2016-01-27 17:53 GMT-03:00 stepharo : > Hi > > Since long time I wanted to have fun building a mini actor model. > So I did one and I attached the skeleton of a future chapter for > FunWithPharo :) Cool! How did you find working with ProtoObject with the current tools (inspector/debugger/etc.)? R

[Pharo-users] mini Actor model in two classes and

2016-01-27 Thread stepharo
Hi Since long time I wanted to have fun building a mini actor model. So I did one and I attached the skeleton of a future chapter for FunWithPharo :) Now I will read about futures and the rest. may be there is a problem with the compiling behavior. (see thread learningObject) Stef Actalk.

Re: [Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Sven Van Caekenberghe
Jimmie, Of course it opens an image, else nothing would work ;-) I suspect you mean it opens a UI ? That should not happen, it depends on what your ./pharo actually is or does. In any case, rest assured, using it on the command line works perfectly. On the first Linux server that I log in to: $

[Pharo-users] CommandLineHandler surprises

2016-01-27 Thread Jimmie Houchin
Hello, I am reading the Deep Into Pharo book. I have been playing with the CommandLineHandler. I have been surprised by some of its behavior. Though I have used Pharo a long time. I have not played with it from the command line. I am a very long time Linux user and am very comfortable on the

Re: [Pharo-users] Some Spotter Questions

2016-01-27 Thread Tudor Girba
Hi, > On Jan 27, 2016, at 4:54 PM, Sven Van Caekenberghe wrote: > > Hi, > > I managed to add a spotter extension and preview, but I still have some > questions. Thank you! Can you describe the extension? > Is there some global top level overview documentation about writing Spotter > extens

[Pharo-users] Some Spotter Questions

2016-01-27 Thread Sven Van Caekenberghe
Hi, I managed to add a spotter extension and preview, but I still have some questions. Is there some global top level overview documentation about writing Spotter extensions ? Is the only way to add a 'global/first' search extension by adding a method to class GTSpotter itself ? I don't see a

Re: [Pharo-users] Pharo 5 new vm crash on window resize

2016-01-27 Thread Skip Lentz
Hi, I’m reviving this thread, since I had a similar crash also on latest Spur VM (http://get.pharo.org/vmLatest50). Happens when resizing to fullscreen or to maximum (with alt+click on the expand button on OSX) while loading a project with Metacello. Possibly it happens any time when you resiz