purpleidea / mgmt

Next generation distributed, event-driven, parallel config management!
https://purpleidea.com/tags/mgmtconfig/
GNU General Public License v3.0
3.58k stars 311 forks source link

last few MergedGraph() implementations #703

Closed gelisam closed 1 year ago

gelisam commented 1 year ago

Building on top of #701.

This implements MergedGraph() for ExprCall, ExprFunc, and ExprVar.

purpleidea commented 1 year ago

Sweet! I'm making good progress on the new engine. The race detector helped me find some races today and I think I got those fixed. One last API addition to the new engine library, and then I can port it in and maybe we can put all of this together!

gelisam commented 1 year ago

This PR has now been incorporated into #704. Closing.