Closed davidmat50 closed 1 year ago
fixed
I observe that the issue is only fixed partially. In the description, there were files basic_config1.yang and basic_config2.yang the panic issue for basic_config1.yang is solved. But panic still happens for basic_config2.yang
one more concern (not related to isuue mentioned in ticket) : usually when i execute 'go get -u github.com/freeconf/yang' , the latest version image is expected to get downlaoded. But it is not happening now. It used to happen before. Now , i always end up in pull using the commit number if i need to fetch the image with fix. eg: go get -u github.com/freeconf/yang@0ba64e6 Can you make it in such a way that 'go get -u github.com/freeconf/yang' fethces the latest image from master.
i have created https://github.com/freeconf/yang/issues/83 for the 2nd part
Panic happens when the field 'config : true' is added.
File used: basic_config1.yang
file2 : basic_config2.yang