Closed fortunac closed 3 years ago
We were unable to load both bildb and wp because of name clashes with the plugin modules. To remedy this, we should prefix the name of the plugin to the module.
bildb
wp
wp/plugin/lib/utils.ml
wp/plugin/lib/wp_utils.ml
bildb/lib/utils.ml
bildb/lib/bildb_utils.ml
We were unable to load both
bildb
andwp
because of name clashes with the plugin modules. To remedy this, we should prefix the name of the plugin to the module.wp/plugin/lib/utils.ml
->wp/plugin/lib/wp_utils.ml
bildb/lib/utils.ml
->bildb/lib/bildb_utils.ml