Skip to content

Rename files that rely on case-sensitive paths#190

Merged
Pennycook merged 1 commit intoP3HPC:mainfrom
Pennycook:bugfix/case-sensitive-paths
Apr 30, 2025
Merged

Rename files that rely on case-sensitive paths#190
Pennycook merged 1 commit intoP3HPC:mainfrom
Pennycook:bugfix/case-sensitive-paths

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 P3HPC: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