[Openmcl-devel] CVS Slime on CVS OpenMCL
Gary Byers
gb at clozure.com
Thu Oct 11 14:01:39 PDT 2007
It's apparently trying to report a stream error on a LISTENER-SOCKET,
which isn't exactly a stream (it's just something that listens for/
accepts connections.)
CCL::STREAM-SURROUNDING-CHARACTERS tries to provide a few characters
of surrounding context (buffered data) when reporting a STREAM-ERROR.
Since there isn't really any buffered data being transferred here,
defining:
(defmethod ccl::stream-error-context ((socket openmcl-socket:listener-socket))
"")
would probably at least let you see what the real error is.
On Thu, 11 Oct 2007, Hans Hübner wrote:
> Hi,
>
> when starting to start CVS Slime with CVS OpenMCL (of today), I
> receive the following error:
>
> ; While executing: SWANK-BACKEND::WARN-UNIMPLEMENTED-INTERFACES, in
> process listener(1).
>> Error: No applicable method for args:
>> (#<CCL::LISTENER-SOCKET #x300040F2742D>)
>> to #<STANDARD-GENERIC-FUNCTION CCL::STREAM-SURROUNDING-CHARACTERS #x30004025B7FF>
>> While executing: #<CCL::STANDARD-KERNEL-METHOD NO-APPLICABLE-METHOD (T)>, in process listener(1).
>
> Is there a fix for this?
>
> Thanks,
> Hans
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>
More information about the Openmcl-devel
mailing list