You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`find_matching_descendent_device` return type is `std::optional`,
meaning it does not need to return a match if none is found. The calling
code anticipates this. But the assert here precludes that path.
Removing.
This is causing a bug on one of our big systems so we need the fix. But
I'm not sure if a test needs to be added nor how to write such, as we
don't see this problem on the lab or CI systems.
0 commit comments