fix style-warnings for condition slot-accessors used in :REPORT
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Nov 2011 11:35:54 +0000 (13:35 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 09:55:19 +0000 (11:55 +0200)
commitf37fd916aae6ecbb7341c1385c7113608b7816a5
treedfddcddc0ec9fcb86b972af1fcf0de3b3fd66bce
parent741d910ca6f69a115905872ea84258baba5392c7
fix style-warnings for condition slot-accessors used in :REPORT

  Previously condition slot accessors used in :REPORT option signaled
  a style-warning under EVAL and LOAD (as source): the compiler saw
  the lambda before the accessor had been proclaimed as functions.

  Fixes lp#896379.
NEWS
src/code/condition.lisp
tests/condition.impure.lisp