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

Normalize Windows drive letter to be uppercase #1880

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Dec 10, 2024

VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase.

Fixes #1855
rdar://141001203

@ahoppen ahoppen requested a review from bnbarham December 10, 2024 23:58
@ahoppen ahoppen force-pushed the normalize-drive-letter branch from 17c143d to 8eab52c Compare December 11, 2024 00:05
@ahoppen
Copy link
Member Author

ahoppen commented Dec 11, 2024

@swift-ci Please test

VS Code spells file paths with a lowercase drive letter, while the rest of Windows APIs use an uppercase drive letter. Normalize the drive letter spelling to be uppercase.

Fixes swiftlang#1855
rdar://141001203
@ahoppen ahoppen force-pushed the normalize-drive-letter branch from 8eab52c to 03d58e8 Compare December 11, 2024 00:16
@ahoppen
Copy link
Member Author

ahoppen commented Dec 11, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Dec 11, 2024

@swift-ci Please test Windows

@ahoppen ahoppen merged commit e0901f0 into swiftlang:main Dec 12, 2024
3 checks passed
@ahoppen ahoppen deleted the normalize-drive-letter branch December 12, 2024 18:46
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.

SourceKit-LSP not publishing diagnostics on Windows
2 participants