Rescope unsafe fn blocks#1737
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Package Changes Through a609e06There are 1 changes which include wry with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
iirc at least some of that (thinking of all objc2 crates) wasn't in 0.6.0 / 0.3.0 so we should probably increase the minimum patch version of the objc2 crates or check if |
|
I did a rough smoke-test to check what cargo does. If we do note the patch version explicitly in the I think this update could only cause problems if we have a floating patch number like |
|
ay sorry, the cargo.toml change didn't load on my phone. didn't notice that you already upped the version. Do any of the other objc2 crates need a bump as well? |
|
Let's try. |
To narrow down the causes of the observed crashes, let's rescope the unsafe use to a smaller area.
Objc2-foundation made
mostsome of its bindings safe, so here is a first batch of changes.Most of the diff is dumb indentation changes, split out as a fmt commit.