core-foundation-rs icon indicating copy to clipboard operation
core-foundation-rs copied to clipboard

Use `objc2` more idiomatically

Open madsmtm opened this issue 2 years ago • 1 comments

Follow-up of #513.

Breaking changes in cocoa and cocoa-foundation:

  • Methods now take and return bool instead of BOOL.
  • NSInteger is now isize, see detailed reasoning here.
  • Similar for NSUInteger/usize

madsmtm avatar Jun 16 '22 04:06 madsmtm

:umbrella: The latest upstream changes (presumably #508) made this pull request unmergeable. Please resolve the merge conflicts.

bors-servo avatar Aug 15 '22 12:08 bors-servo