Skip to content
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

Add sys crate for blocks #49

Merged
merged 6 commits into from
Oct 30, 2021
Merged

Add sys crate for blocks #49

merged 6 commits into from
Oct 30, 2021

Conversation

madsmtm
Copy link
Owner

@madsmtm madsmtm commented Oct 28, 2021

Replaces upstream SSheldon/rust-block#2, which makes GNUStep and WinObjC work with blocks. Kudos to @ngrewe for the original implementation (see also their explanation of the problem), I chose to not go the "autoconfigure" route since I wanted to pull in objc2_sys as a dependency when GNUStep support was requested (and this requires using features).

In the end, this makes blocks work on GNUStep!

@madsmtm madsmtm added bug Something isn't working enhancement New feature or request labels Oct 28, 2021
@madsmtm madsmtm force-pushed the block-sys branch 3 times, most recently from b9c86ad to 4559a4a Compare October 29, 2021 07:26
NSData initWithBytesNoCopy:length:deallocator: is broken in GNUStep, see gnustep/libs-base#213
@madsmtm madsmtm mentioned this pull request Oct 29, 2021
9 tasks
@madsmtm madsmtm merged commit 4060608 into master Oct 30, 2021
@madsmtm madsmtm deleted the block-sys branch October 30, 2021 13:38
@madsmtm madsmtm mentioned this pull request Oct 30, 2021
80 tasks
@madsmtm madsmtm mentioned this pull request May 26, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant