<div class="gmail_quote">On Fri, Sep 2, 2011 at 12:33 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello again,<br>
<br>
I have a file which when compiling the compiler often complains about<br>
the '(UNSIGNED-BYTE 8) type being unknown.  Interestingly, when I<br>
recompile the same file just afterwards, this no longer occurs.<br>
<br>
<br>
;;; Compiling (DEFUN URL-DECODE ...).<br>
;;; Note:<br>
;;;   in file test-httpd.lisp, position 14553<br>
;;;   at (DEFUN URL-DECODE ...)<br>
;;;   Unknown type '(UNSIGNED-BYTE 8). Assuming it is T.</blockquote></div><div><br></div>Probably the message is not too explanatory because of the pretty printer but what it means is that (QUOTE (UNSIGNED-BYTE 8)) is not a valid type specifier, as you already found out.<div>

<br></div><div>As for the reason why this is only seen once on every session is because ECL now caches some functions, such as the type comparisons. One of them is used in the type propagation and type checking code and the cache is preserved among compilation sessions. I should fix this.</div>

<div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>