Skip to content
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

Add SUM_FLAGS to Iterator for free groups #2857

Closed
wants to merge 1 commit into from

Conversation

wilfwilson
Copy link
Member

In GAP stable-4.10, the library method for Iterator for a free group is sometimes replaced by a higher ranked method from the RCWA package (in particular, when Alexander's tests do LoadAllPackages(); and the method exists in rcwa-4.6.2/lib/rcwagrp.gi:2903). In GAP master, with the method ordering fixed, this doesn't happen; and in principle there is nothing wrong with RCWA installing a new method. However, it is causing problems for the Semigroups package (which can hopefully be resolved soon: see semigroups/Semigroups#532).

In the first instance: is it sensible to add SUM_FLAGS to the library method for Iterator for free groups? It seems to fit in with the philosophy of ranking representation-specific methods very highly. But since it's not directly causing any problems (apart from to the Semigroups package, but probably due to a bug), perhaps we should leave it alone.

Your opinions are welcome.

@wilfwilson wilfwilson added topic: library backport-to-4.10 gapdays2018-fall Issues and PRs that arose at https://www.gapdays.de/gapdays2018-fall labels Sep 21, 2018
@wilfwilson
Copy link
Member Author

Let’s not fiddle around with this stuff at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gapdays2018-fall Issues and PRs that arose at https://www.gapdays.de/gapdays2018-fall topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants