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

lang: funcs: core: fmt: Add variant verb for printf #675

Closed purpleidea closed 2 years ago

purpleidea commented 2 years ago

There's no reason we can't support a %v variant verb. Of course it makes type unification more difficult, and certain uses of this will produce unsolvable situations, but it's useful for debugging, and fun to have.

purpleidea commented 2 years ago

/cc @frebib =D