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 Feb 19, 2024. It is now read-only.
As was pointed out in this thread, the Package object should aim to be as immutable as possible. Right now, we open File objects in order to read the filename of the passed in File or string path, but these are never closed. We should close these after we are done.
The text was updated successfully, but these errors were encountered:
As was pointed out in this thread, the
Package
object should aim to be as immutable as possible. Right now, we openFile
objects in order to read the filename of the passed inFile
or string path, but these are never closed. We should close these after we are done.The text was updated successfully, but these errors were encountered: