Skip to content

Conversation

AlexDenisov
Copy link
Contributor

@AlexDenisov AlexDenisov commented Apr 20, 2022

This PR adds a test SDK used for basic testing of the Swift extractor.

@AlexDenisov AlexDenisov marked this pull request as ready for review April 20, 2022 13:39
@AlexDenisov AlexDenisov requested a review from a team as a code owner April 20, 2022 13:39
Copy link
Collaborator

@criemen criemen left a comment

Choose a reason for hiding this comment

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

One question, otherwise LGTM.

pkg_files(
name = "swift-test-sdk-arch",
srcs = [":swift-test-sdk"],
prefix = "qltest/" + codeql_platform,
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this a copy-paste error? (namely, the qltest part)

Copy link
Contributor Author

@AlexDenisov AlexDenisov Apr 20, 2022

Choose a reason for hiding this comment

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

That's on purpose. This idea is inherited from C++ support, though I cannot see any other usage of qltest in other language packs.
@criemen do you have a better place in mind? I'm happy to change/move this part if needed.

UPD:

usage of qltest

as in "usage in the directory structure"

Copy link
Collaborator

Choose a reason for hiding this comment

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

I misunderstood what the PR is doing. I cleared that up now, this looks good to me 👍

pkg_files(
name = "swift-test-sdk-arch",
srcs = [":swift-test-sdk"],
prefix = "qltest/" + codeql_platform,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I misunderstood what the PR is doing. I cleared that up now, this looks good to me 👍

@AlexDenisov AlexDenisov merged commit a187939 into github:main Apr 20, 2022
@AlexDenisov AlexDenisov deleted the alexdenisov/swift-package-test-sdk branch April 20, 2022 14:07
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