Skip to content

Implement PluginManager#29

Open
taminob wants to merge 1 commit intomainfrom
feature/implement-plugin-manager
Open

Implement PluginManager#29
taminob wants to merge 1 commit intomainfrom
feature/implement-plugin-manager

Conversation

@taminob
Copy link
Copy Markdown
Owner

@taminob taminob commented Apr 26, 2026

Although the class already existed, it was almost empty and did not serve any purpose.

This PR aims to properly implement it for plugin management with the following features:

  • keep references to loaded shared libraries to avoid undefined behavior in C and C++ plugins
  • allow auto-reload of plugins when the files are changed on disk (tracked using time of last write)

@taminob taminob self-assigned this Apr 26, 2026
@taminob taminob added the enhancement New feature or request label Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant