[Openmcl-devel] (symbol-function function-name) no error signaled
Tim Bradshaw
tfb at tfeb.org
Wed Jan 12 09:35:52 PST 2011
On 11 Jan 2011, at 20:38, Frank wrote:
> There's still no error signaled so I assume this is a bug; If you guys agree I will report this.
It is a bug: SYMBOL-FUNCTION "... Should signal an error of type type-error if symbol is not a symbol."
It looks like the implementation is just punting to FBOUNDP, which (in CCL) returns the definition, but FBOUNDP works on general function names, not just symbols.
--tim
More information about the Openmcl-devel
mailing list