[Pharo-users] Draw table in Pharo

2013-12-02 Thread Damien Cassou
http://stackoverflow.com/questions/20304099/draw-table-in-pharo -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

[Pharo-users] Phexample question

2013-12-02 Thread Sean P. DeNigris
Would it be difficult to be able to supply tests from other TestCases to #given:? Something like #given: aSelector in: #aTestCaseClass... - Cheers, Sean -- View this message in context: http://forum.world.st/Phexample-question-tp4726864.html Sent from the Pharo Smalltalk Users mailing list

Re: [Pharo-users] Obtain the name of the disk unit

2013-12-02 Thread Nicolai Hess
2013/12/2 > Gisela Decuzzi wrote: > >> Hi, I need to do a validation and check if the image is running in an usb >> with a spefic name. >> I found how to determine the execution path: FileSystem disk >> workingDirectory, but I wolud like to obtain the disk name and didn't find >> a message for th

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread p...@highoctane.be
The first time as it will prime the package-cache. After that it is faster :-) And you should get a faster box.

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Luc Fabresse
2013/12/2 Benjamin > But I still think the ci job should be preferred :P > +1 ;-) Luc > > Ben > > On 02 Dec 2013, at 18:13, Esteban Lorenzano wrote: > > Nope, that was the old version. This one should not take mora than 10min :) > > On 2 Dec 2013, at 17:58, Benjamin > wrote: > > and it will

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Benjamin
But I still think the ci job should be preferred :P Ben On 02 Dec 2013, at 18:13, Esteban Lorenzano wrote: > Nope, that was the old version. This one should not take mora than 10min :) > > On 2 Dec 2013, at 17:58, Benjamin > wrote: > >> and it will take 40 minutes :P >> >> Ben >> >> On 02

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Esteban Lorenzano
Nope, that was the old version. This one should not take mora than 10min :) > On 2 Dec 2013, at 17:58, Benjamin > wrote: > > and it will take 40 minutes :P > > Ben > >> On 02 Dec 2013, at 17:56, Esteban Lorenzano wrote: >> >> this should work: >> >> $ wget -O- get.pharo.org/30+vm | bash >

[Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread sminni
Hi Pls guide me in getting an environment of Seaside / Zinc / Pharo 3.0 up and running Regards Sanjay - --- Regards, Sanjay -- View this message in context: http://forum.world.st/Seaside-on-Pharo-3-0-tp4726765.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Benjamin
and it will take 40 minutes :P Ben On 02 Dec 2013, at 17:56, Esteban Lorenzano wrote: > this should work: > > $ wget -O- get.pharo.org/30+vm | bash > $ ./pharo ./Pharo.image config > http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main > ConfigurationOfSeaside3 --install=stable >

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Esteban Lorenzano
this should work: $ wget -O- get.pharo.org/30+vm | bash $ ./pharo ./Pharo.image config http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ConfigurationOfSeaside3 --install=stable cheers, Esteban On Mon, Dec 2, 2013 at 5:50 PM, sminni wrote: > Hi > > Pls guide me in getting an env

Re: [Pharo-users] Seaside on Pharo 3.0

2013-12-02 Thread Benjamin
This is the link you want https://ci.inria.fr/pharo-contribution/job/Seaside/ Ben On 02 Dec 2013, at 17:50, sminni wrote: > Hi > > Pls guide me in getting an environment of Seaside / Zinc / Pharo 3.0 up and > running > > > Regards > Sanjay > > > > - > --- > Regards, Sanjay > -- > View

Re: [Pharo-users] Mongo cache vs database objects

2013-12-02 Thread Henrik Johansen
On 27 Nov 2013, at 2:57 , Sabine Knöfel wrote: > ok:-) > > btw and ot: > http://adam-fletcher.co.uk/howtobegerman/ > recommend! Haha, completely OT, but just the description brought back a memory from a class trip to Lübeck 15 years ago… Ater I decided to disobey the red man, an old lady rema

Re: [Pharo-users] Add menu item to Nautilus context menu on selected packages?

2013-12-02 Thread MartinW
I have one follow-up question trying to understand how this works: I see that is used in AbstractNautilusUI to build the menus — but why is here? Also the code seems to work all the same without ? Martin. Benjamin Van Ryseghem-2 wrote > Here is an example from Nautilus > > AbstractNautilusUI

Re: [Pharo-users] Obtain the name of the disk unit

2013-12-02 Thread btc
Gisela Decuzzi wrote: Hi, I need to do a validation and check if the image is running in an usb with a spefic name. I found how to determine the execution path: FileSystem disk workingDirectory, but I wolud like to obtain the disk name and didn't find a message for that. Does anybody know how

Re: [Pharo-users] Mongo lost references - bug?

2013-12-02 Thread Esteban Lorenzano
Hi Sabine, I'll check, but you shouldn't have that problem, so is probably a bug :) Esteban On Mon, Dec 2, 2013 at 12:51 PM, Sabine Knöfel wrote: > Hi Esteban, > > I found a problem in mongo/voyage and I have reduced and extracted it for > repro. > I ask for your opinion if this is a bug. > > I

[Pharo-users] Mongo lost references - bug?

2013-12-02 Thread Sabine Knöfel
Hi Esteban, I found a problem in mongo/voyage and I have reduced and extracted it for repro. I ask for your opinion if this is a bug. If you file in the code below, the method >>testDemo creates a simple model: Paper has 1:1 reference to Planet. Paper has 1:1 reference to Star. Star has 1:N refe