-
Notifications
You must be signed in to change notification settings - Fork 3
Add static plugin initializer, add tree builder and tree node builder #10
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
base: main
Are you sure you want to change the base?
Add static plugin initializer, add tree builder and tree node builder #10
Conversation
|
I'll get these resolved here shortly. Just wanted to get my code pushed. |
Attempted fix for blob issue.
This reverts commit c52663d.
|
@Nihlus Can you look into why the build is failing? It seems to be a pipeline issue. |
|
I might not be Nihlus, but the reason for the CI failure is quite simple. |
|
Thanks Maze. I'll push an empty commit to kick off the checks again. |
Fixes #9
Fixes #2
Fixes #8
Adds a couple builder types which was necessary for caching the plugins before initializing them.
Additionally, the plugin service now no longer requires an
Option<PluginServiceOptions>(#2) and allows multiple plugins per assembly (#8). Currently it just adds all of the plugins from the assembly that match the provided predicate.