Wen Bo Li

Results 166 comments of Wen Bo Li

Sorry missed this issue. Suggested this PR to cover your use case: https://github.com/openconfig/goyang/pull/260#pullrequestreview-1718558908

@robshakir for any comments before merge. The coverage decreased because the the debugging statements inside the if statements are not covered. Since these are debugging statements I'm ok with them...

Incoporated in https://github.com/openconfig/ygot/pull/904

> @wenovus -- is this request dead at this point? I don't see that we concluded that we needed a change, and it looks like we didn't get asked again?...

@robshakir to make sure you received the ping on the previous comment.

The flag `-ignore_unsupported` can be used to ignore unsupported nodes such as notifications and anyxml.

Extremely late post here, but there is now a ytypes.UnmarshalNotifications function for this.

A TODO comment: https://github.com/openconfig/ygot/blob/master/ytypes/node.go#L508-L511 There is also currently a unit test for it that has a TODO.

I hope to take a look next month. Does that work for you?