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

Upgrade bitflags dependency to latest (2.6.0) #66

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

faern
Copy link
Member

@faern faern commented Jul 18, 2024

Just a nice cleanup, adopting latest bitflags. Not much changes in practice. One thing is that with bitflags 2 all the traits are not automatically implemented, so one has to do that explicitly. I list all traits that the old enums implemented except Ord and PartialOrd. I don't think it makes much sense to "order" instances of bitflags? What does that even mean? All the other traits I do think make sense.


This change is Reviewable

@faern faern requested a review from Serock3 July 18, 2024 14:49
Copy link

@Serock3 Serock3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@faern faern force-pushed the upgrade-bitflags branch from b28a93d to c92ed0f Compare July 19, 2024 08:55
@faern faern merged commit 0a2779e into main Jul 19, 2024
9 checks passed
@faern faern deleted the upgrade-bitflags branch July 19, 2024 08:58
@MarkusPettersson98 MarkusPettersson98 mentioned this pull request Sep 19, 2024
2 tasks
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