[Bug-openmcl] Inspector bug in 0.14.2

Gary Byers gb at clozure.com
Sun Jul 4 18:35:52 MDT 2004


Thanks.  This was actually reported a while ago; the fix has been in
CVS since then.

On Sun, 4 Jul 2004, Robert M. Lefkowitz wrote:

>
> In the file   lib/describe.lisp
>
> the method  ui-interact   provides a prompt-function argument which is
> a lambda that takes 0 arguments.   The read-loop (in
> level-1/readloop-lds.lisp) expects a function that takes 1 argument.
> As a result   (inspect 'stuff)  doesn't work properly from the command
> line.
>
> The quick patch is to change the prompt-function argument on line 2038
> in lib/describe.lisp  from:
>
> 	:prompt-function #'(lambda ()
>
> to
>
> 	:prompt-function #'(lambda (stream) (declare (ignore stream))
>
>
>
> _______________________________________________
> Bug-openmcl mailing list
> Bug-openmcl at clozure.com
> http://clozure.com/mailman/listinfo/bug-openmcl
>
>


More information about the Bug-openmcl mailing list