<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">And as explained in the commit comment:<br>
<br>
  Skip chunks that begin with known extensions that are not meaningful<br>
  for Squeak, logging to Transcript to show chunks that have been ignored.<br></blockquote><div><br></div><div>Magma implements a method called #classDefinition:.  I wanted to make sure this wouldn't cause it to get skipped.  My test of filing out a single method and also the whole class, seemed to work okay.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">With respect to the Cuis reference, my use case was installing<br>
VectorEnginePlugin in Squeak. The upstream repository for this plugin<br>
is on GitHub, which stores the portable Smalltalk code in chunk format<br>
with some Cuis extensions:<br>
<br>
  <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Packages/Features/VectorEnginePlugin.pck.st" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Packages/Features/VectorEnginePlugin.pck.st</a><br>
<br>
The plugin code is well-written and portable for at least Squeak and Cuis.<br>
The Cuis-specific chunks are not relevant to Squeak, so they can and<br>
should be ignored when filing in to Squeak.<br></blockquote><div><br></div><div>Does this mean we can generally load Cuis code into Squeak now?  That almost seems [ANN]-worthy.   :)</div><div><br></div><div> - Chris</div></div></div>