[parenscript-devel] Bug: array referencing doesn't work on conditional expression
Travis Cross
tc at travislists.com
Fri Nov 14 21:22:00 UTC 2008
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
More information about the parenscript-devel
mailing list