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

Allow experimental features to be toggled individually #687

Open
brunoapimentel opened this issue Oct 17, 2024 · 0 comments
Open

Allow experimental features to be toggled individually #687

brunoapimentel opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brunoapimentel
Copy link
Contributor

Currently, Cachi2 allows the user to specify the dev-package-managers flag to enable the usage of experimental package managers. This, however, brings the problem that all experimental package managers are enabled when this flag is set, which might confuse users into thinking a specific package manager is not experimental.

We need to implement a mechanism to allow experimental features to be toggled individually. One suggestion is to prefix x to a package manager's name to indicate it is still experimental:

cachi2 fetch-deps --source ./my-repo '{"type": "x-dnf"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant