-
Notifications
You must be signed in to change notification settings - Fork 71
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
Replace core-foundation
and core-graphics
#35
base: trunk
Are you sure you want to change the base?
Conversation
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-graphics
icrate
to replace core-foundation
and core-graphics
6f8abe8
to
b4e7d25
Compare
icrate
to replace core-foundation
and core-graphics
core-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 useicrate
later on anyhow, this PR replaces them.