Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reloads plugins if modified #25865

Merged
merged 1 commit into from
Jan 22, 2025
Merged

feat: reloads plugins if modified #25865

merged 1 commit into from
Jan 22, 2025

Conversation

pauldix
Copy link
Member

@pauldix pauldix commented Jan 19, 2025

This updates plugins so that they will reload the code if the local file is modified. Github pugins continue to be loaded only once when they are initially created or loaded on startup.

This will make iterating on plugin development locally much easier.

Closes #25863

Leaving this in draft until #25864 gets merged in as this builds on top of that.

This updates plugins so that they will reload the code if the local file is modified. Github pugins continue to be loaded only once when they are initially created or loaded on startup.

This will make iterating on plugin development locally much easier.

Closes #25863
@pauldix pauldix force-pushed the pd/reload-plugin-on-modify branch from 96c5614 to 6727466 Compare January 22, 2025 04:24
@pauldix pauldix marked this pull request as ready for review January 22, 2025 04:24
@pauldix pauldix merged commit f3efa35 into main Jan 22, 2025
13 checks passed
@pauldix pauldix deleted the pd/reload-plugin-on-modify branch January 22, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add plugin reloading for development
2 participants