Closed tmth-iskhakov closed 1 year ago
I'll update the tests and get it fixed. Travelling now so it might take a few days or more than a week.
Please try the "cond-eval" branch. It needs a few more tests but seems to work so far.
It works now. Thanks a lot.
Released v1.19.3 with the fix.
cond
function description says "All arguments must be array of two elements. The first element must evaluate to a boolean", but it doesn't evaluate provided expression. We can take a line fromcond_test
:and replace it with
test will fail because
not
expression will not be evaluated (can be checked in debbuger)