[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Date: 15 December 1980 15:13-EST
    From: George J. Carrette <GJC at MIT-MC>
    To: BUG-LISP at MIT-MC

    CL^K
    ^B
    (DB)
    (DEFUN FOO (L) (MAPCAR #'(LAMBDA (X) (CONS X 'FOO)) L))
    (CL FOO)

    (COMMENT **** (L) Bound variable used as Function name in function FOO)
    (COMMENT **** (L) Unused LAMBDA variables in function FOO)

    ; the code produced looks ok though. FOO JONL!!!!!!!

Actually, this particular bug is mine.  However, it is better than the sneakier
bug that JONL had that I was fixing (before, without telling you it was losing,
it stepped by (CDR 'T) instead of CDRing down the list...).  Unfortunately I
had to leave so I couldn't test 100%, but it was working better than before.  I
can't believe the 10 or so files I compiled didn't show this up though.  Sigh.
I'll fix it now.  Any code compiled between 12/14 21:53 and 12/16 2:42 with any
mappers in it should be recompiled.