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

fall back to the default temporary directory for ctags check #4679

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

vladak
Copy link
Member

@vladak vladak commented Oct 29, 2024

This change relaxes the ctags check so that it works also for non-writable source root which is legit.

In order to test that, I had to bump Mockito in order to be able to use static method mocking. I contemplated a bit about making CtagsUtil non-static however turned the idea down as it would be too big change for such small change and generally it seems that the static methods have their own place for this use case.

@vladak vladak added the indexer label Oct 29, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 29, 2024
Copy link
Member

@ginoaugustine ginoaugustine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@vladak vladak merged commit d186ae6 into oracle:master Oct 29, 2024
9 checks passed
@vladak vladak deleted the ctags_check_relax branch October 29, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexer OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants