Altered method code displayed in browser after accept (3.4 #5170)

Ken Causey ken at kencausey.com
Thu May 15 16:49:41 UTC 2003


I'm not sure about this, but I guess I'll go ahead and stick my neck
out...

Are you sure you have a matching .changes file?  Seems like maybe not
having one might result in this sort of behaviour.

But that's just a theory....

Ken

On Thu, 2003-05-15 at 11:39, Chris Becker wrote:
> Hi all,
> 
> When a method is accepted in a system browser, the text is sometimes
> refreshed using a compiler-altered version of the method. For example:
> 
> methodA: anExample
> 	"A comment."
> 	| tempVar |
> 	tempVar _ anExample, ' is an example'.
> 	^ tempVar
> 
> ... becomes ...
> 
> methodA: t1 
> 	| t2 |
> 	t2 _ t1 , ' is an example'.
> 	^ t2
> 
> Is there a fix for this issue? I'm running 3.4 #5170.
> 
> Thanks in advance,
> 
> Chris Becker
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030515/3b2e8772/attachment.pgp


More information about the Squeak-dev mailing list