Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad definition of describe-object #79

Open
Yehouda opened this issue Dec 9, 2024 · 0 comments
Open

bad definition of describe-object #79

Yehouda opened this issue Dec 9, 2024 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented Dec 9, 2024

(defmethod describe-object :around ((object symbol) stream)

This definition of describe-object specializes only on common lisp symbols, so will clash with any similar definition in any other library. It is therefore bad code.

LispWorks signals an error for such definition,

I don't think there is an easy way to do what it tries to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant