Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show a warning when GroupWithGenerators called on a domain
In GAP <= 4.9, the following undocumented use of GroupWithGenerators was possible: gap> GroupWithGenerators( Group( (1,2) ) ); Group([ (), (1,2) ]) This does not work in GAP 4.10.0, and gap-system#3095 restored this never documented behavior to avoid regressions in code that used to work previously. This commit adds a warning when such use of `GroupWithGenerators` is detected.
- Loading branch information