[Cuis-dev] Emergency evaluator

Juan Vuletich juan at cuis.st
Mon Dec 12 06:20:14 PST 2022


Thanks for the update Hilaire. I'm glad an updated workflow will help 
you in the future.

Cheers,

On 12/9/2022 5:14 PM, Hilaire Fernandes via Cuis-dev wrote:
>
> I had a few frustrations recently with the Emergency Evaluator poping 
> up all around but fault was completely mine.
>
> My stock Cuis image was completely roted, but so was my local 
> repository Cuis-Smalltalk-Dev
>
> As a small reminder,
>
> - keep the stock cuis image virgin of any local changes. Juan wrote it 
> in several place. Lazy, I was constantly updating it with the github 
> changeset and saving it. In the process I likely save unwished 
> changes, may be some with roted state.
>
> - instead copy the stock image/changes, and do your update from here. 
> From now I will build my environment from these copies of the image 
> and changes, including installing change set new updates.
>
> Simple bash script like below, will preserve from such trouble in the 
> future:
>
> #!/bin/bash
> #
> # Start DrGeo IDE
> #
>
> cuisVersion=Cuis6.0-5542
> ide=drgeoIDE
>
> rm $ide.image $ide.changes $ide.user.*
>
> cp $cuisVersion.image $ide.image
> cp $cuisVersion.changes $ide.changes
>
> ../VM/squeak $ide -s drgeo/src/setupDrGeoDevelopment.st
>
>
> setupDrGeoDevelopment:
>
> https://bazaar.launchpad.net/~drgeo-developers/drgeo/trunk/view/head:/src/setupDrGeoDevelopment.st
>
> - last tip, start as often as it seems with fresh repo. Mine was too 
> old, several years
>
>
> Thanks!
>
> -- 
> GNU Dr. Geo
> http://drgeo.eu
> http://blog.drgeo.eu


-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20221212/366c790a/attachment.htm>


More information about the Cuis-dev mailing list