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
This affects both command execution as well as tab completion. The root cause is that "a lot of stuff", including parsing of actual values, requires libyang::types::Union::types() to behave reasonably, but that function tries to be too smart when resolving parsed type info in YANG-level unions.
This affects both command execution as well as tab completion. The root cause is that "a lot of stuff", including parsing of actual values, requires
libyang::types::Union::types()
to behave reasonably, but that function tries to be too smart when resolving parsed type info in YANG-level unions.Discovered by @ares1025.
The text was updated successfully, but these errors were encountered: