[Pharo-users] [ANN] JRMPC 2021 in Jeopardy

2020-08-26 Thread Richard Kenneth Eng
JRMPC 2021 is about to commence registration in less than two weeks. Unfortunately, disaster has struck. Ryerson University's developer for the competition software has pulled out of the project at the last minute, so they are stuck. I am looking for a replacemen

[Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi! My Pharo8 image crashed, where can I found the code of my playground? It is not in Epicea. TIA Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Stéphane Ducasse
checked in the folders close to your image. There is a play-cache folder S. > On 26 Aug 2020, at 17:52, Davide Varvello wrote: > > > From: Davide Varvello > Subject: Image crashed, how can I restore the Playground? > Date: 26 August 2020 at 17:52:57 CEST > To: pharo-users@lists.pharo.org >

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread hogoww
Also on the upper right corner of the playground, you can get old playground (maybe on command+s? not sure). Not every one of them will be here, and you may have to use Stephane's answer. Pierre. On 26/08/2020 17:56, Stéphane Ducasse wrote: checked in the folders close to your image. There is

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Stéph, I guess the right directory is {imageDirectory}/pharo-local/play-cache/ there are some .ph files representing several playgrounds. One further question: it seems to me there isn't a history of the playground, right? So if I make multiple changes to a single play

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Pierre hogoww wrote > Also on the upper right corner of the playground, you can get old > playground (maybe on command+s? not sure). > Not every one of them will be here, and you may have to use Stephane's > answer. > > Pierre. > > On 26/08/2020 17:56, Stéphane Du

[Pharo-users] Checking baseline before publishing

2020-08-26 Thread Esteban Maringolo
Hi, How can I check that my baseline works without having to publish everything, check that it fails and then going to the origin, fixing, etc? I might be particularly idiot to always miss something, I usually have to try at least four times (in a blank image) that my Baseline, dependencies, etc.

Re: [Pharo-users] Checking baseline before publishing

2020-08-26 Thread Cyril Ferlicot D.
On 8/27/2020 4:10 AM, Esteban Maringolo wrote: > Hi, > > How can I check that my baseline works without having to publish > everything, check that it fails and then going to the origin, fixing, > etc? > > I might be particularly idiot to always miss something, I usually have > to try at least fou