Nemocas / Nemo.jl

Julia bindings for various mathematical libraries (including flint2)
http://nemocas.github.io/Nemo.jl/
Other
176 stars 57 forks source link

Change definition of `gcdx` #1734

Closed albinahlback closed 2 months ago

albinahlback commented 2 months ago

As of https://github.com/JuliaLang/julia/pull/40989, gcdx(0, 0) == (0, 0, 0).

albinahlback commented 2 months ago

I suppose this will only come into Julia at 1.12.0. How can we check that Julia is of version at least 1.12.0 during compile time? This, of course, leads to the problem that the definition differs from Julia versions, but I think that is the best way to go?