Replace core-foundation and core-graphics#35
Replace core-foundation and core-graphics#35madsmtm wants to merge 3 commits intoryanmcgrath:trunkfrom
core-foundation and core-graphics#35Conversation
02d8794 to
b49cbfb
Compare
b49cbfb to
3639b8a
Compare
|
This one makes sense to me, though I'm wondering if it doesn't make sense to batch all 3 of these PRs into one big PR and just merge that... I could be wrong but I think there's some things repeating across them (e.g |
|
Don't worry about things being difficult to merge or not, I'll figure that out once #30 is done (which is probably also why things are confusing rn; because that PR is "further ahead" than these). |
|
Will do! Thanks!
…On Mon, Aug 22, 2022 at 01:37, Mads Marquart ***@***.***> wrote:
Don't worry about things being difficult to merge or not, I'll figure that out once [#30](#30) is done (which is probably also why things are confusing rn; because that PR is "further ahead" than these).
—
Reply to this email directly, [view it on GitHub](#35 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAAFROBRFQZ7PMNJFD3OTSTV2M36NANCNFSM54CEEH4A).
You are receiving this because you commented.Message ID: ***@***.***>
|
c93655f to
8285897
Compare
8285897 to
6f8abe8
Compare
objc2-foundation to replace core-foundation and core-graphicsicrate to replace core-foundation and core-graphics
6f8abe8 to
b4e7d25
Compare
icrate to replace core-foundation and core-graphicscore-foundation and core-graphics
b4e7d25 to
af44a5a
Compare
|
I think this one was what I wanted to do after #30. Note the change in API for |
af44a5a to
747831e
Compare
|
A few more notes:
|
Hmm, you're specifically referring to not needing How often does |
Message sending now requires types to implement
Encode, which these crates don't do (yet, though maybe they will, see servo/core-foundation-rs#628). Since these crates are used quite infrequently, and we'll probably want to useicratelater on anyhow, this PR replaces them.