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

WIP: Enables definition of default plugins #799

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noseglasses
Copy link
Collaborator

@noseglasses noseglasses commented Jan 16, 2020

This requires #800 to work.

Default plugins are those that are automatically added to the list
of plugins considered by KALEIDOSCOPE_INIT_PLUGINS(...).

They can either be defined to precede or trail the list defined by
KALEIDOSCOPE_INIT_PLUGINS(...).

This commit adds the necessary infrastructure but does not add any
default plugins by itself.

Signed-off-by: Florian Fleissner florian.fleissner@inpartik.de

Default plugins are those that are automatically added to the list
of plugins considered by KALEIDOSCOPE_INIT_PLUGINS(...).

They can either be defined to precede or trail the list defined by
KALEIDOSCOPE_INIT_PLUGINS(...).

This commit adds the necessary infrastructure but does not add any
default plugins by itself.

Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
@noseglasses noseglasses changed the title Enables definition of default plugins WIP: Enables definition of default plugins Jan 16, 2020
@algernon
Copy link
Contributor

I feel a bit torn on this. On one hand, a list of mandatory plugins can be useful in certain cases - and that's where I'm torn: in certain cases. On a per-device basis, I'd see use for it. If it's global, then nope, we should not do that.

What use-case did you have in mind for this feature?

@algernon
Copy link
Contributor

Aha, #801. I'll go and look there, before commenting on this further.

@obra obra marked this pull request as draft December 21, 2020 21:47
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.

2 participants