openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
905 stars 657 forks source link

pyangbind errors in openconfig-vlan-types.yang #74

Closed ktbyers closed 3 months ago

ktbyers commented 7 years ago

I get errors in the pyangbind tests on the double quoted patterns in openconfig-vlan-types.yang. For example:

https://github.com/openconfig/public/blob/master/release/models/vlan/openconfig-vlan-types.yang#L84

These patterns have a backslash escape which per this commit is now a failure (in other words, lax-quote-check now defaults to False):

https://github.com/mbj4668/pyang/commit/4c0402d6e920035ea92b6e2d183797d228787480

For more details see this pyangbind pull request: https://github.com/robshakir/pyangbind/pull/133

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.