Closed gcodetechnology closed 3 years ago
Totally right. And I can't even blame the OR'ing of an empty array for this. There's actually another bug on that screenshot: an empty string in the key input coupled with an invalid (just destroyed) dependency, might result in found=true. Not very likely, I know, but still possible.
Solution should therefore filter for both empty array of dependencies and for empty key input.
Thanks Eric!
Here are the proposed fixes that will be available in the 1.4.0 branch until released.
Done. In feature/stable140 branch until released
Description SMO dependency is reported to be found even when none exist.
To Reproduce Use FindDependency(byKey).vi on any SMO subsystem that has no dependencies.
Expected behavior The "Found?" output of the function should return False.