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

Fix file naming conflict error in schemas-md on macOS APFS (case-insensitive) #122

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

mrueda
Copy link
Collaborator

@mrueda mrueda commented Mar 26, 2024

In our schemas, there are terms with similar names that only differ in their casing, which leads to the generation of markdown files like:

  • AgeRange.md
  • ageRange.md
  • Value.md
  • value.md

This presents issues on case-insensitive filesystems (such as macOS APFS in its case-insensitive configuration).

To resolve this issue, I modified the parsing script. Now, the files are named distinctly to avoid conflicts:

  • AgeRange.md has been renamed to AgeRange_PXF.md
  • Value.md has been renamed to Value_PXF.md

Additionally, all links to these files have been updated accordingly.

@mrueda mrueda requested a review from mbaudis March 26, 2024 16:34
@mbaudis mbaudis merged commit 9aefbed into ga4gh-beacon:website-docs Mar 26, 2024
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.

2 participants