Skip to content

Rename files that rely on case-sensitive paths #190

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
Apr 30, 2025

Conversation

Pennycook
Copy link
Contributor

On Windows, test.s and test.S are the same file.

Related issues

Proposed changes

  • Rename test.s to lowercase.s.
  • Rename test.S to uppercase.S.

No other changes are required, because the tests associated with these files look at every file in the directory. As such, we don't need to explicitly update any paths inside the tests.

On Windows, test.s and test.S are the same file.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook Pennycook added the bug Something isn't working label Apr 28, 2025
@Pennycook Pennycook requested a review from laserkelvin April 28, 2025 12:29
@Pennycook Pennycook mentioned this pull request Apr 28, 2025
8 tasks
@Pennycook Pennycook merged commit 11a6d78 into intel:main Apr 30, 2025
3 checks passed
@Pennycook Pennycook deleted the bugfix/case-sensitive-paths branch April 30, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants