[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
holy error checking batman.
- To: (BUG LISP) at MIT-MC
- Subject: holy error checking batman.
- From: GJC at MIT-MC (George J. Carrette)
- Date: Wed, 18 Feb 81 18:45:00 GMT
- Original-date: 18 FEB 1981 1345-EST
Load the file MAXSRC;ERS 1
the function WRNG-NO-ARGS-HANDLER ends up with a body which looks like
(LET
((#'#635070 |Reqd-Var..3|))
(COND
......
))
the main thing is
(COMMENT ARGLIST = ((#'#635070 FORMAL-ARGUMENT-LIST))
Calling this function gives a .VAL error to DDT.
When I make typing errors, please, give me a break.
(At lisp level, not ddt level). Can there be some option
which causes both DEFUN& and DEFMACRO to call CAR and CDR functions
which do error checking? Please, I think I can afford the
overhead of error checking during macro expansion.
-gjc