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
always use jl_reinit_foreign_type (introduced in Julia 1.9 IIRC) and drop a bunch of code from the C kernel, GAP_jll and GAP.jl itself
add a package extension to GAP.jl which gets loaded when Nemo is also present, and move the code for conversion to/from Nemo types like ZZRingElem, QQMatrix etc. from Oscar.jl into that
drop setglobal! alternate code
check for VERSION checks that could be removed
...
The text was updated successfully, but these errors were encountered:
jl_reinit_foreign_type
(introduced in Julia 1.9 IIRC) and drop a bunch of code from the C kernel, GAP_jll and GAP.jl itselfZZRingElem
,QQMatrix
etc. from Oscar.jl into thatsetglobal!
alternate codeVERSION
checks that could be removedThe text was updated successfully, but these errors were encountered: