servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
987 stars 216 forks source link

Upgrade to bitflags 2 #667

Closed djc closed 5 months ago

djc commented 5 months ago

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

cc @mrobinson following up on your plan from https://github.com/servo/core-foundation-rs/pull/521#issuecomment-2042258249.

djc commented 5 months ago

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

mrobinson commented 5 months ago

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?