Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
If source context is a node, we record the source for it's DEST (if any) as enclosing-source, along with a string describing how the value is used. This enclosing source info is printed when it seems useful. Also, TREE-EQUAL is used instead of EQUAL so that we won't lose on circular forms, we correctly handle NIL source forms, and we print more blank lines to separate consequtive error messages.
ram authoredIf source context is a node, we record the source for it's DEST (if any) as enclosing-source, along with a string describing how the value is used. This enclosing source info is printed when it seems useful. Also, TREE-EQUAL is used instead of EQUAL so that we won't lose on circular forms, we correctly handle NIL source forms, and we print more blank lines to separate consequtive error messages.