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

Handle incompatible/dependant for options #1543

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

zivarah
Copy link
Contributor

@zivarah zivarah commented Nov 5, 2024

Both of the incompatible and dependant concepts are only implemented for switches, not options. However, options can be incompatible or dependent on each other and switches as well.

Handle both concepts between all options and switches. Use the existing toggle_switch/set_option to do the disabling so that any recursive dependencies are resolved as well.

Both of the `incompatible` and `dependant` concepts are only implemented
for switches, not options. However, options can be incompatible or
dependent on each other and switches as well.

Handle both concepts between all options and switches. Use the existing
`toggle_switch`/`set_option` to do the disabling so that any recursive
dependencies are resolved as well.
@CKolkey
Copy link
Member

CKolkey commented Nov 5, 2024

Fantastic - no notes.

@CKolkey CKolkey merged commit bae3412 into NeogitOrg:master Nov 5, 2024
5 checks passed
@zivarah zivarah deleted the incompatible-options branch November 5, 2024 22:58
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