Fred Gan
Fred Gan
Hi, Pyang will search the imported modules in the current path where the parsing module in by default; But if the imported module is in the other paths, you can...
Hi, no, there's no such a way to provide the dependency tree. I'd like to know what's your usage scenario. As much as I know, all the dependency for a...
Hi, It's a known issue since `xpath` parser added. XPath parser was added in 1755bf1c7fb273bb3083dbc77d1705065a1c0dec a bit earlier than version 2.0
Hi rangao @rangao2 Can you explain more? I don't really catch your point. As is described in Chapter10 in RFC6020 or Chapter11 in RFC7950, > For any published change, a...
Hi rangao, From the description of RFC7950 as i understood, the answers are No Best regards Fred Sent by my iPhone. ------------------ Original ------------------ From: rangao2
Sorry, I don't understand.
Hi Veronica, @vvelciu Sorry I am not skilled to sid. The latest sid specification is still a draft: https://tools.ietf.org/html/draft-ietf-core-sid-14#page-13 But I read the specification, there is nothing mentioned about `grouping`....
Hi @sardobi You are right. Pyang just accepts a grammar tree. So pyang is not able to deal the statements outside the grammar tree. I pushed a PR to ignore...
Hi @wlupton Yes, the comments outside the module would be ignored. It's a simple solution to resolve the error but not a thorough solution. In fact, I thought of your...
Sorry, currently, there's no option to print the original data type.