<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>[BUG] Can't read fileOuts with bundled
methods</title></head><body>
<div><font face="Arial" size="-1">Folks -</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial" size="-1">Somewhere along the line, Squeak
seems to have lost the ability to read fileOuts where one methodsFor
header introduces a number of method chunks, as in...</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial"
size="-1">-------------------------</font></div>
<div><font face="Arial" size="-1">!ST80NonImmediate methodsFor:
'initialize-release'!</font></div>
<div><font face="Arial" size="-1">from: anObject</font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>self subclassResponsibility!</font></div>
<div><font face="Arial" size="-1">class: aClassObject</font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>class := aClassObject!</font></div>
<div><font face="Arial" size="-1">class: aClassObject oop:
oopInteger</font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>class := aClassObject.</font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>oop := oopInteger!</font></div>
<div><font face="Arial" size="-1">oop: oopInteger</font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>oop := oopInteger! !</font></div>
<div><font face="Arial"
size="-1">---------------------------</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial" size="-1">Since Squeak dropped this format (in
favor of per-method headers which carry time and author stamps), it's
not really a problem for US.&nbsp; However VisualWorks, among others,
still produces this format, and it seems a shame not to support it.&nbsp;
A prededent for such compatibility exists in the method
ClassDescription&gt;&gt;methods whose sole purpose is to read
Smalltalk/V fileOuts.</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial" size="-1">I am willing to fix this, but I'm
writing in hopes that someone else here has had to deal with this and
has already got a fix (which I would then propose be included in the
release).</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial" size="-1">Thanks in advance for any
leads</font></div>
<div><font face="Arial" size="-1"><br></font></div>
<div><font face="Arial"
size="-1"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>-
Dan</font></div>
</body>
</html>