<div dir="ltr"><div class="gmail_default" style="font-size:small">Oh, Marcel, thank you!!!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 30, 2021 at 6:02 AM <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"> <br>
Marcel Taeumel uploaded a new version of VMMakerUI to project VM Maker:<br>
<a href="http://source.squeak.org/VMMaker/VMMakerUI-mt.38.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/VMMaker/VMMakerUI-mt.38.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: VMMakerUI-mt.38<br>
Author: mt<br>
Time: 30 June 2021, 3:01:50.858141 pm<br>
UUID: a1b136c4-ecdf-284c-91da-d1427695bc02<br>
Ancestors: VMMakerUI-eem.37<br>
<br>
Adds updater and update entry to Squeak menu in world-main docking bar. Needs Morphic-mt.1775 to show up. Uses update map "update.oscog" for the update.<br>
<br>
=============== Diff against VMMakerUI-eem.37 ===============<br>
<br>
Item was added:<br>
+ ----- Method: TheWorldMainDockingBar>>updateVMMaker (in category '*VMMakerUI-updater') -----<br>
+ updateVMMaker<br>
+       <updater: 'Update VMMaker'><br>
+ <br>
+       | updater |<br>
+       updater := MCMcmUpdater<br>
+               updateMapNamed: 'update.oscog'<br>
+               repository: '<a href="http://source.squeak.org/VMMaker" rel="noreferrer" target="_blank">http://source.squeak.org/VMMaker</a>'.<br>
+       updater lastUpdateMap ifEmpty: [<br>
+               "If this is the first time that you use the updater, start at 5.mcm to avoid loading old code."<br>
+               updater lastUpdateMap at: updater repository put: 5].<br>
+       updater doUpdate: true.!<br>
<br>
Item was added:<br>
+ (PackageInfo named: 'VMMakerUI') postscript: 'TheWorldMainDockingBar updateInstances. "Adds updater for VMMaker to Squeak menu"'!<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>