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

Correct fix for #1041 and #1038 #1083

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

seriyvolk83
Copy link

The PR should summarize what was changed and why. Here are some questions to
help you if you're not sure:

mlilback added a commit to mlilback/SwiftyJSON that referenced this pull request Nov 7, 2020
@@ -1236,6 +1236,8 @@ extension NSNumber {
}
}

#if os(Linux)
#else
Copy link
Contributor

Choose a reason for hiding this comment

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

This gives an impression that Linux platform is not finished.

I would prefer more explicit unary not comparison here.

#if !os(Linux)
#endif

@wongzigii
Copy link
Member

Hey @seriyvolk83 I've just noticed your PR, any reason for rolling back the fix?

@seriyvolk83
Copy link
Author

seriyvolk83 commented Feb 21, 2021

Hey @seriyvolk83 I've just noticed your PR, any reason for rolling back the fix?

I don’t remember, but seems the first commit has change that is excessive because on Linux the method are already implemented, no need to add ‘.<‘ like methods. The only change is needed is to have ‘#if’ condition to skip definitions that are presented on Linux. It should compile on both platforms.

@seriyvolk83
Copy link
Author

Btw, #1088 is wrong fix, these mew methods will never be used. Linux has these methods implemented and it’s the reason the code is not complied.

@drewmccormack
Copy link

What is the status of this?

@LinusGeffarth
Copy link

any update on this?

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.

None yet

5 participants