David Wragg wrote:
> In sbcl-0.8.14,
>
> (defgeneric genfoo (s))
> (defmethod genfoo ((*error-output* stream))
> (write-sequence "Hello, world!" *error-output*))
>
> gives the error
>
> Lock on package COMMON-LISP violated when declaring the type of
> *ERROR-OUTPUT*.
Fixed in 0.8.15.15.
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious."
Lispnik: "Buddha is big, has hairy armpits, and laughs."
|