Skip to content
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

Reminder: things to do if we switch to requiring Julia >= 1.10 #1118

Open
fingolfin opened this issue Jan 7, 2025 · 0 comments
Open

Reminder: things to do if we switch to requiring Julia >= 1.10 #1118

fingolfin opened this issue Jan 7, 2025 · 0 comments

Comments

@fingolfin
Copy link
Member

  • 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
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant