Opened 15 years ago

Closed 15 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 15 years ago by Mark Evenson

Milestone: unscheduled0.13
Owner: changed from ehuelsmann to Mark Evenson
Status: newassigned

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.

comment:2 Changed 15 years ago by Mark Evenson

Status: assignedaccepted

Reverted in trunk as r11659.

But SLIME sort of works again.

comment:3 Changed 15 years ago by ehuelsmann

Resolution: fixed
Status: acceptedclosed

Fixed again (differently) in r11668.

Note: See TracTickets for help on using tickets.