[Cuis] Low Memory Warning

Phil (list) pbpublist at gmail.com
Tue Jun 16 13:19:18 CDT 2015


On Tue, 2015-06-16 at 09:38 -0300, Juan Vuletich wrote:
> On 6/14/2015 4:03 PM, Dan Norton wrote:
> > Do the following without a problem:
> >
> > x := Morph new.
> > x storeString.
> >
> > However, the following gets a low memory warning:
> >
> > x := Morph new.
> > x openInWorld.
> > x storeString.
> >
> >   - Dan
> >
> > _______________________________________________
> > Cuis mailing list
> > Cuis at jvuletich.org
> > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
> >
> 
> Yes. I don't know if we should call this a bug. #storeString (from 
> Squeak, maybe even from Smalltalk-80) never handled circular structures. 
> I don't really see much value in this method.
> 

If this method is a candidate for removal, please keep it around in the
compat package.  (It is used quite liberally in the OMeta code... though
I'm not entirely sure why yet)

> Cheers,
> Juan Vuletich
> 
> _______________________________________________
> Cuis mailing list
> Cuis at jvuletich.org
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org






More information about the Cuis mailing list