Skip to content

global option NoPrecomputedData #6484

Description

@ThomasBreuer

This option appears in a few places in the library, likely for debugging or testing purposes,
but it is not documented, and it is not used in CI tests.

I stumbled over this option when reviewing #6482.
Before that pull request got merged, the following input caused an infinite recursion.

gap> MaximalSubgroupClassReps( AlternatingGroup(6) : NoPrecomputedData );
#I  Alternating recognition needed!
#I  Alternating recognition needed!
#I  Alternating recognition needed!
[...]

The option looks useful.
It should become documented, and should be used in CI tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: enhancementLabel for issues suggesting enhancements; and for pull requests implementing enhancementstopic: documentationIssues and PRs related to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions