-
Notifications
You must be signed in to change notification settings - Fork 161
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
CosetTableFpHom does not set one
, useAddition
expected by NEWTC_Rewrite
#1819
Milestone
Comments
@hulpke wrote the new MTC code, so hopefully he has some insights on this. |
To ease debugging, here is the input, in a form that also works in older GAP versions:
In GAP 4.8.7 and older, the last command returns 25. |
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Oct 31, 2017
…names of components: "one" and "useAddition". This fixes gap-system#1819.
Thank you, @fingolfin for isolating out the example. The issue is simply a forgotten component copy. I will fix it. |
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Oct 31, 2017
…names of components: "one" and "useAddition". This fixes gap-system#1819.
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Nov 1, 2017
…names of components: "one" and "useAddition". This fixes gap-system#1819.
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Nov 1, 2017
…names of components: "one" and "useAddition". This fixes gap-system#1819.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into a bug in
NEWTC_Rewrite
with the attached input. The test case could probably be made more minimal, but I don't really know may waya round the FpGroups functionality very well yet. It's a bug that I've run into a couple of times recently, and this is the only reasonably self-contained test case I've managed to come up with. I hope it's still helpful.The offending
rec
is returned fromCosetTableFpHom
. I've included code that resolves the break loop in this particular case. The transcript is below and the input is a attachedNEWTC_Rewrite_bug.g.txt
The text was updated successfully, but these errors were encountered: