[armedbear-ticket] [armedbear] #47: toplevel TRACE form cannot be compiled
armedbear
armedbear-devel at common-lisp.net
Tue Feb 10 12:19:51 UTC 2009
#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)
}}}
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/47>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list