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

Fix BeatmapAttributeText breaking due to enum serialisation woes #28083

Merged
merged 1 commit into from
May 3, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented May 3, 2024

See #27978 (comment).

Minimal viable fix. I considered putting StringEnumConverter on the thing but I dunno. It would prevent this issue from happening going forward but then we probably would have to maintain the warning about not putting things in the middle for the next 6 months minimum and add another one to avoid renaming the enum members too. Explicit mapping maybe?

@peppy peppy merged commit 5cdaafd into ppy:master May 3, 2024
13 of 17 checks passed
@bdach bdach deleted the beatmap-attribute-text-breakage branch May 6, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants