Conversation
|
i'm 'with the program' on moving call overrider to fnext, short of getting rid of it altogether. i do think that we should probably avoid adding the .so plugin stuff however and just have the package using the call overrider bake it in at compile time like all the other plugins in fnext - i appreciate trying it out, it's something we've been curious about for a while, but there is not strong buy in from what i can tell at this time anyway (we could have a wider discussion, of course...) and we'd need deployment tools to manage that among other things. |
|
I would also prefer to see |
it's early, but that sounds like a great idea to me |
Preliminary support for dynamically loadable extensions. Doesn't (yet) include ability to specify loading them at runtime.
Uses golang "plugins" to load plugins from shared libraries
Good question... I've verified it myself using my extensions but maybe we should have some automated tests with dummy plugins.
Add support for dynamically loading extensions