[13.11] Comparing no signal in "Everything" returns true generaly
Posted: Fri Jul 29, 2016 6:21 pm
I already commented on it here but it seems to be considered "not a bug".
Still I'm sure it's a bug.
when you have no signal on a circuit any comparison with "Everything" signal returns true.
I expect to receive false, because no signal passes comparison.
Maybe check is performed this way?
Still I'm sure it's a bug.
when you have no signal on a circuit any comparison with "Everything" signal returns true.
I expect to receive false, because no signal passes comparison.
Maybe check is performed this way?
Code: Select all
output= true
for each signal on circuit
if condition is false then
output = false
exit loop
loop
return output