Skip to content

Address review comments to #1249 #1310

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
May 17, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented May 16, 2024

No description provided.

@ahoppen ahoppen requested review from bnbarham and hamishknight May 16, 2024 22:42
@ahoppen ahoppen requested a review from benlangmuir as a code owner May 16, 2024 22:42
@ahoppen
Copy link
Member Author

ahoppen commented May 16, 2024

@swift-ci Please test

@@ -406,7 +415,7 @@ extension SwiftPMBuildSystem: SKCore.BuildSystem {
return [ConfiguredTarget(targetID: "", runDestinationID: "dummy")]
}

if url.pathExtension == "h", let target = try? target(forHeader: path) {
if let target = try? target(forHeader: path) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I noticed the comment in the other PR before this one:

Did you also rename target(forHeader:)? Maybe inferTarget(for:)?

Copy link
Member Author

Choose a reason for hiding this comment

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

Renamed to inferredTarget(for:).

@ahoppen ahoppen force-pushed the review-comments-1249 branch from 5239f85 to 372673f Compare May 17, 2024 13:23
@ahoppen
Copy link
Member Author

ahoppen commented May 17, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented May 17, 2024

@swift-ci Please test Windows

@ahoppen ahoppen merged commit 5a7ab33 into swiftlang:main May 17, 2024
3 checks passed
@ahoppen ahoppen deleted the review-comments-1249 branch May 17, 2024 21:36
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