j
k
j a
j l
Daniel Gackle wrote:
(ps (aref (if a b c) 0)) => "a ? b : c[0];" instead of the correct "(a ? b : c)[0]"
(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
Back to the thread
Back to the list