Closed nrybowski closed 7 months ago
@nrybowski Thanks for reporting this problem. The commit you mentioned indeed introduced that regression. It should be fixed on the master branch now. Thanks again!
@rwestphal I confirm that the issue is solved on master, thanks for your fast reaction!
Hi! I'm currently playing around with Holo to add new features. Until now, I developed from ad9d2cf77ebb11159928242f1ffe09465cfaa384 with success but I faced an annoying issue while rebasing my commits on top of 663b2689f52c56c6a5c88fb2122831f0e33dda61. It seems that none of the YANG callback operations are detected while loading a simple OSPF configuration:
I tested 663b2689f52c56c6a5c88fb2122831f0e33dda61 without my commits and the same issue appears. It seems that 4403662d814abccc1f5755ae59206ebf905c12ac introduced this behavior, 12d69e931c4f6b4f2f4a373e0008eb88243ccaec being still functional.
Here is my
rustc
version:and I'm compiling with the nightly toolchain in debug mode.
Did I miss something?