mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
SLOT-BOUNDP returned extra values in error conditions
This commit is contained in:
parent
1306759d45
commit
e90b2f1212
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@
|
|||
(let ((location (gethash slot-name location-table nil)))
|
||||
(if location
|
||||
(si:sl-boundp (standard-instance-get self location))
|
||||
(slot-missing class self slot-name 'SLOT-VALUE)))
|
||||
(values (slot-missing class self slot-name 'SLOT-BOUNDP))))
|
||||
(let ((slotd (find slot-name (class-slots class) :key #'slot-definition-name)))
|
||||
(if slotd
|
||||
(slot-boundp-using-class class self slotd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue