Skip to content
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

Partially revert #6726 #6954

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Partially revert #6726 #6954

merged 1 commit into from
Sep 29, 2023

Conversation

neonichu
Copy link
Contributor

In #6726, I discovered that an issue I was fixing for macros and plugins could also apply to executables. That fix was incorrect and would drop legitimate linkage of transitive dependencies when testing executables. The logic here is pretty gnarly, so the most reasonable cause of action seems to be to revert that part of the change.

resolves #6940

In #6726, I discovered that an issue I was fixing for macros and plugins could also apply to executables. That fix was incorrect and would drop legitimate linkage of transitive dependencies when testing executables. The logic here is pretty gnarly, so the most reasonable cause of action seems to be to revert that part of the change.

resolves #6940
@neonichu neonichu self-assigned this Sep 28, 2023
@neonichu
Copy link
Contributor Author

@swift-ci please smoke test

@neonichu
Copy link
Contributor Author

Windows failure looks random PermissionError: [WinError 5] Access is denied

@neonichu
Copy link
Contributor Author

@swift-ci please test

@neonichu
Copy link
Contributor Author

@swift-ci please test windows

@tomerd
Copy link
Contributor

tomerd commented Sep 28, 2023

should this be pulled into 5.9 as well?

@neonichu
Copy link
Contributor Author

should this be pulled into 5.9 as well?

Probably yes

@neonichu neonichu merged commit 7c1cbeb into main Sep 29, 2023
@neonichu neonichu deleted the fix-6940 branch September 29, 2023 16:32
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.

Package using external Macros package fails to link Swift-Syntax when unit testing
2 participants