I ran our regression tests, can confirm the fix and am not seeing any new bugs.<br><br>I also just pushed a couple of minor commits that add &REST and &OPTIONAL to the PS version of DESTRUCTURING-BIND. Let me know if you don't want them in the release (or just release your last patch, 8785789).<br>

<br>Daniel<br><br><div class="gmail_quote">On Fri, Sep 18, 2009 at 12:42 PM, Vladimir Sedach <span dir="ltr"><<a href="mailto:vsedach@gmail.com">vsedach@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I just pushed a patch for this bug (it was related to how symbols were<br>
treated at the top-level and exposed some subtle bugs with how the<br>
compiler currently works - I didn't like the revelation of the latter<br>
issue). Unless there are more objections, I think I'll go ahead with a<br>
release.<br>
<font color="#888888"><br>
Vladimir<br>
</font><div><div></div><div class="h5"><br>
On Tue, Sep 15, 2009 at 11:41 AM, Daniel Gackle <<a href="mailto:danielgackle@gmail.com">danielgackle@gmail.com</a>> wrote:<br>
> The version we're using (4cc463) does this:<br>
><br>
> (ps (define-symbol-macro blah 10)<br>
>       (fn blah))<br>
><br>
> => "fn(10);"<br>
><br>
> The latest version (2471a2) does this:<br>
><br>
> (ps (define-symbol-macro blah 10)<br>
>       (fn blah))<br>
><br>
> => "fn(blah);"<br>
><br>
><br>
> On Tue, Sep 15, 2009 at 7:57 AM, Vladimir Sedach <<a href="mailto:vsedach@gmail.com">vsedach@gmail.com</a>> wrote:<br>
>><br>
>> I've added all the buggy code examples you've sent so far to the<br>
>> Parenscript test suite, which passes. Send an example of this bug, I<br>
>> think it may be a different issue.<br>
>><br>
>> Vladimir<br>
>><br>
>> On Mon, Sep 14, 2009 at 10:20 AM, Daniel Gackle <<a href="mailto:danielgackle@gmail.com">danielgackle@gmail.com</a>><br>
>> wrote:<br>
>> > I just ran our regression tests and am noticing one problem: some symbol<br>
>> > macros aren't expanding. This seems like it might be the return of a bug<br>
>> > I<br>
>> > posted about before. I don't have time to post an example at the moment<br>
>> > (I<br>
>> > can do so later), but thought I should report the issue.<br>
>> ><br>
>> > On Sun, Sep 13, 2009 at 4:23 PM, Vladimir Sedach <<a href="mailto:vsedach@gmail.com">vsedach@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hi everybody,<br>
>> >><br>
>> >> I just pushed a bunch of patches greatly improving Parenscript<br>
>> >> compilation performance, and adding the ability to print Parenscript<br>
>> >> output directly to a stream. I think it's time to make a release.<br>
>> >> Please check out the latest version from the git repository and see if<br>
>> >> everything works as expected. If there aren't any bug reports by Sept.<br>
>> >> 18, I am going to make a new release.<br>
>> >><br>
>> >> Thank you,<br>
>> >> Vladimir<br>
>> >><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>
>> ><br>
>> ><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>
>> ><br>
>> ><br>
>><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>
><br>
><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>
><br>
><br>
<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>