-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
LibGit2 should not extend Base.finalize
#17414
Comments
JeffBezanson
added
the
bug
Indicates an unexpected problem or unintended behavior
label
Jul 22, 2016
More importantly, if the intent was to add finalizers for these objects, then it's not working and the objects are never getting finalized. |
Ah, I see the code uses |
simonbyrne
added a commit
that referenced
this issue
Dec 20, 2016
simonbyrne
added a commit
that referenced
this issue
Dec 30, 2016
simonbyrne
added a commit
that referenced
this issue
Jan 4, 2017
simonbyrne
added a commit
that referenced
this issue
Jan 7, 2017
tkelman
pushed a commit
that referenced
this issue
Jan 9, 2017
* Overload Base.close instead of Base.finalize for LibGit2 Fixes #17414. * fix test/pkg.jl * define finalizers * try qualifying method * keep reference to parent repo * fix conflict
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Base.finalize
has well define meaning and the overload doesn't do that.Ref #17409 (comment)
The text was updated successfully, but these errors were encountered: