-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use jl_reinit_foreign_type
if available
#845
Use jl_reinit_foreign_type
if available
#845
Conversation
b89f6a4
to
d18469d
Compare
jl_reinit_foreign_type
5f2b034
to
6df5a20
Compare
jl_reinit_foreign_type
6df5a20
to
f2ea074
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #845 +/- ##
==========================================
- Coverage 81.56% 81.41% -0.16%
==========================================
Files 48 48
Lines 3656 3664 +8
==========================================
+ Hits 2982 2983 +1
- Misses 674 681 +7
|
jl_reinit_foreign_type
when available
f2ea074
to
9b4bf31
Compare
jl_reinit_foreign_type
when availablejl_reinit_foreign_type
if available
This prepares us for an upcoming change to serialization in Julia 1.10.
9b4bf31
to
b75b036
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I see, these changes will work as soon as the changes from gap-system/gap/pull/5224 are available.
Note that the code in this PR is written in such a way that it should also work now, before those changes on the GAP and Julia side -- this is required so we stay compatible with Julia <= 1.9. |
This prepares us for an upcoming change to serialization in Julia 1.10, see issue #846.