DEFINE-CONDITION: no error on too many option args
Bug #2093339 reported by
Michał "phoe" Herda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
New
|
Undecided
|
Unassigned |
Bug Description
(define-condition foo () () (:documentation "a" :b :c))
(define-condition bar () () (:report "bar" :c :d :e))
These don't conform and should probably signal an error.
To post a comment you must log in.