[parenscript-devel] bug with in operator

7 May
2008
7 May
'08
9:11 p.m.
SBCL 1.0.12 CL-USER> (require :parenscript) NIL CL-USER> (ps:ps (in p o)) "p IN o;" CL-USER> "in" should be lower case. I tried both the tar version parenscript-20071104 and the latest version at http://common-lisp.net/project/parenscript/repository/parenscript/ andy peterson

12 May
12 May
8:30 a.m.
Andrew Peterson wrote:
SBCL 1.0.12 CL-USER> (require :parenscript) NIL CL-USER> (ps:ps (in p o)) "p IN o;" CL-USER>
"in" should be lower case.
I tried both the tar version parenscript-20071104 and the latest version at http://common-lisp.net/project/parenscript/repository/parenscript/
Thanks for the report. I pushed a fix for this and a new unit test to the repository. Cheers, -- Travis
6148
Age (days ago)
6153
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Peterson
-
Travis Cross