[Q] RunArray>>, and #copyReplaceFrom:to:with

Andreas Raab Andreas.Raab at gmx.de
Wed Oct 17 03:29:09 UTC 2001


Oops. Typo in RunArray>>addLast: - You need to replace

		values _ runs copyWith: value.
with

		values _ values copyWith: value.

(obviously...)

Cheers,
  - Andreas

> -----Original Message-----
> From: squeak-dev-admin at lists.squeakfoundation.org
> [mailto:squeak-dev-admin at lists.squeakfoundation.org]On Behalf Of Bijan
> Parsia
> Sent: Tuesday, October 16, 2001 8:13 PM
> To: squeak-dev at lists.squeakfoundation.org
> Subject: RE: [Q] RunArray>>, and #copyReplaceFrom:to:with
> 
> 
> Oops, this just broke Scamper for me :(
> 
> Cheers,
> Bijan.
> 
> 
> 




More information about the Squeak-dev mailing list