iets3.opensource
iets3.opensource copied to clipboard
Nix semantics are inconsistent for logical operators
The test case logicalgroups
documents the behavior of the logical operators &&
and ||
(node url).
Looking at the test conditionalAnding
(picture below), I would expect nix && true
to return empty
too, but this is not the case.
The same issue can be seen for ||
:
Further, looking at the nix
testcase that documents the behavior of the other logical operators given nix values (node url) I would expect the testcase conditionalAnding
to be
but this does not pass the tests.
@HeikoBecker can this ticket be closed or were all changes reverted?
All changes were reverted. This ticket is still relevant.