We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the original bug: denormal#5
It seems this library is leaking file handles here, as I can't find the associated Close call to this os.Open: https://github.com/denormal/go-gitignore/blob/master/gitignore.go#L146
It seems this library is leaking file handles here, as I can't find the associated Close call to this os.Open:
https://github.com/denormal/go-gitignore/blob/master/gitignore.go#L146
This is especially problematic on windows where many file operations are blocked if the file is still open.
The text was updated successfully, but these errors were encountered:
Tests on windows currently fail because of leaky file handles https://github.com/ianlewis/go-gitignore/actions/runs/5908593135/job/16028223100
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
From the original bug: denormal#5
This is especially problematic on windows where many file operations are blocked if the file is still open.
The text was updated successfully, but these errors were encountered: