compiler note annotation dismality on sbcl

Bug #726548 reported by Tobias C. Rittweiler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Slime
New
Undecided
Unassigned

Bug Description

This might be a purely sbcl-related issue.

(defmethod foo (x y)
  (let ((last (slot-value x 'last)))
    (cond (last
           (call-next-method x y)
           (call-next-method y x))
          ((read)
           (setf (slot-value x 'last y)))
          (t
           (call-next-method)))))

C-c C-c annotates the (DEFMETHOD which is quite a bit detached from the actual
offending code form (SETF (SLOT-VALUE X 'LAST Y)).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.