-
- Downloads
Compiler was not handling things like the following:
(defun zot () (flet ((%f (&key) :bad)) (%f nil nil))) This should produce a compile-time warning and a run-time error that NIL is not a valid keyword. To fix this, in CONVERT-MORE-CALL listify the name so we can distinguish no LOSER's or a LOSER whose name is NIL.
Please register or sign in to comment