Skip to content

[Backtracing] Local|RemoteMemoryReader only exists on macOS and Linux. #79111

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
merged 1 commit into from
Feb 3, 2025

Conversation

al45tair
Copy link
Contributor

@al45tair al45tair commented Feb 3, 2025

When fixing the previous problem, I should have realised that this would cascade; the @_specialize annotations refer to the cached versions of the types, and those are now turned off except on macOS and Linux because they rely on the uncached versions, which are only available on macOS and Linux.

rdar://144023438

@al45tair al45tair requested a review from mikeash as a code owner February 3, 2025 12:33
@al45tair
Copy link
Contributor Author

al45tair commented Feb 3, 2025

@swift-ci Please smoke test

@al45tair al45tair requested review from aschwaighofer and mikeash and removed request for mikeash February 3, 2025 12:33
When fixing the previous problem, I should have realised that this
would cascade; the `@_specialize` annotations refer to the cached
versions of the types, and those are now turned off except on macOS
and Linux because they rely on the uncached versions, which are only
available on macOS and Linux.

rdar://144023438
@al45tair
Copy link
Contributor Author

al45tair commented Feb 3, 2025

@swift-ci Please smoke test

@aschwaighofer aschwaighofer merged commit d2d5ad6 into swiftlang:main Feb 3, 2025
3 checks passed
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.

2 participants