You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/kennytm/mbox seems to have more 👀 on it then malloc_buf and given that this is a pretty niche area I think its worth it to switch. mbox also seems to have a nice extensive test suite too.
I wasn't aware of mbox, thanks for bringing it up @mehcode! It does look nice, but since this is a breaking change so I'd like to hold off on merging it until the next major version of objc is being published.
Unfortunately I don't actually have a timeline for the next major version... I'd love for that version to just be 1.0 and batch together all possible breaking changes. objc is apparently directly depended on by 38 different crates now, so I want to minimize any fragmenting of the ecosystem.
Let me know if you think this is more urgent. On my end, it doesn't seem like mbox is very widely used (crates.io reports 0 crates depending on it), and while it does have lots of neat functionality, the objc crate doesn't need most of that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/kennytm/mbox seems to have more 👀 on it then
malloc_bufand given that this is a pretty niche area I think its worth it to switch.mboxalso seems to have a nice extensive test suite too.