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

Blocks typedef #1166

Merged
merged 34 commits into from
Aug 27, 2021
Merged

Blocks typedef #1166

merged 34 commits into from
Aug 27, 2021

Conversation

maratal
Copy link
Collaborator

@maratal maratal commented Aug 16, 2021

I decided not to typedef short blocks like void(^)(void) since a name for this block will take more characters then the block itself. Also there are many variations of it like id(^)(void) or something, that it will become a mess on its own. Closes #1032

maratal added 30 commits August 1, 2021 14:46
Source/ARTRealtime.m Show resolved Hide resolved
Source/ARTRealtime.m Show resolved Hide resolved
Source/ARTRest.m Show resolved Hide resolved
Copy link
Contributor

@QuintinWillison QuintinWillison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This build failure looks related so should be something you can fix.

@lukasz-szyszkowski lukasz-szyszkowski self-requested a review August 27, 2021 06:59
@maratal
Copy link
Collaborator Author

maratal commented Aug 27, 2021

@QuintinWillison Fixed e3e07c4

@QuintinWillison QuintinWillison merged commit 1db0131 into main Aug 27, 2021
@QuintinWillison QuintinWillison deleted the 1032-blocks-typedef branch August 27, 2021 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Blocks supplied as properties or method arguments should have typedef
3 participants