Skip to content
Snippets Groups Projects
Commit d9603d83 authored by emarsden's avatar emarsden
Browse files

Change to the compiler's error/note reporting:

   - an extra optional argument to COMPILER-NOTIFICATION makes it
     possible to pass text describing the error/note to
     *COMPILER-NOTIFICATION-FUNCTION*.

   - functions for *COMPILER-NOTIFICATION-FUNCTION* have an extra
     second argument which describes the error/note

   - modify the eval-server functionality in Hemlock in consequence

This backwards-incompatible change makes the
*COMPILER-NOTIFICATION-FUNCTION* facility considerably more useful,
since the description of the error (which was previously not passed to
the notification-function) is very useful when reporting an error.


Compile-time effect of DEFCONSTANT: instead of discarding the
documentation string, add it to the info database.
parent 90f30d51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment