Skip to content

[TestingMacros] Remove reference to implicit backtracing import. #921

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
Jan 21, 2025

Conversation

al45tair
Copy link
Contributor

The _Backtracing module was never implicitly imported by default, so this wasn't necessary anyway, but adding it is a blocker for SE-0419.

rdar://143310300

The _Backtracing module was never implicitly imported by default, so this
wasn't necessary anyway, but adding it is a blocker for SE-0419.

rdar://143310300
Copy link
Contributor

@grynspan grynspan left a comment

Choose a reason for hiding this comment

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

Do we need any SwiftPM manifest changes?

@grynspan grynspan added this to the Swift 6.x milestone Jan 21, 2025
@grynspan grynspan added the build 🧱 Affects the project's build configuration or process label Jan 21, 2025
@al45tair
Copy link
Contributor Author

Do we need any SwiftPM manifest changes?

I think this was the only reference I could find. I only went looking after my Windows build kept unexpectedly failing because of something using this option.

@grynspan
Copy link
Contributor

I suppose I'm curious why this caused a failure.

@grynspan
Copy link
Contributor

@swift-ci test

@al45tair
Copy link
Contributor Author

I suppose I'm curious why this caused a failure.

To be fair, I don't know that it's specifically this that's causing the failure, but something is passing the -disable-implicit-backtracing-support argument, so I'm trying to eliminate references to that (because it's being removed).

@grynspan
Copy link
Contributor

@swift-ci test macOS

@grynspan
Copy link
Contributor

CI is still down, I think. Please do not merge until all three jobs have completed successfully. Thanks!

@grynspan
Copy link
Contributor

@swift-ci test

@al45tair al45tair merged commit fb95c48 into swiftlang:main Jan 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build 🧱 Affects the project's build configuration or process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants