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

resolver: fix case-insensitive file name collision #2829

Commits on Oct 15, 2023

  1. resolver: fix case-insensitive file name collision

    for compatibility with Windows/Mac OS X, Go does not allow files with
    identical case-insensitive names.
    this commit changes the key of the 'files' map to use the lower case
    file name, keeping the original file name as a property on the File
    object.
    erankor committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bfe8569 View commit details
    Browse the repository at this point in the history