[Lispweb] small issue in get-multipart-header

Gábor Melis mega at hotpop.com
Mon Feb 20 11:45:04 CST 2006


On Monday 20 February 2006 13:40, Kamen TOMOV wrote:
> Hi,
>
> (handler-case (get-multipart-header req)
> 	      (t () nil))
>
> When evaluating I get:
>
> ; In: LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL. REQ)
>
> ;   (KERNEL:FLOAT-WAIT)
> ; Note: Deleting unreachable code.
> ;
>
> ; Compilation unit finished.
> ;   2 notes
>
> However, at runtime the error is handled properly. Is that correct
> behaviour?

You get the code deletion note for float-wait even for (handler-case t 
(t ())). It's normal on sbcl/x86.

>
> Thank you.

Cheers, Gábor



More information about the lispweb mailing list