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

remove dynamic plugins #313

Merged
merged 5 commits into from
Apr 4, 2017
Merged

remove dynamic plugins #313

merged 5 commits into from
Apr 4, 2017

Conversation

MiguelCastillo
Copy link
Owner

@MiguelCastillo MiguelCastillo commented Apr 4, 2017

This PR removes dynamic loading of plugin handlers. This is primarily to just simplify the code base and the workflow for working with bit-loader. The preferred approach is to passed in plugins with all handler functions eagerly configured. This means that bit-imports is affected in that it will no longer be able to dynamically load plugin handlers. The approach moving forward will be to bundle bit-imports configuration to eagerly load plugins and package the whole thing together as a runtime.

@MiguelCastillo MiguelCastillo merged commit 0b7abc7 into master Apr 4, 2017
@MiguelCastillo MiguelCastillo changed the title Dynamic plugins remove dynamic plugins Apr 4, 2017
@MiguelCastillo MiguelCastillo deleted the dynamic-plugins branch April 4, 2017 13: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.

None yet

1 participant