cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Fix `objc2` warnings

Open madsmtm opened this issue 1 year ago • 5 comments

Builds upon #30.

Fix warnings introduced by objc2 deprecating certain functionality.

madsmtm avatar Jul 20 '22 04:07 madsmtm

This one also looks fine to me, albeit needs a touch of rebase it seems.

ryanmcgrath avatar Aug 21 '22 22:08 ryanmcgrath

I've incorporated a few fixes from a newer version of objc2 into this, namely the ability to just use bool in place of BOOL, and to elide a lot of .unwrap()'s after msg_send_id!.

madsmtm avatar Aug 29 '22 03:08 madsmtm

Where's this one sit with regards to #30? Should I just ignore it at this point?

ryanmcgrath avatar Aug 01 '23 06:08 ryanmcgrath

No, I'll pick it up again after https://github.com/ryanmcgrath/cacao/pull/30

madsmtm avatar Aug 01 '23 11:08 madsmtm

Kk sounds good!

ryanmcgrath avatar Aug 01 '23 11:08 ryanmcgrath