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

ycmd: improve search of nearest file in compilation database #7113

Closed

Conversation

deb0ch
Copy link
Contributor

@deb0ch deb0ch commented Sep 14, 2016

The old version wasn't thorough enough, as it only searched subdirectories recursively with os.walk().

This version will search current directory recursively with os.walk() and then do the same recursively for parent directories until a match is found or we searched the database directory.

@TheBB
Copy link
Collaborator

TheBB commented Oct 17, 2016

Thanks! Cherry-picked in develop. You can safely delete your branch.

@TheBB TheBB closed this Oct 17, 2016
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.

None yet

2 participants