Open
Description
Unfortunately PR #5029 causes a regression in a bunch of packages, see this report:
- fr - fix in set
IsInjective
flag before callingSetNiceMonomorphism
gap-packages/fr#55, available in version 2.4.11 - groupoids - fix in Mark nice monomorphisms explicitly as injective gap-packages/groupoids#51, not yet available in version 1.71
- rcwa - fix in set
IsInjective
flag for nice monomorphism ... gap-packages/rcwa#25, not yet available in version 4.7.0 - semigroups - fix in set
IsInjective
flag before callingSetNiceMonomorphism
semigroups/Semigroups#870, not yet available in version 5.0.2 - xmod - probably inherits this from groupoids
I think we need to disable this error for now -- or perhaps turn it into an InfoWarning
, but the warning must not be shown on the default level as that would still break those test suites).
On the long run, someone can submit PRs to each of those packages to fix them up, and once they all had a release, we can re-enable the error.
[ IMHO this also answers whether we should backport that PR ;-) ]
Activity