Skip to content

[Dependency Scanning] Remove Unnecessary Code that Computes Module Output Path #79752

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 2 commits into from
Mar 4, 2025

Conversation

qiongsiwu
Copy link
Contributor

#79297 implemented current working directory pruning but left some unnecessary code
that computes Swift interface module output path prematurely. This PR removes the code that computes the output path too
early. The ExplicitModuleDependencyResolver now adds the path to the command line after it can correctly compute it.

Context: https://github.com/swiftlang/swift/pull/79297/files#r1955314542

@qiongsiwu
Copy link
Contributor Author

@swift-ci please smoke test

@qiongsiwu
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@artemcm artemcm left a comment

Choose a reason for hiding this comment

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

I was just about to do this. Thanks!

@qiongsiwu qiongsiwu merged commit 3271c19 into swiftlang:main Mar 4, 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