#47: toplevel TRACE form cannot be compiled ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: unscheduled Component: compiler | Version: 1.0 Keywords: | ----------------------+----------------------------------------------------- As of r11561 toplevel TRACE forms cannot be compiled, giving the complaint
{{{ There is no applicable method for the generic function #<STANDARD-GENERIC- FUNCTION MAKE-LOAD-FORM {7607ED}> when called with arguments (#S(SYSTEM ::TRACE-INFO :NAME FOO :UNTRACED-FUNCTION NIL :BREAKP NIL)). }}}
when trying to COMPILE-FILE the following in a file:
{{{ (defun foo () 42)
(trace foo)
}}}