[Pharo-users] About validation

2013-06-15 Thread Stéphane Ducasse
Hi I read the chapter on validation of the mentoring course book of andres valloud. http://www.lulu.com/fr/fr/shop/andres-valloud/a-mentoring-course-on-smalltalk/paperback/product-3788890.html And I love this extension of SUnit. I loved the idea when I saw it for the first time at Lug

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-15 Thread Stéphane Ducasse
Thanks esteban I will convert the blog into a draft chapter so that olivier can help documenting it too. Stef On Jun 14, 2013, at 4:01 PM, Esteban Lorenzano wrote: > Hi, > > I worked a bit on voyage today to update the configuration for 2.0 (it was > working, but not with the latest versions

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-15 Thread Camillo Bruni
yes I discovered the same behavior yesterday with esteban. thanks very much for the details! On 2013-06-14, at 23:53, Sven Van Caekenberghe wrote: > On 07 Jun 2013, at 17:15, Camillo Bruni wrote: > >> Can you try on the command line only? > > This is getting _very_ weird: > > This is on Ubun

Re: [Pharo-users] recompile a class via menu item in Pharo 2?

2013-06-15 Thread Stéphane Ducasse
Hi Paul what was doing the recompile? Why was it needed? Now we can scope refactoring but I do not know about the recompile all since I do not know it was there and useful. Stef On Jun 14, 2013, at 9:32 PM, Paul DeBruicker wrote: > In earlier versions of Pharo you could choose a refactoring sc

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-15 Thread Bernat Romagosa
Great! I'll read it first thing on Monday :) 2013/6/15 Stéphane Ducasse > Thanks esteban I will convert the blog into a draft chapter so that > olivier can help documenting it too. > > Stef > > On Jun 14, 2013, at 4:01 PM, Esteban Lorenzano > wrote: > > > Hi, > > > > I worked a bit on voyage

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-15 Thread Stéphane Ducasse
On Jun 14, 2013, at 11:33 PM, Andy Burnett wrote: > <<< > This should work: > > (ZnServer defaultOn: 1701) > logToTranscript; > delegate: ((ZnStaticFileServerDelegate new) > prefixFromString: > 'apple/macosx'; >

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-15 Thread Stéphane Ducasse
On Jun 14, 2013, at 11:52 PM, Sven Van Caekenberghe wrote: > > PS: We really need to start tracking benchmarks across platforms and versions > - so much to do. same feeling here :) Stef

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-15 Thread Stéphane Ducasse
> actually https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/ succesfully > detected the degeneration and thus failed. > And yes, we will add real benchmarks at some point. But for that we first > need dedicated machines, as running them on a virtualized environment doesn't > make much sense

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-15 Thread Stéphane Ducasse
mariano? Stef > Could someone on this list give me an account? I could start to capture bits > and pieces.

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-15 Thread Camillo Bruni
On 2013-06-15, at 13:16, Stéphane Ducasse wrote: > >> actually https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/ succesfully >> detected the degeneration and thus failed. >> And yes, we will add real benchmarks at some point. But for that we first >> need dedicated machines, as running the

Re: [Pharo-users] recompile a class via menu item in Pharo 2?

2013-06-15 Thread Paul DeBruicker
Hi Stef, I would recompile a class or "class with subclasses" hierarchy manually with the Transcript open after removing an inst var definition from a class to see if I left any references to the inst var. The 'recompile' menu option only appeared once you had limited the refactoring scope in so

Re: [Pharo-users] recompile a class via menu item in Pharo 2?

2013-06-15 Thread Stéphane Ducasse
Hi Paul > > I would recompile a class or "class with subclasses" hierarchy manually > with the Transcript open after removing an inst var definition from a > class to see if I left any references to the inst var. The 'recompile' > menu option only appeared once you had limited the refactoring sco

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-15 Thread Stéphane Ducasse
On Jun 15, 2013, at 3:54 PM, Camillo Bruni wrote: > > On 2013-06-15, at 13:16, Stéphane Ducasse wrote: > >> >>> actually https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/ succesfully >>> detected the degeneration and thus failed. >>> And yes, we will add real benchmarks at some point. Bu

Re: [Pharo-users] Log4s for Pharo

2013-06-15 Thread Donald
More info here: http://www.stic.st/conferences/stic12/stic12-abstracts/log4s-a-logging-framework-for-smalltalk/ http://www.jarober.com/blog/blogView?entry=3509625595 http://www.jarober.com/blog/blogView?entry=3520403203 -- Donald [|] A bad day in [] is better than a good day in {}

Re: [Pharo-users] Configuring where ZnServer serves files

2013-06-15 Thread Andy Burnett
<<< have a look on git https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english I started to convert all the zinc documentation that sven wrote. We can add a new chapter on Zinc Usage. We are working on a format that generates autoamtically PDF and html for the next books. Stef >

Re: [Pharo-users] Configuring where ZnServer serves files

2013-06-15 Thread Stéphane Ducasse
On Jun 15, 2013, at 7:04 PM, Andy Burnett wrote: > <<< > have a look on git > https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english > I started to convert all the zinc documentation that sven wrote. > > We can add a new chapter on Zinc Usage. > > We are working on a format

[Pharo-users] JPEG export producing images with black background

2013-06-15 Thread Usman Bhatti
I need to export JPEG images in Pharo to later import then in my PDF document. When I export JPEG files with Pharo, the background is black, which makes the exported image meaningless. To reproduce the problem, do the following in the latest moose image (the image can be obtained from here

Re: [Pharo-users] JPEG export producing images with black background

2013-06-15 Thread Benjamin
use png. Jpegs have background, so you will not go very further in this direction (if I understood well your problem ^^) Ben On Jun 15, 2013, at 11:56 PM, Usman Bhatti wrote: > I need to export JPEG images in Pharo to later import then in my PDF > document. When I export JPEG files with Phar