Actions
Bug #334
closedBool-to-int casting in function call assignments doesn't work
Start date:
08/03/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
pre-ldv
Platform:
Published in build:
Description
Currently assertion is implemented as ternary operator in our rule models. It is not a function, because of this bug.
When calling functions as func(a == b)
, BLAST fails (at yet unknown point) to properly assign a result of boolean expression to the actual parameter of the function. This leads to false positives.
Actions