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

Do not recurse in els_utils:fold_files #1122

Merged
merged 1 commit into from
Oct 31, 2021

Conversation

dgud
Copy link
Contributor

@dgud dgud commented Oct 27, 2021

Avoids double recursion, recursion is done in els_config.
This fixes #859 which my previous PR failed to do.

From what I can see els_util:fold_files is only used for indexing and input
data are the directories from els_config which have already been recursed once.

Avoids double recursion, recursion is done in els_config.
@robertoaloi
Copy link
Member

I don't see any problems with this. @TheGeorge @gomoripeti FYI.

@robertoaloi robertoaloi merged commit ccc0ed0 into erlang-ls:main Oct 31, 2021
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.

indexing should skip test data directories
2 participants