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

fix: adjust method signatures for Xcode 12.5 compatibility #2305

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

thedavidharris
Copy link
Contributor

@thedavidharris thedavidharris commented Apr 8, 2021

Xcode gives errors now around these function declarations starting in Xcode 12.5, tested in b3 and this properly adds the declarations as well as gets rid of what seems to be a now-unneeded ternary if.

This is needed for the new Xcode versions, as well as anything depending on those.

@freak4pc
Copy link
Member

freak4pc commented Apr 9, 2021

I just love Xcode's definition of "non breaking changes" 🤦

Thank you!

@freak4pc freak4pc merged commit 1a1fa37 into ReactiveX:main Apr 9, 2021
@vincentisambart
Copy link
Contributor

That was already fixed in #2297 🤔
CONTRIBUTING.md says that PR should target the develop branch, but is that still the case?

@freak4pc
Copy link
Member

We don't work on develop anymore, I should fix that. Sorry for the confusion, didn't realize it's a dupe 🤭

@vincentisambart
Copy link
Contributor

No problem, fixing CONTRIBUTING.md would be a great idea 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants