[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KMP at MIT-MC
- From: Jon L White <JONL at MIT-MC>
- Date: Thu, 30 Apr 81 12:47:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 30 April 1981 07:47-EST
Date: 30 April 1981 02:03-EST
From: Kent M. Pitman <KMP at MIT-MC>
(FILLARRAY 'NON-ARRAY NIL)
;Loading BLTARRAY 2
;NIL G3ZB""G((-*D...
Why is BLTARRAY loaded here but not for (FILLARRAY 'NON-ARRAY '(NIL))
and why does NIL show up in the error message here instead of NON-ARRAY
which appears in the other case.
When an unusual value for the array is given to FILLARRAY, then the possibility
exists that it may be a file object, so that is why BLTARRAY is loaded. Of
course it finds out that none of its cases are applicable either, so ...
Maybe FILLARRAY could check more before autloading.