Skip to content

[Reflection] Switch Remote Mirror back to uintptr_t for pointers on watchOS. #24529

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

Merged

Conversation

mikeash
Copy link
Contributor

@mikeash mikeash commented May 6, 2019

Existing Remote Mirror dylibs are compiled this way, and changing it breaks binary compatibility. We want to use uint64_t everywhere else, since the target's pointer size may not match ours.

rdar://problem/50279443

…atchOS.

Existing Remote Mirror dylibs are compiled this way, and changing it breaks binary compatibility. We want to use uint64_t everywhere else, since the target's pointer size may not match ours.

rdar://problem/50279443
@mikeash
Copy link
Contributor Author

mikeash commented May 6, 2019

@swift-ci please test

@compnerd
Copy link
Member

compnerd commented May 7, 2019

@mikeash - I like the new name!

@mikeash
Copy link
Contributor Author

mikeash commented May 8, 2019

@compnerd Thank you!

…Availability.h.

While we're in there, make SwiftReflectionTest's debugLog function take an @autoclosure so we don't waste a ton of time constructing log messages that are never logged.
@mikeash
Copy link
Contributor Author

mikeash commented May 8, 2019

@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented May 8, 2019

Build failed
Swift Test Linux Platform
Git Sha - 0ce7732

@swift-ci
Copy link
Contributor

swift-ci commented May 8, 2019

Build failed
Swift Test OS X Platform
Git Sha - 0ce7732

@mikeash mikeash merged commit f75060c into swiftlang:master May 9, 2019
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