[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GJC at MIT-MC
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Tue, 16 Dec 80 15:31:00 GMT
- Cc: BUG-LISP at MIT-MC, BUG-COMPLR at MIT-MC, JPG at MIT-MC, RLB at MIT-MC, ASB at MIT-MC
- Original-date: 16 December 1980 10:31-EST
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.