DEFINE-METHOD-COMBINATION bugs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Released
|
Medium
|
Unassigned |
Bug Description
(reported by Bruno Haible via the clisp test suite)
a. Syntax checking laxity (should produce errors):
i. (define-
ii. (define-
iii. (define-
iv. (define-
v. (define-
vi. (define-
vii. (define-
viii. (define-
ix. (define-
x. (define-
b. define-
i. &aux args are currently unsupported;
ii. default values of &optional and &key arguments are ignored;
iii. supplied-p variables for &optional and &key arguments are not
bound.
c. (fixed in sbcl-0.9.15.15)
Changed in sbcl: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in sbcl: | |
status: | Confirmed → Fix Committed |
Changed in sbcl: | |
status: | Fix Committed → Fix Released |