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

Change GroupWithGenerators to accept collections again #3095

Merged

Commits on Dec 6, 2018

  1. Change GroupWithGenerators to accept collections again

    In GAP <= 4.9, this worked:
    
        gap> GroupWithGenerators( 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
    fingolfin committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    d42fa06 View commit details
    Browse the repository at this point in the history