[Pharo-dev] [pharo-project/pharo-core] b9d8c1: 40335

2014-10-28 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: b9d8c19a9268f514a1a086e09bf6e1915d0e314a https://github.com/pharo-project/pharo-core/commit/b9d8c19a9268f514a1a086e09bf6e1915d0e314a Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-10-28 Thread GitHub
Branch: refs/tags/40335 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Command Shell in Pharo 4

2014-10-28 Thread kilon alios
So I decided to give Command Shell a spin using today's Pharo 4 release and I have some issues *a) The text is too small* . After some investigation I found that the size is defined in ShellWindowMorph classtextStyle textStyle A fixed width font for the text morph ^ (TextStyle named:

Re: [Pharo-dev] Command Shell in Pharo 4

2014-10-28 Thread kilon alios
also I tried this $ bash blender.sh Opening Blender ... blender.sh: line 2: cd: /Users/kilon/Library/Application Support/Pharo/images/Ephestos 28-10-2014/blender-build/build_darwin/bin/blender.app/Contents/macos: No such file or directory The file /Users/kilon/blender does not exist. Closed

Re: [Pharo-dev] Command Shell in Pharo 4

2014-10-28 Thread David T. Lewis
On Tue, Oct 28, 2014 at 11:09:24AM +0200, kilon alios wrote: So I decided to give Command Shell a spin using today's Pharo 4 release and I have some issues *a) The text is too small* . After some investigation I found that the size is defined in ShellWindowMorph classtextStyle textStyle

Re: [Pharo-dev] Command Shell in Pharo 4

2014-10-28 Thread kilon alios
Why not use default as I did ? why the font needs to be fixed ? I am sorry I am not familiar with fonts in pharo so much, I did not even know what bitmap font is before I joined Pharo. For me it makes more sense to use the default because then it will use what the user have chosen in pharo

[Pharo-dev] [pharo-project/pharo-core]

2014-10-28 Thread GitHub
Branch: refs/tags/40336 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] dd006c: 40336

2014-10-28 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: dd006cefd42a50c221e5dbd395bbbd7788aeafee https://github.com/pharo-project/pharo-core/commit/dd006cefd42a50c221e5dbd395bbbd7788aeafee Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] OSPlatform#keyForValue:

2014-10-28 Thread Yuriy Tymchuk
HI, sorry if I’ve missed something, but I was using Smalltalk os keyForValue:”, and now it’s not available. What can I use instead of it? Uko

[Pharo-dev] Running from the command line in Windows

2014-10-28 Thread Sebastian Tleye
Hi, I have a little question, I need to run a piece of code from the command line, if I do the following in Mac it works ./Pharo --headless ../Resources/Pharo3.0.image eval '3+3' I see the result of the evaluation in the console, but if I do the same in Windows it runs but it doesn't show the

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Pierre CHANSON
Thank you for your answer Max. But when I want to use more than 2000m memory for an image, it gave me an error saying Insufficient memory for this image... I thought --memory was some disk space I would allow the image to use... Pierre 2014-10-27 19:42 GMT-03:00 Max Leske maxle...@gmail.com:

Re: [Pharo-dev] OSPlatform#keyForValue:

2014-10-28 Thread Marcus Denker
On Tuesday, Oct 28, 2014 at 1:49 pm, Yuriy Tymchuk yuriy.tymc...@me.com, wrote: HI, sorry if I’ve missed something, but I was using Smalltalk os keyForValue:”, and now it’s not available. What can I use instead of it? This was part of package “Keys”, there was an issue to merge it into

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Max Leske
On 28.10.2014, at 13:57, Pierre CHANSON chans.pie...@gmail.com wrote: Thank you for your answer Max. But when I want to use more than 2000m memory for an image, it gave me an error saying Insufficient memory for this image... I thought --memory was some disk space I would allow the

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Sven Van Caekenberghe
On 28 Oct 2014, at 14:23, Max Leske maxle...@gmail.com wrote: On 28.10.2014, at 13:57, Pierre CHANSON chans.pie...@gmail.com wrote: Thank you for your answer Max. But when I want to use more than 2000m memory for an image, it gave me an error saying Insufficient memory for this

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Pierre CHANSON
all right... :( thank you very much Pierre 2014-10-28 10:23 GMT-03:00 Max Leske maxle...@gmail.com: On 28.10.2014, at 13:57, Pierre CHANSON chans.pie...@gmail.com wrote: Thank you for your answer Max. But when I want to use more than 2000m memory for an image, it gave me an error saying

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Pierre CHANSON
Sure, I would like to load more than a 100 moose model of Roassal2 package in one hismo meta model. Pierre 2014-10-28 10:34 GMT-03:00 Esteban A. Maringolo emaring...@gmail.com: May I ask why do you need such big size of memory? Regards, Esteban A. Maringolo 2014-10-28 10:26 GMT-03:00

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Alexandre Bergel
We will probably have to shrink our moose models, but this is a pity. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 28, 2014, at 11:13 AM, Pierre CHANSON chans.pie...@gmail.com

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Max Leske
On 28.10.2014, at 15:13, Pierre CHANSON chans.pie...@gmail.com wrote: Sure, I would like to load more than a 100 moose model of Roassal2 package in one hismo meta model. You should DEFINITELY check out pangea if you haven’t already: http://scg.unibe.ch/research/pangea

Re: [Pharo-dev] [pharo-dev] image size, Ubuntu

2014-10-28 Thread Pierre CHANSON
good ! I take a look, Andrei is in my office right now. Thanks, Pierre 2014-10-28 11:48 GMT-03:00 Max Leske maxle...@gmail.com: On 28.10.2014, at 15:13, Pierre CHANSON chans.pie...@gmail.com wrote: Sure, I would like to load more than a 100 moose model of Roassal2 package in one hismo

Re: [Pharo-dev] ShoreLine Reporter - A tool to collect stack traces

2014-10-28 Thread Tommaso Dal Sasso
Hello everybody, thanks for your feedback. On 27/10/14 07:01, Marcus Denker wrote: I was thinking... would it make sense to have this in the image by default? On 27/10/14 13:07, stepharo wrote: It depends: - is it overriding? - is it well packaged? - is it cross cutting a lot?

Re: [Pharo-dev] ShoreLine Reporter - A tool to collect stack traces

2014-10-28 Thread Tommaso Dal Sasso
On 27/10/14 13:05, stepharo wrote: tommaso send us a working script not something that we should browse and understand. Stef You are right, the loading script is in the project page, but it is indeed another step of unneeded indirection. Thanks, Tommaso P.s.: for the sake of

[Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread Esteban Lorenzano
Hi, I reintroduced AioPlugin into the linux VM. In Mac it is there since always. In windows is irrelevant. So well, if you use linux and download the latest vm, you can play with it and check that everything is ok (or the contrary) :) Esteban

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread Esteban Lorenzano
ah yes… this was important for OSProcess and derivates :) Esteban On 28 Oct 2014, at 17:51, Esteban Lorenzano esteba...@gmail.com wrote: Hi, I reintroduced AioPlugin into the linux VM. In Mac it is there since always. In windows is irrelevant. So well, if you use linux and

Re: [Pharo-dev] ShoreLine Reporter - A tool to collect stack traces

2014-10-28 Thread Tommaso Dal Sasso
On Mon, Oct 27, 2014 at 1:18 PM, Stephan Eggermont step...@stack.nl mailto:step...@stack.nl wrote: Marcus wrote I was thinking... would it make sense to have this in the image by default? Not all my work is open source. How do I make sure I don't inadvertently leak

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread kilon alios
whats the purpose of the plugin ? How we can test it ? On Tue, Oct 28, 2014 at 6:51 PM, Esteban Lorenzano esteba...@gmail.com wrote: Hi, I reintroduced AioPlugin into the linux VM. In Mac it is there since always. In windows is irrelevant. So well, if you use linux and download the latest

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread Esteban Lorenzano
so you can pipe outputs when executing OSProcess commands. something like that. On 28 Oct 2014, at 17:53, kilon alios kilon.al...@gmail.com wrote: whats the purpose of the plugin ? How we can test it ? On Tue, Oct 28, 2014 at 6:51 PM, Esteban Lorenzano esteba...@gmail.com

[Pharo-dev] Super fast delay

2014-10-28 Thread Norbert Hartl
I just recognized that Delay is working in a strange way on my linux box $ time pharo-vm-nox ./Pharo.image eval (Delay forSeconds: 5) wait a Delay(5000 msecs) real0m0.158s user0m0.136s sys 0m0.020s I use the vm from the ppa. What do you get when you execute it? Norbert

Re: [Pharo-dev] Running from the command line in Windows

2014-10-28 Thread Eliot Miranda
Hi Sebastian, make sure you use a console VM. You can find non-Pharo console VMs at my site which you can test, e.g. http://www.mirandabanda.org/files/Cog/VM/VM.r3114/cogwin-14.42.3114.zip. The console VM is called SqueakConsole.exe On Tue, Oct 28, 2014 at 5:52 AM, Sebastian Tleye

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread p...@highoctane.be
Marvelous! Phil Le 28 oct. 2014 17:51, Esteban Lorenzano esteba...@gmail.com a écrit : Hi, I reintroduced AioPlugin into the linux VM. In Mac it is there since always. In windows is irrelevant. So well, if you use linux and download the latest vm, you can play with it and check that

Re: [Pharo-dev] Super fast delay

2014-10-28 Thread Sven Van Caekenberghe
It is even better, sometimes it works ;-) # time ./pharo Pharo.image eval '5 asSeconds asDelay wait' a Delay(5000 msecs) real0m0.696s user0m0.580s sys 0m0.060s # time ./pharo Pharo.image eval '5 asSeconds asDelay wait' a Delay(5000 msecs) real0m5.755s user0m0.812s sys

Re: [Pharo-dev] Super fast delay

2014-10-28 Thread p...@highoctane.be
VMWare Workstation 10 on Win8.1 Pro PharoVM compiled on CentOS6.5 [philippeback@CENTOSDEV zeroconf-centos]$ time ./pharo-vm/pharo -vm-display-null Pharo.image eval '5 asSeconds asDelay wait' a Delay(5000 msecs) real 0m0.473s -- not much... user 0m0.285s sys 0m0.140s [philippeback@CENTOSDEV

Re: [Pharo-dev] [pharo-project/pharo-core] dd006c: 40336

2014-10-28 Thread stepharo
Thanks esteban! I'm unstuck :) On 28/10/14 07:41, GitHub wrote: 40336 14337 Removing a trait usage raises an exception (2nd attempt) https://pharo.fogbugz.com/f/cases/14337

Re: [Pharo-dev] [pharo-project/pharo-core] dd006c: 40336

2014-10-28 Thread Max Leske
Oh yeah! Maybe now the Fuel tests will be back to green :) On 28.10.2014, at 20:23, stepharo steph...@free.fr wrote: Thanks esteban! I'm unstuck :) On 28/10/14 07:41, GitHub wrote: 40336 14337 Removing a trait usage raises an exception (2nd attempt)

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread Thierry Goubier
Thanks Esteban, this is really nice :) Thierry Le 28/10/2014 17:52, Esteban Lorenzano a écrit : ah yes… this was important for OSProcess and derivates :) Esteban On 28 Oct 2014, at 17:51, Esteban Lorenzano esteba...@gmail.com wrote: Hi, I reintroduced AioPlugin into the linux VM. In Mac

Re: [Pharo-dev] [pharo-project/pharo-core] dd006c: 40336

2014-10-28 Thread Max Leske
I just fixed a couple of Fuel tests that failed because it is possible to create a trait with the category set to nil. When creating a new trait with the same name this results in an exception being signaled. Should we consider this a bug? It’s not cool to create a trait in category nil but

Re: [Pharo-dev] Super fast delay

2014-10-28 Thread Sven Van Caekenberghe
I am pretty sure that it is related to virtual hardware, it seems to work reliably on my mac: prometheus:pharo4 sven$ ./pharo Pharo.image printVersion [version] 4.0 #40322 prometheus:pharo4 sven$ time ./pharo Pharo.image eval '5 seconds asDelay wait' a Delay(5000 msecs) real0m5.504s user

Re: [Pharo-dev] [pharo-project/pharo-core] dd006c: 40336

2014-10-28 Thread stepharo
Good question :). I do not know I would say that having the package Unpackaged would be better than nil On 28/10/14 16:26, Max Leske wrote: I just fixed a couple of Fuel tests that failed because it is possible to create a trait with the category set to nil. When creating a new trait with

Re: [Pharo-dev] Command Shell in Pharo 4

2014-10-28 Thread David T. Lewis
Hi Kilon, On Tue, Oct 28, 2014 at 02:12:12PM +0200, kilon alios wrote: Why not use default as I did ? why the font needs to be fixed ? I am sorry I am not familiar with fonts in pharo so much, I did not even know what bitmap font is before I joined Pharo. For me it makes more sense to use the

Re: [Pharo-dev] AioPlugin is back in linux VMs

2014-10-28 Thread David T. Lewis
On Tue, Oct 28, 2014 at 06:53:49PM +0200, kilon alios wrote: whats the purpose of the plugin ? How we can test it ? AioPlugin provides support for asynchronous IO event notification. When an external IO event occurs, the event registration causes a Smalltalk semaphore to be signaled. A process