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 case-sensitive filename collision in LinkerPlugin #183

Merged
merged 1 commit into from
Jul 16, 2022

Conversation

ShukantPal
Copy link
Member

@ShukantPal ShukantPal commented Jul 16, 2022

Fixes #181

This work prevents LinkerPlugin from generating multiple case-sensitive versions of the same file, e.g. timer and Timer. It also prevents a potential issue of getFileRecord returning a brand new record each time.

This work prevents LinkerPlugin from generating multiple case-sensitive versions of the same file, e.g. timer and Timer. It also prevents a potential issue of getFileRecord returning a brand new record each time.
@ShukantPal ShukantPal merged commit 8b1d835 into master Jul 16, 2022
@ShukantPal ShukantPal deleted the feature/mixing-same-name-but-with-differ branch July 16, 2022 21:01
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.

mixing same name but with different case is causing issues with the file/class exporer
1 participant