Brad House
Brad House
@prsunny I see you merge a lot of PRs, I'd really like to see this in the next SONiC stable release branch... it would mean I wouldn't have to continue...
I'm replacing this PR with #3383
@VladimirKuk can you look at my modifications in #3383 to verify it looks right and comment there?
I don't see how this could be python-specific, since the bindings on these functions are pretty minimal. I've got to imagine its in the C libyang itself, that said, I...
Yeah, my issue I'm pretty sure is different. Finishing up porting the last SONiC module to libyang3 (GOlang using `cgo`, yuck) ... then I'll loop back around on providing a...
Ok, I finally had time to write a test case. I haven't had a chance to try to mess with the yang to minimize it at all, I just took...
@michalvasko now that I've provided a test case to reproduce, at least please remove the status:invalid tag :)
I'm honestly not sure why the original author wrote the tests with that xpath, I agree it is odd : https://github.com/sonic-net/sonic-buildimage/blob/master/src/sonic-yang-models/tests/yang_model_tests/tests/device_metadata.json looks like in libyang1 it would print all siblings...
thanks for the report, I'll take a look at it. Interesting its not showing up in our CI autobuilds across various linux distributions.
I looked into this and I think this may be something wrong with when you ran configure or cmake. If HAVE_ERRNO_H gets defined, ares_setup.h includes errno.h. ares_setup.h is included as...