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

add the file path to the hash #1373

Closed
wants to merge 4 commits into from
Closed

add the file path to the hash #1373

wants to merge 4 commits into from

Conversation

Fil
Copy link
Contributor

@Fil Fil commented May 21, 2024

By adding the file name to the hash, we ensure that two files called with differently cased path names can be built — instead of colliding.

closes #1367
supersedes #1369

We also need to clarify that the same site that builds on a case-insensitive system (darwin) might fail to build on a case-sensitive system (ubuntu), as the referenced files might not be found. This is apparently not something we can catch early—and not a new issue in any case.

(Note: still experimenting. I pushed the branch to use CI, but still not sure this is the right call.)

@Fil Fil mentioned this pull request May 21, 2024
3 tasks
Fil added a commit that referenced this pull request May 21, 2024
@Fil Fil closed this May 21, 2024
@Fil Fil deleted the fil/filename-hash branch May 21, 2024 11:23
Fil added a commit that referenced this pull request Sep 17, 2024
Fil added a commit that referenced this pull request Sep 17, 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.

case sensitive file names
1 participant