Move the dependecy regex instance to the manager instance
Review Request #2985 — Created Feb. 28, 2024 and submitted — Latest diff uploaded
We used to do this as a global to save a tiny amount of memory, but this is problematic when don't call gplugin_manager_init which is private. I ran across this as I'm porting the unit tests to stop using the default manager and instead create an instance to help their reproducibility.
Ran with the turtles.