Skip to content

topic: return our special executor classes for each instance

It looks like globally patching classes once when the extension is being initialized is not a great idea, because people might use other extensions that get initialized earlier than topic or only for certain repos. Replacing global executor classes is less safe than wrapping certain functions that should return newly instantiated objects of said classes, so let's do that instead.

Merge request reports