-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Merged by Bors] - can get the settings of a plugin from the app #6372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc improvements for you, then LGTM. I'm excited to see plugins turn into a fully powered feature.
Also you need to fix clippy :P
Next step would be to actually make every plugin check if all it's dependencies are satisfied. That way developers would get a sensible error when they add plugins in the wrong order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
# Objective - Make the settings of plugins readable during app building ## Solution - Added a vector of added plugins to the app. Their settings can be accessed as read only
# Objective - Make the settings of plugins readable during app building ## Solution - Added a vector of added plugins to the app. Their settings can be accessed as read only
# Objective - Make the settings of plugins readable during app building ## Solution - Added a vector of added plugins to the app. Their settings can be accessed as read only
Objective
Solution