chore: update AA to 0.47, Nemo to 0.52, and Hecke to 0.38#5282
chore: update AA to 0.47, Nemo to 0.52, and Hecke to 0.38#5282lgoettgens merged 18 commits intomasterfrom
Conversation
ecd5d24 to
0017cdb
Compare
|
I have some GAP problems: https://github.com/oscar-system/Oscar.jl/actions/runs/17614460951/job/50044031150?pr=5282 @fingolfin @lgoettgens any idea? |
|
The printing of GAP backtraces is one of the major pain points in GAP.jl we must address (see here). In the meantime, if someone can reproduce this locally, they might be able to pinpoint this using a patch to GAP.jl: diff --git a/src/GAP.jl b/src/GAP.jl
index e50e9157..4bf01b1b 100644
--- a/src/GAP.jl
+++ b/src/GAP.jl
@@ -78,6 +78,8 @@ function ThrowObserver(depth::Cint)
return
end
+ GAP.Globals.Where(100)
+
# signal to the GAP interpreter that errors are handled
@ccall libgap.ClearError()::Cvoid
# reset global execution contextThis is not something we can put into GAP.jl because it can lead to errors-triggering-errors ad infinite, but it might be good enough to locate the problem here. |
|
Did not help. How can I run the |
You can do |
|
Someone with GAP knowledge needs to push a fix for https://github.com/oscar-system/Oscar.jl/blob/master/gap/pkg/OscarInterface/gap/QQBar.gi#L166-L170 |
Co-authored-by: Lars Göttgens <lars.goettgens@rwth-aachen.de>
Co-authored-by: Lars Göttgens <lars.goettgens@rwth-aachen.de>
|
We finally have a green long, short, and doctest. So let's pray that the other jobs just go through |
|
I would say we disregard the nightly book failures for now, and I can find a new good random seed some point later (on the weekend or so; not required for the 1.5 release) |
Release notes (ready to be copy-pasted)
Changes related to the package AbstractAlgebra
Changes related to the package Hecke
Changes related to the package Nemo