freeconf / yang

Standards-based management for Golang microservices
Apache License 2.0
38 stars 15 forks source link

Instead of switching over to module typedefs when appropriate, recurs… #108

Open HRogge opened 6 months ago

HRogge commented 6 months ago

Issue #50 added a switch to typedef search from the "GeneralParent" to the Module Typedef. In some cases the GeneralParent can still contain typedefs that the modules does not have. So we should search both options instead of one of them.

dhubler commented 6 months ago

Can you add bare minimal yang files(s) to parser/testdata/typedef/ that exhibit the error?

HRogge commented 6 months ago

I will try next week, its a very complicated/nested module definition.