Opened 16 years ago
Closed 16 years ago
#47 closed defect (fixed)
toplevel TRACE form cannot be compiled
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | major | Milestone: | 0.13 |
Component: | compiler | Version: | 1.0 |
Keywords: | Cc: | ||
Parent Tickets: |
Description
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)
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | unscheduled → 0.13 |
---|---|
Owner: | changed from ehuelsmann to Mark Evenson |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Status: | assigned → accepted |
---|
Reverted in trunk as r11659.
But SLIME sort of works again.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed again (differently) in r11668.
Note: See
TracTickets for help on using
tickets.
Erik suggests reverting the first two changes of r11627 as in attached patch.
TRACE compiles again, but seems to have additional interactions with SLIME that I want to check out.