[FIX]Unused Temps sometimes not removed

Andrew Tween amtween at hotmail.com
Mon Jun 28 09:30:18 UTC 2004


Unused temps are not removed when saving a method if they are immediately
preceded, or followed, by the | character.

This changeset modifies Parser>>removeUnusedTemps so that rather than
checking that each temp name found in the temp list is surrounded by
separators, it checks that the temp is surrounded by non-alphaNumerics.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 01/06/2004
-------------- next part --------------
A non-text attachment was scrubbed...
Name: removeUnusedTemps-tween.1.cs.gz
Type: application/x-gzip
Size: 987 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040628/1590b799/removeUnusedTemps-tween.1.cs.bin


More information about the Squeak-dev mailing list