gap-packages / qpa

GAP package for quivers and path algebras
https://folk.ntnu.no/oyvinso/QPA/
GNU General Public License v2.0
30 stars 13 forks source link

Test failure with latest GAP master #71

Closed fingolfin closed 2 years ago

fingolfin commented 2 years ago

Unfortunately https://github.com/gap-system/gap/pull/4922 merged into the GAP master branch causes a minor (harmless) test failure in the QPA test suite: basically, in a few messages, "1 generators" now is "1 generator".

See https://github.com/gap-system/PackageDistro/runs/7161848758?check_suite_focus=true for the corresponding test results.

One way to address this would be to pass a custom compareFunction to TestDirectory... We want to release GAP 4.12 in mid-August, so I hope we can get a fix into QPA and a new release until then (but even if not, this is not a major issue). I might be able to help with this in August, but probably won't have time before, sorry