Fred Gan
Fred Gan
Hi, If you want to write a plugin, please refer to [`pyangbind`](https://github.com/robshakir/pyangbind), which is a pyang plugin.
Hi Rafal @rszwedowski You said that `pyang parses models without any warnings`, But I checked your model like below: ```yang module a { namespace "urn:a"; prefix a; extension some-ext {...
Hi @SlavomirMazurPantheon , I wanted to reproduce the errors with the example you attached, but `_parse_features_string(feature_name)` on line 68 was not defined. Can you tell me where is the implementation...
The same as #687 BTW: Curious about whether you are dealing the same problem or in the same company with @mdoshi-com
Hi @eericso I try to reproduce your case using the following examples. `pyang a.yang` However, no warning reported like yours. Would you mind looking at these yang files whether they...
Hi Daniel @eericso , Unfortunately, I don't get the warning. BTW, which version are you using?
Hi @nemethf I agree with that they should not be ignored. But it's hard to judge because that differs in different project.
Seems like the issue #781
For the "Fix invalid regular expression on Windows" part, I fixed it by `re.escape(os.sep)`
@ahuangfeng Hi, I submitted a PR #849 to fix this crash, Please look at it, if OK, I'll merge it.