One hallmark of a good fix is when it makes comments and kludges go away. Just spotted this in Cello:

(defmethod not-to-be :after ((self ogl-node))
  (bwhen (dl (slot-value self 'dsp-list)) ;; don't trigger lazy cell
    (gl-delete-lists dl 1)))

:)

kt
_______________________________________________
cells-devel site list
cells-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/cells-devel

Reply via email to