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 relative src_dir specifications to avoid double .app.src file detection #1624

Merged
merged 1 commit into from
Sep 1, 2017

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Aug 30, 2017

When fetching src_dir values, some relative paths can be inserted. When
deduplicating the paths on the fetch, this fact means that logically
duplicate (but literally different) directories can be returned at once.

By normalizing the names, duplication bugs can be resolved.

Fixes #1622

@ferd ferd changed the title Fix relative src dir specifications Fix relative src_dir specifications to avoid double .app.src file detection Aug 30, 2017
When fetching src_dir values, some relative paths can be inserted. When
deduplicating the paths on the fetch, this fact means that logically
duplicate (but literally different) directories can be returned at once.

By normalizing the names, duplication bugs can be resolved.
@ferd ferd force-pushed the fix-rel-srcdirs branch from aa357c3 to 7c959cc Compare August 30, 2017 12:41
@ferd ferd merged commit 03f6f63 into erlang:master Sep 1, 2017
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.

multiple_app_files error point to the same file
2 participants