Skip to content
Snippets Groups Projects
  1. Oct 14, 1990
  2. Oct 12, 1990
    • ram's avatar
      Exported misc error printing control variables. · c06d1328
      ram authored
      Added SUBSTITUTE-LEAF-IF.
      Changed *defmumble-take-car-forms* to *source-context- and made it use
      on all source context forms so that we can squelch (function (lambda....)
      Added FILE-NAME, FILE-POSITION and ORIGNAL-SOURCE-PATH slots to the
      COMPILER-ERROR-CONTEXT.
      Added hemlock compiler notification hooks.
      Changed *error-print-level* and *error-print-length* to go out to
      *print-level* and *print-length* when they are NIL.
      Added printing of the source file in PRINT-ERROR-MESSAGE.
      c06d1328
  3. Oct 05, 1990
  4. Aug 16, 1990
  5. Jul 23, 1990
  6. Jun 20, 1990
  7. Jun 18, 1990
  8. Jun 17, 1990
    • wlott's avatar
      typo. · 50245b95
      wlott authored
      50245b95
  9. Jun 16, 1990
  10. May 30, 1990
  11. May 29, 1990
  12. May 24, 1990
  13. May 17, 1990
  14. May 16, 1990
    • ram's avatar
      Tweaked error message format a bit. · 7a10c2a6
      ram authored
      Added REOPTIMIZE-LAMBDA-VAR and made DELETE-REF call it when we delete
      the second-to-last reference to a LAMBDA-VAR.
      7a10c2a6
  15. May 12, 1990
    • ram's avatar
      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
    • ram's avatar
      e0d6c04d
  16. Apr 27, 1990
  17. Apr 16, 1990
    • ram's avatar
      Merged non-descriptor changes: ir1util.lisp · 40f94b03
      ram authored
       revision 1.7.1.2
       date: 90/04/13 12:17:09;  author: ram;  state: Exp;  lines added/del: 33/12
       Added hack to DELETE-RETURN to inhibit blowing away of tail-sets when
       we delete TR returns.
       Fixed up undefined reference stuff a bit, and added NOTE-NAME-DEFINED.
       ----------------------------
       revision 1.7.1.1
       date: 90/03/27 12:17:26;  author: ram;  state: Exp;  lines added/del: 40/0
       Generalized the undefined function warning stuff so that it could be used
       for undefined type warnings as well.  Moved stuff from ir1tran to ir1util,
       defining the new NOTE-UNDEFINED-REFERENCE function.
      40f94b03
  18. Mar 05, 1990
  19. Mar 02, 1990
  20. Feb 19, 1990
  21. Feb 15, 1990
  22. Feb 06, 1990
Loading