Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    54a629d1
    Enchanced error messages: · 54a629d1
    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.
    54a629d1
    History
    Enchanced error messages:
    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.