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 to 2.0. #516

Closed
wants to merge 1 commit into from
Closed

Upgrade bitflags to 2.0. #516

wants to merge 1 commit into from

Conversation

khuey
Copy link
Contributor

@khuey khuey commented Oct 1, 2024

No description provided.

Copy link
Member

@HeroicKatora HeroicKatora left a comment

Choose a reason for hiding this comment

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

The new version of bitflags no longer generates from_bits_unchecked. I think the next release is planned to be a breaking one anyways, just qualifying that there technically is an interface difference.

@khuey
Copy link
Contributor Author

khuey commented Oct 1, 2024

Mmm, yes, that's a good point.

Copy link
Member

@HeroicKatora HeroicKatora left a comment

Choose a reason for hiding this comment

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

I've never seen a need for the removed function though. So this should go in the next major version.

@atouchet
Copy link
Contributor

atouchet commented Nov 9, 2024

Note that there is a similar existing PR: #400

@kornelski kornelski added this to the 0.18 milestone Dec 8, 2024
@hydra
Copy link

hydra commented Dec 16, 2024

any chance we can get this or #400 merged? I agree with this comment, #400 (comment)

I personally find it easier to deal with a few releases each with small breaking changes that one release which has lots of breaking changes as you can fix them one at a time instead of all in one go. This makes resulting downstream changes/upgrades easier to review for people/teams using this crate.

@hydra hydra mentioned this pull request Dec 16, 2024
@fintelia
Copy link
Contributor

Closing in favor of #400

@fintelia fintelia closed this Dec 20, 2024
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.

6 participants