0.9.5.45: COMPUTE-RESTARTS with :TEST & no condition
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 12 Oct 2005 11:11:56 +0000 (11:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 12 Oct 2005 11:11:56 +0000 (11:11 +0000)
commit0af996ffd49f08b71ba071c6d69dd2b465b4202f
treecea301ed8b544c68e87db9ffb0ad7e94a1dfe776
parentaede5ac0bbafc2ec5ef5044a51e47a9e10963d54
0.9.5.45: COMPUTE-RESTARTS with :TEST & no condition
 * COMPUTE-RESTARTS should return all restarts, even those with a test-function,
   when invoked without a condition. (RESTART-BIND describes test-function as
   accepting a condition, so we can't legally pass NIL in anyways -- the sane
   alternative seems to be to skip this filtering when computing restarts without the
   condition.)

   Reported by Helmut Eller for CMUCL.
NEWS
src/code/target-error.lisp
tests/condition.impure.lisp
version.lisp-expr