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

Cleanup: use with statement for makefile #360

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

digitalresistor
Copy link
Member

This merge depends on #358.

Fixes tests to use a with statement on any call to makefile this reduces the amount of open file descriptors that are left hanging around.

There's still more to be found, but now most runs tests seem to pass on macOS which have a low file descriptor limit.

This way the file descriptor is automatically closed
Base automatically changed from bugfix/close-buffer to master January 17, 2022 21:05
@mmerickel mmerickel merged commit a186822 into master Jan 17, 2022
@mmerickel mmerickel deleted the cleanup/use-with-statement-makefile branch January 17, 2022 21:11
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