[slime-devel] Patch: suppress duplicated frame variables (Allegro)

Willem Broekema metawilm at gmail.com
Tue Jun 10 21:53:15 UTC 2008


On Tue, Jun 10, 2008 at 11:04 PM, Bradford W Miller
<Bradford_W_Miller at raytheon.com> wrote:
> Umm, did you test this against code like
>
> (defun f (x y)
>   (let ((y x)
>           (x y))
>    ...))
>
> where there ARE both formal and local variables with the same name?

It's not just about the names: to be considered a duplicate also the
values must be eq.

- Willem



More information about the slime-devel mailing list