There's currently a workaround (#20) for handling the std::vector SWIG wrapper, which might override an existing wrapper from another library - specifically libdnf when using the dnf manifest plugin prototype.
In the long term, this should either be addressed on the SWIG side after providing a minimal reproducer or reconsidered for a better solution in our code.
Related: swig/swig#3054
There's currently a workaround (#20) for handling the
std::vectorSWIG wrapper, which might override an existing wrapper from another library - specificallylibdnfwhen using thednf manifestplugin prototype.In the long term, this should either be addressed on the SWIG side after providing a minimal reproducer or reconsidered for a better solution in our code.
Related: swig/swig#3054