[parenscript-devel] Bug: array referencing doesn't work on conditional expression
21 Aug
2008
21 Aug
'08
3:48 a.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
7: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
9: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
5927
Age (days ago)
6012
Last active (days ago)
2 comments
2 participants
participants (2)
-
Daniel Gackle
-
Travis Cross