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 to bitflags 2 #667

Closed
wants to merge 4 commits into from
Closed

Upgrade to bitflags 2 #667

wants to merge 4 commits into from

Conversation

djc
Copy link
Contributor

@djc djc commented Apr 8, 2024

A rebased version of #549 (retaining authorship from the OP).

cc @mrobinson following up on your plan from #521 (comment).

@djc djc force-pushed the bitflags-2 branch 2 times, most recently from 9191897 to fe51d30 Compare April 8, 2024 11:53
Copy link
Member

@mrobinson mrobinson left a comment

Choose a reason for hiding this comment

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

Thanks for the rebase. It looks like this version contains some unrelated code, so I have just rebased the original PR and will merge there.

.downcast::<CFNumber>()
.unwrap()
.to_f64()
.unwrap();
Copy link
Member

Choose a reason for hiding this comment

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

It looks like this code is unrelated?

@mrobinson mrobinson closed this Apr 9, 2024
@djc
Copy link
Contributor Author

djc commented Apr 9, 2024

It contains code to make the tests pass on macOS 14 (which includes my dev machine). That still seems useful?

@mrobinson
Copy link
Member

It contains code to make the tests pass on macOS 14 (which includes my dev machine). That still seems useful?

Yes, it could definitely be useful. Is it related to the bitflags changes though? Would you mind opening a new PR with these changes separating it out from the bitflags work?

@djc djc mentioned this pull request Apr 9, 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.

None yet

3 participants