[Cuis] Low Memory Warning

Juan Vuletich juan at jvuletich.org
Tue Jun 16 07:38:53 CDT 2015


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.

Cheers,
Juan Vuletich




More information about the Cuis mailing list