Skip to content

Fixes for the undefined enum and stale file handle leftover when opening a ".tags" file. #52

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sneakin
Copy link

@sneakin sneakin commented Dec 23, 2024

Two commits that fix:

  • the undefined enum today's compilers do not like,
  • and stale file handle leftover when opening a ".tags" file.

The latter can be tested by watching the /proc/$PID/fd directory before and after opening and closing a ".tags" file. Doing this thousands of times exhausts your session's file handles until now.

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.

1 participant