eudoxia0 / docparser

Extract documentation from Common Lisp systems
41 stars 18 forks source link

DO-NODES iterates over methods multiple times. #12

Closed tmccombs closed 8 years ago

tmccombs commented 9 years ago

It appears that DO-NODES will iterate over method-nodes three times at least in sbcl.

tmccombs commented 9 years ago

I think this is because sbcl expands defmethod into three eval-whens, one for each eval-when time.

eudoxia0 commented 9 years ago

Wow, nice. Maybe I should add a function that replaces old nodes when a collision is detected.