8000 `PostInverse` matches more than one declaration in `GradedModules` · Issue #510 · homalg-project/homalg_project · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
PostInverse matches more than one declaration in GradedModules #510
Open
@TKuh

Description

@TKuh

Setting

SetUserPreference( "PackagesToLoad", [ "CAP", "homalg" ] );

inside gap.ini and then executing make test inside HigherHomologicalAlgebra/BBGG yields:

testing: /home/tom/.gap/pkg/HigherHomologicalAlgebra/BBGG/tst/100_LoadPackage.tst
########> Diff in /home/tom/.gap/pkg/HigherHomologicalAlgebra/BBGG/tst/100_LoadPackage.tst:8
# Input is:
LoadPackage( "BBGG", false );
# Expected output:
true
# But found:
#I  method installed for PostInverse matches more than one declaration in /home/tom/.gap/pkg/homalg_proj\
ect/GradedModules/gap/UnderlyingMap.gi:265
#I  method installed for PreInverse matches more than one declaration in /home/tom/.gap/pkg/homalg_project/GradedM\
odules/gap/UnderlyingMap.gi:296
true
########

@mohamed-barakat remarked, that this might point to a bug related to the order of package loading.

These errors disappear, when

SetUserPreference( "PackagesToLoad", [ "CAP", "homalg" ] );

is removed from gap.ini.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0