[parenscript-devel] Bug: array referencing doesn't work on conditional expression

20 Aug
2008
20 Aug
'08
10:48 p.m.
(ps (aref (if a b c) 0)) => "a ? b : c[0];" instead of the correct "(a ? b : c)[0]" Daniel

22 Aug
22 Aug
2:08 a.m.
New subject: [parenscript-devel] Bug: array referencing doesn't work on conditional expression
Daniel Gackle wrote:
(ps (aref (if a b c) 0))
=> "a ? b : c[0];"
instead of the correct "(a ? b : c)[0]"
Thanks for the bug report. I have a fix ready, but I want to patch some related bugs before I push the change. Cheers, -- Travis

14 Nov
14 Nov
3:22 p.m.
New subject: [parenscript-devel] Bug: array referencing doesn't work on conditional expression
Travis Cross wrote:
Daniel Gackle wrote:
(ps (aref (if a b c) 0))
=> "a ? b : c[0];"
instead of the correct "(a ? b : c)[0]"
Thanks for the bug report. I have a fix ready, but I want to patch some related bugs before I push the change.
This bug has been fixed in the git repository. Thanks again for the report. Cheers, -- Travis
6177
Age (days ago)
6262
Last active (days ago)
2 comments
2 participants
participants (2)
-
Daniel Gackle
-
Travis Cross