Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
1755 commits behind the upstream repository.
Raymond Toy's avatar
Raymond Toy authored
Give a better error message when using T clause in case

error.lisp:
o Add new invalid-case condition to handle errors from case
  expressions.

macros.lisp:
o Use new invalid-case condition to signal the invalid usage of T in
  CASE expressions.
o Replace old message with better, more informative, message. Include
  xref to ANSI CL spec.

exports.lisp:
o Export INVALID-CASE from KERNEL package.
e791b596
History
Name Last commit Last update
bin
src
tests
.gitignore
BUILDING