-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update to GAP.jl 0.11.3 resp. GAP 4.13.1 #3688
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3688 +/- ##
========================================
Coverage 84.64% 84.64%
========================================
Files 612 614 +2
Lines 83240 83343 +103
========================================
+ Hits 70460 70548 +88
- Misses 12780 12795 +15
|
@ThomasBreuer overall this looks pretty good; we could cherry-pick the (simple) fix in GAP that fixes the But in our discussion earlier today, it sounded as if you were aware of another issue with the new GAP / GAP.jl which is perhaps not reflected by the tests here (something about a book example) ? |
I meant this example:
where the idea was to show that |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
just FYI: the increased number of invalidations is reported to come from Oscar.jl/src/Rings/localization_interface.jl Lines 449 to 451 in 7d7bb9b
|
sigh two different crashes...
and also
|
d69ab19
to
3d6d4f7
Compare
3d6d4f7
to
3615688
Compare
Once the upgrade of Oscar to GAP 4.13 is done, we can adjust those parts of the Oscar code that become nicer with GAP 4.13 (at least those with a comment line involving |
@@ -60,10 +60,10 @@ Group homomorphism | |||
julia> isomorphism(PermGroup, U) | |||
Group homomorphism | |||
from pc group of order 8 | |||
to permutation group of degree 8 and order 8 | |||
to permutation group of degree 4 and order 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example was originally intended to demonstrate that isomorphism
is in general not good enough to get such a small degree for the image. Now this part of the book chapter becomes less suggestive.
(Since the final proofs of the Oscar book are still not available, do we have a chance to replace this example in the book by a better one? Of course the next release of GAP may then destroy the effect again ...)
We are getting this error now, any idea what it might be about and how to fix it, @ThomasBreuer
|
Yes, this is one instance of the problems with Edit: cherry-picked into this branch |
This comment was marked as outdated.
This comment was marked as outdated.
(cherry picked from commit b860ea6)
CI complains that |
With GAP.jl v0.11.3 this now look good 🎉🎉 |
We'll restart the RPTU CI runners soon, but in the meantime I've run the test on my mac and they were fine. |
Draft as there is a failing test I had to disable for now. We already have a fix for that in GAP, but I still need to apply it to the GAP_lib_jll . We might also just wait for GAP 4.13.1 which is due soon. But I would like to get full CI tests run now to make sure there aren't other regressions hiding.
Resolves #2341