You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I would say we keep the issue open to make it easier to find in case someone else comes across this. And just to make sure: My rather direct question was not meant to deter you from opening such issues in the future: It's good if we are aware of such things, even if they are of minor practical relevance right now, because they might get relevant any time. So thanks for the report! :-)
Setting
inside
gap.ini
and then executingmake test
insideHigherHomologicalAlgebra/BBGG
yields:@mohamed-barakat remarked, that this might point to a bug related to the order of package loading.
These errors disappear, when
is removed from
gap.ini
.The text was updated successfully, but these errors were encountered: