Warning messages from
cl:compile
and
cl:compile-file
now go to the stream that is the value of
cl:*error-output*
. This is consistent with the passed X3J13 cleanup issue COMPILER-WARNING-STREAM and also matches some other Common Lisp implementations. In previous LispWorks releases, such messages were written to
cl:*standard-output*
.