It see that this issue is taking up a lot of valuable time - more than it probably deserves. I vote for just removing the warnings. If that's a bad idea, then maybe just leave them as they are for now? We do have a workaround.<br>

<br>A far more important fix is the one to restore lambda lists for local functions. We've got 30 or so temporary patches scattered around our code because of this bug, and I'm anxious to get them out of there. (I know a fix was committed for this, but we can't use it because of an additional bug it seemed to introduce, which I reported a couple of days ago).<br>

<br>Thanks,<br>Daniel<br><br><div class="gmail_quote">On Wed, Jan 26, 2011 at 3:42 AM, Alessio Stalla <span dir="ltr"><<a href="mailto:alessiostalla@gmail.com">alessiostalla@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Wed, Jan 26, 2011 at 5:04 AM, Vladimir Sedach <<a href="mailto:vsedach@gmail.com">vsedach@gmail.com</a>> wrote:<br>
> I give up. This is happening because compile-file returns "failure-p,<br>
> is false if no conditions of type error or warning (other than<br>
> style-warning) were detected by the compiler."<br>
><br>
> According to Clozure, this means style-warning exactly, and not any<br>
> subclasses. Which is completely useless, because style-warning doesn't<br>
> have any format arguments, so you have to subclass it for it to say<br>
> anything meaningful.<br>
><br>
> Anyone have any ideas on what to do? Should I just give up on trying<br>
> to use warnings and write to *debug-io* myself?<br>
<br>
</div>Just my €.02, but... to me "no conditions of type... other than<br>
style-warning" does exclude both style-warning and its subclasses,<br>
since an instance of a subclass of style-warning is of type<br>
style-warning. So I'd say you encountered a CCL bug, and using a<br>
subclass of style-warning should be fine.<br>
<font color="#888888"><br>
Alessio<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
</div></div></blockquote></div><br>