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

folio-stream is not a stream? #15

Closed
tgbugs opened this issue Mar 30, 2021 · 1 comment
Closed

folio-stream is not a stream? #15

tgbugs opened this issue Mar 30, 2021 · 1 comment

Comments

@tgbugs
Copy link

tgbugs commented Mar 30, 2021

When trying to type in the buffer I encountered an error

The value
  #<CLIMACS-SYNTAX-COMMON-LISP:ANALYZER {101E978973}>
is not of type
  STREAM
   [Condition of type TYPE-ERROR]

This is fixed by changing the definition of fiolio-stream to (defclass folio-stream (stream) here

(defclass folio-stream ()
.

@robert-strandh
Copy link
Owner

Yes, thank you. This problem is due to a recent change in SBCL. It didn't use to be the
case that this superclass was needed. Now, I think there is work in progress on this
code, so I'll check whether that work includes this change first, so as to avoid messing
with it.

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

2 participants