<div dir="ltr">Marten,<div><br></div><div>I had cataract surgery on Tuesday, so I'm just getting back to working through my email ... </div><div><br></div><div>When I look at the MSKExtension project up on github[1], it looks like you might be using Monticello metadataless filetree repositories? If so you should add this method:</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">projectClass<br> Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].<br> ^ super projectClass</blockquote></div><div>to BaselineOfMSKExtension ... without this method in the baseline, Metacello will not load updates from filetree repositories ...</div><div><br></div><div>If you are not (intentionally) using metadataless repositories, then I would ask that you provide me with a "Transcript" log of the entire load sequence so that I can try to characterize what might be going on ...</div><div><br></div><div>Dale</div><div><br></div><div>[1] <a href="https://github.com/feldti/MSKExtension">https://github.com/feldti/MSKExtension</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 26, 2022 at 4:20 PM Marten Feldtmann via Glass <<a href="mailto:glass@lists.gemtalksystems.com">glass@lists.gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>
<div>
<div>
I do not get it :-), sorry to say. Today I put some new versions of my libraries to a local filetree , commit the stuff, push them to github, verify the content at github and then I loaded the stuff again via code like below into the same stone - and I get an older version (actually the one before the newest commit).
<br>
</div>
<div>
<br>
</div>
<div>
If I load the library from my local filetree repository I get the newest version.
<br>
</div>
<div>
<br>
</div>
<div>
If I load the library from github into a new stone, I get the newest version loaded.
<br>
</div>
<div>
<br>
</div>
<div>
Sorry to
<br>
</div>
<div>
<br>
</div>
<div>
Marten
<br>
</div>
<div>
<br>
</div>
<div>
<pre style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:"DejaVu Sans Mono""><span style="background-color:rgb(231,255,179)">Metacello new<br></span><span style="background-color:rgb(231,255,179)"> baseline: 'MSKExtension';<br></span><span style="background-color:rgb(231,255,179)"> repository: 'github://feldti/MSKExtension:main/repository';<br></span><span style="background-color:rgb(231,255,179)"> onLock: [:ex | ex honor ];</span><span style="background-color:rgb(231,255,179)"><br></span><span style="background-color:rgb(231,255,179)"> load.<br><br><br></span></pre>
</div>
</div>
_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="https://lists.gemtalksystems.com/mailman/listinfo/glass" rel="noreferrer" target="_blank">https://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
</blockquote></div>