How to load the most recent changes Juan made to Cuis-Smalltalk-Dev

From Cuis CookBook
Jump to navigation Jump to search

Suppose you just downloaded Cuis and updated all the packages. In a Workspace do:

 SystemVersion current.                "=> Cuis 5.0 update 4738 "
 SystemVersion current highestUpdate . "=> 4738 "

Observe that the number 4738 is the same you see when you run Cuis, in my case:

$> ./sqcogspur64linuxht/squeak Cuis-Smalltalk-Dev/Cuis5.0-4738.image

You see your image is "Cuis5.0-4738.image".

Now when you update your local repository to fetch the latest Cuis ChangeSet (.cs files):

$> ./pullAllRepos.sh 

and look into Cuis-Smalltalk-Dev/CoreUpdates, in my case I see:

 <4735-Comments-JuanVuletich-2021Aug04-19h01m-jmv.001.cs.st
 4736-Morphic-Cleanup-JuanVuletich-2021Aug04-19h02m-jmv.001.cs.st
 4737-findFullBoundsInOwner-JuanVuletich-2021Aug05-10h31m-jmv.001.cs.st
 4738-Cleanup-JuanVuletich-2021Aug05-12h50m-jmv.001.cs.st
 4739-openWorkspace-returnsTheWorkspace-JuanVuletich-2021Aug06-17h17m-jmv.001.cs.st
 4740-SetAuthorProgramatically-NicolaMingotti-2021Aug07-15h12m-NM.001.cs.st
 4741-askForSaveOnQuitPreference-NicolaMingotti-JuanVuletich-2021Aug07-17h04m-jmv.001.cs.st
 4742-Number-asFloat-JuanVuletich-2021Aug08-14h37m-jmv.001.cs.st
 4743-StringInspectorFix-JuanVuletich-2021Aug08-14h44m-jmv.001.cs.st

You see, there are some changes made after 4738, they arrive up to 4743. If you want to load them do: World -> Changes -> Install new updates OR

ChangeSet installNewUpdates.

Then check it with

SystemVersion current.                "=> Cuis 5.0 update 4743 "
SystemVersion current highestUpdate . "=> 4743 "

NM 09-Aug-2021. Checked in Cuis5.0-4738.