Skip to content

bad definition of describe-object #79

@Yehouda

Description

@Yehouda

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions