-
Notifications
You must be signed in to change notification settings - Fork 165
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 robust rank for generic SemidirectProduct method; function fields are fields; tweak a LocationFunc test #2977
Use robust rank for generic SemidirectProduct method; function fields are fields; tweak a LocationFunc test #2977
Conversation
This fixes an infinite recursion if the rank of `IsGroup and IsFinite` becomes very large (e.g. due to many packages are loaded which add implications from that).
OnQuit is overwritten by SCSCP, causing this test to fail
Codecov Report
@@ Coverage Diff @@
## master #2977 +/- ##
==========================================
- Coverage 83.81% 82.83% -0.98%
==========================================
Files 682 679 -3
Lines 345976 341571 -4405
==========================================
- Hits 289970 282932 -7038
- Misses 56006 58639 +2633
|
Excellent - this seem to fix it! I am running a test of this PR on Jenkins overnight, hope we can merge this tomorrow! |
The tweak of the
and I haven't yet had a look why. Anyhow, that's not related to method reordering. |
I've tried reproducing this GAPROOT problem and can't. If you can find a machine you can reproduction it on, can you print out the gaproots? |
Since the tests pass here, and it resolves several (hopefully: all except for the |
I've checked those nightly Jenkins builds, and this PR heals all problems arising in the tests that load all packages. That's exactly what I was going to suggest, thanks. |
See #2981 for |
This fixes an infinite recursion if the rank of
IsGroup and IsFinite
becomes very large (e.g. due to many packages are loaded which add
implications from that).
Resolves part of #2818