mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 342 forks source link

Sid item status #845

Closed mcr closed 1 year ago

mcr commented 1 year ago
  1. added new item attribute "status", which may be "unstable" or a module_revision.
  2. When --sid-finalize is set, then write all items that are "unstable" out with a provide module_revision.

More and more, perhaps "unstable" should be "provisional"

mcr commented 1 year ago

Implements: https://github.com/core-wg/yang-cbor/pull/141