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

refactor(settings): change how enum values are handled #277

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

casimir
Copy link
Owner

@casimir casimir commented Nov 13, 2024

The previous method was based on ordered values and only allowed to append new values to the enum. The new method is not order sensitive anymore.

The previous method was based on ordered values and only allowed to append
new values to the enum. The new method is not order sensitive anymore.
@casimir casimir added the dev Technical changes not related to a specific feature label Nov 13, 2024
@casimir casimir enabled auto-merge (squash) November 13, 2024 10:26
@casimir casimir merged commit 2c8078a into main Nov 13, 2024
4 checks passed
@casimir casimir deleted the settings-enum branch November 13, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Technical changes not related to a specific feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant