Wen Bo Li
Wen Bo Li
> I think this is an interesting idea :-) The challenge of overlapping with potential YANG node names is always present for names that are user-friendly. Given that this is...
Another idea inspired by someone else is to provide the schema, so ```go intf := &oc.Interfaces_Interface{} intf.YgotReflect().Schema() // returns *yang.Entry ```
So currently if there is an override whichever one the code generation found as the default value first is used.
TLDR: I will keep this feature for inline enums and remove it for typedef enums (option 2 below) ---- Actually I wasn't precise with inline enums: since grouping instances are...
I think this is reasonable to add, although I would want to wait until an integration test is added, which should be simple once #188 is merged. If that checks...
> Hi @wenovus - will you be doing a `goyang` v1.0.1 release after this patch? It would be great also to have a `ygot` release that includes this Done https://github.com/openconfig/ygot/releases/tag/v0.24.1
So I think so this is a low-priority bug. The issue occurs when the prefix after the first element is specified incorrectly, as in this test case in `TestDeviation`. Given...
See also https://github.com/openconfig/reference/issues/155
Looks like this issue is starting to pop up (#139) @LeonGWang do you have a status update on the work that might help us here?
https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#35153-poll-subscriptions > A poll subscription relates to a certain set of subscribed paths, and is initiated by sending a SubscribeRequest message with encapsulated SubscriptionList. > To retrieve data from the...