Martin Bjorklund
Martin Bjorklund
My use case is that I have a REST callback module that handles different resources, and for some of them I can't generate an etag. In general I like the...
Great, thanks!
What happened to #1977 and the fix to this issue?
FWIW, this is not just ubuntu jammy, and not just pyang 2.5.3. You get the same problem in earlier pyang versions if you do `pyang --plugindir DIR` (i.e. w/o the...
No I'm not, but I also don't understand what the expected input and output to such a tool would be.
I'm not sure about the value. What we do is that we carefully track the changes done in modules and submodules, and then update the revision only for modules/submodules that...
See #437
See https://www.w3.org/TR/xmlschema-2/#regexs \w is defined as: `[#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (all characters except the set of "punctuation", "separator" and "other" characters) ` It seems that libxml2 classifies _ as a punctuation character (see...
Can you attach model.yang?
try `pyang -f flatten ...`