Skip to content

Hap: loading of Hap fails if SmallGroups are not installed #775

@dimpase

Description

@dimpase

loading of Hap fails with an error in
line 162 of pkg/Hap1.11/lib/HapCocyclic/gap/ccgroup.gi, saying

 Error, <opr> is not an operation called from
 <compiled or corrupted statement>  called from
 <function "local function">( <arguments> )
 called from read-eval loop

Line 162 is the last line of

 InstallMethod
 (  IdGroup,
 true,
 [ IsCcGroup ],
 0,

  function( Cc )
     return IdGroup( Image(IsomorphismPermGroup(Cc)) );
 end
 );

Indeed, without SmallGroups installed IdGroup is a function, not an attribute. Probably this means that Hap misses a dependence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: packagesissues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions