Hi,
I think I found a bug in parenscript:
CL-USER> (ps (/ a (* b c))) "a / b * c;"
I believe it should return "a / (b * c);".
Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed:
CL-USER> (ps (- x (- a b))) "x - (a - b);"
Thanks!
Forgot to mention that I'm using the current parenscript version in quicklisp.
On Fri, Aug 5, 2011 at 11:08 PM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I think I found a bug in parenscript:
CL-USER> (ps (/ a (* b c))) "a / b * c;"
I believe it should return "a / (b * c);".
Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed:
CL-USER> (ps (- x (- a b))) "x - (a - b);"
Thanks!
Thanks for the bug report! I pushed it to the repository (http://common-lisp.net/project/parenscript/git/parenscript). I think Quicklisp is now tracking the repository and not the tarball releases, so this fix should make it into Quicklisp sooner rather than later (I'm not sure when to make the next tarball release).
Thank you, Vladimir
On Sat, Aug 6, 2011 at 2:08 AM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Hi, I think I found a bug in parenscript: CL-USER> (ps (/ a (* b c))) "a / b * c;" I believe it should return "a / (b * c);". Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed: CL-USER> (ps (- x (- a b))) "x - (a - b);" Thanks!
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
Thank you very much!
On Tue, Aug 9, 2011 at 7:25 PM, Vladimir Sedach vsedach@gmail.com wrote:
Thanks for the bug report! I pushed it to the repository (http://common-lisp.net/project/parenscript/git/parenscript). I think Quicklisp is now tracking the repository and not the tarball releases, so this fix should make it into Quicklisp sooner rather than later (I'm not sure when to make the next tarball release).
Thank you, Vladimir
On Sat, Aug 6, 2011 at 2:08 AM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Hi, I think I found a bug in parenscript: CL-USER> (ps (/ a (* b c))) "a / b * c;" I believe it should return "a / (b * c);". Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed: CL-USER> (ps (- x (- a b))) "x - (a - b);" Thanks!
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
I just updated a quicklisp distribution and saw that QL actually tracks Parenscript releases, so the information I gave was wrong. I'll have to make a new release in a few months.
Vladimir
On Tue, Aug 9, 2011 at 11:57 PM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Thank you very much!
On Tue, Aug 9, 2011 at 7:25 PM, Vladimir Sedach vsedach@gmail.com wrote:
Thanks for the bug report! I pushed it to the repository (http://common-lisp.net/project/parenscript/git/parenscript). I think Quicklisp is now tracking the repository and not the tarball releases, so this fix should make it into Quicklisp sooner rather than later (I'm not sure when to make the next tarball release).
Thank you, Vladimir
On Sat, Aug 6, 2011 at 2:08 AM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Hi, I think I found a bug in parenscript: CL-USER> (ps (/ a (* b c))) "a / b * c;" I believe it should return "a / (b * c);". Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed: CL-USER> (ps (- x (- a b))) "x - (a - b);" Thanks!
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel@common-lisp.net