Skip to content

"SET-DISPATCH-MACRO-CHARACTER would modify the standard readtable." on SBCL 2.0.8 #12

Closed
@svetlyak40wt

Description

@svetlyak40wt

I constantly get this error when loading :poftheday system (https://github.com/40ants/lisp-project-of-the-day).

The problem is in this method:

(defmethod asdf/system:find-system :around (name &optional (error-p t))
  (literate-lisp:with-literate-syntax
    (call-next-method)))

I see that with-literate-syntax macro copies *readtable* only for Allegro:

(*readtable* #-allegro *readtable* #+allegro(copy-readtable nil)

Why it modifies existing readtable for all other lisps?

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