Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change GroupByGenerators to accept collections again
In GAP <= 4.9, this worked: gap> GroupByGenerators( Group( (1,2) ) ); Group([ (), (1,2) ]) In GAP 4.10, this was broken and instead lead to a "method not found" error. While strictly speaking this was never documented behavior, we restore it to avoid regressions in code that relied on this undocumented behavior. Resolves gap-system#2703
- Loading branch information