Martin Bjorklund

Results 94 comments of Martin Bjorklund

I'll leave the issue open for now. It would be good to fix this issue.

I don't think that this is the right fix. Note that you can pass --depend-ignore-module ModName to ignore some modules. However, the code shouldn't crash; in this case it should...

Yes, this is a known problem. As a workaround, use YANG 1 style include even in 1.1 modules.

Well, in some sense they are "legal", but having if-feature on a key makes the resulting module not really useable - the list has a key according to the "key"...

There are also some plugins in `pyang/plugins`.

Hmm, I don't think is an accurate description on what's going on. pyang validates the leafref before applying deviations. Consider this version of the module: ```yang module a { namespace...

It was never the intention that deviations would be used in this way. But setting that aside for a moment, the proposed fix is not correct, since it rejects the...