Skip to content

[runtime] Fix usage of objc_msgSend[Super] according to modified headers. - #6865

Merged
rolfbjarne merged 1 commit into
dotnet:xcode11from
rolfbjarne:objc-dispatch-prototypes
Aug 28, 2019
Merged

[runtime] Fix usage of objc_msgSend[Super] according to modified headers.#6865
rolfbjarne merged 1 commit into
dotnet:xcode11from
rolfbjarne:objc-dispatch-prototypes

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

It's now required to cast objc_msgSend[Super] to a function of the correct
signature, so let's do that.

Also remove the define that allowed us to use the previous behavior.

…ers.

It's now required to cast objc_msgSend[Super] to a function of the correct
signature, so let's do that.

Also remove the define that allowed us to use the previous behavior.

@mandel-macaque mandel-macaque left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

<3

@monojenkins

Copy link
Copy Markdown
Contributor

Build success
Build succeeded
API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
Test run succeeded

@rolfbjarne
rolfbjarne merged commit 010ae1d into dotnet:xcode11 Aug 28, 2019
@rolfbjarne rolfbjarne added the not-notes-worthy Ignore for release notes label Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not-notes-worthy Ignore for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants