MacVM 3.0MT8

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Mar 2 17:40:48 UTC 2001


On Fri, 2 Mar 2001, Ned Konz wrote:

> On Friday 02 March 2001 06:29, Randal L. Schwartz wrote:
> 
> > Bert> That's a bug I reported a while back. The security manager
> > Bert> switches the stream to binary in CodeLoader>>installSourceFile:,
> > Bert> so a ByteArray is read instead of a String, which does not
> > Bert> understand #unzipped. The fix is to switch the stream to text
> > Bert> mode before unzipping.
> >
> > Is that something I can do or set?  Is there a changeset for that?  Is
> > it just not yet in the update stream?  So someone broke it going from
> > 2.8 to 3.1, and it just needs to get unbroken?
> 
> Does it work to copy String>>unzipped to ByteArray? Looks like it might...

That would work, too. You also could just move it up the hierarchy.

-- Bert





More information about the Squeak-dev mailing list