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
This has been discussed in #1809 and was identified as a separate issue. When Semigroups package is loaded, the following diffs appear:
########> Diff in /circa/scratch/gap-jenkins/workspace/GAP-pkg-tested-master-q\
uicktest/GAPCOPTS/64build/GAPGMP/gmp/GAPTARGET/standard/label/kovacs/GAP-pkg-u\
pdate-master-snapshot/tst/teststandard/reesmat.tst:693
# Input is:
ForAll(enum, x-> x in U);
# Expected output:
true
# But found:
false
########
########> Diff in /circa/scratch/gap-jenkins/workspace/GAP-pkg-tested-master-q\
uicktest/GAPCOPTS/64build/GAPGMP/gmp/GAPTARGET/standard/label/kovacs/GAP-pkg-u\
pdate-master-snapshot/tst/teststandard/reesmat.tst:712
# Input is:
ForAll(enum, x-> x in UU);
# Expected output:
true
# But found:
false
########
As @markuspf points out, this maybe related to the breaking of hash functions for permutations in "orb" package after PR #1831 which make spermutations remember their inverses.
The text was updated successfully, but these errors were encountered:
These diffs are present when I use the released version of Orb (4.7.6), but not when I use the master branch of Orb (which contains a fix for the hashing of permutations). So I think @markuspf is right, and this should disappear when the next version of Orb is released.
This Travis test allows everyone (not only to those who can access Jenkins) to see how testinstall/standard/bugfix/extra behaves with no packages, with default packages, and with all packages loaded, using the GAP Docker container for the master branch with packages from the packages-master.tar.gz archive.
This has been discussed in #1809 and was identified as a separate issue. When Semigroups package is loaded, the following diffs appear:
As @markuspf points out, this maybe related to the breaking of hash functions for permutations in "orb" package after PR #1831 which make spermutations remember their inverses.
The text was updated successfully, but these errors were encountered: