You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Per the documentation Strainer is supposed to clean up temporary directories by relying on Dir.mktmpdir. However, this is not happening with Strainer 3.3.0. The behavior appears to be due to the usage of Dir.mktmpdir. Strainer is calling Dir.mktmpdir with no arguments:
Per the documentation Strainer is supposed to clean up temporary directories by relying on Dir.mktmpdir. However, this is not happening with Strainer 3.3.0. The behavior appears to be due to the usage of Dir.mktmpdir. Strainer is calling Dir.mktmpdir with no arguments:
However, per the Ruby 1.9.3 docs Dir.mktmpdir doesn't clean up after itself when called this way:
The text was updated successfully, but these errors were encountered: