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