Skip to content

[5.5] make target dependency lookup non-case-sensitive #3618

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
Jul 16, 2021

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Jul 16, 2021

bring #3615 to 5.5

motivation: starting tools-version 5.2, SwiftPM validates the target depedenies by name but the validation is case sensitive

changes:
* udpate the validation to be non-case sensitive (the actual lookup is not case sensitive)
* add a test

rdar://80594761
@tomerd tomerd added ready Author believes the PR is ready to be merged & any feedback has been addressed 5.5 labels Jul 16, 2021
@tomerd
Copy link
Contributor Author

tomerd commented Jul 16, 2021

@swift-ci test

@tomerd tomerd self-assigned this Jul 16, 2021
@tomerd tomerd changed the title make target dependency lookup non-case-sensitive [5.5] make target dependency lookup non-case-sensitive Jul 16, 2021
@tomerd tomerd merged commit ca3f569 into swiftlang:release/5.5 Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Author believes the PR is ready to be merged & any feedback has been addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants