Opened 17 years ago
Closed 17 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 by , 17 years ago
| Milestone: | unscheduled → 0.13 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 17 years ago
| Status: | assigned → accepted |
|---|
Reverted in trunk as r11659.
But SLIME sort of works again.
comment:3 by , 17 years ago
| 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.