James Mitchell
James Mitchell
Thanks for the contribution @thierry-FreeBSD ! The file touched by this pr is from: https://github.com/bombela/backward-cpp maybe it’d be a good idea to open a pr there too?
Thanks for the report, I've moved it from the python bindings to here because this is an issue in libsemigroups itself. I'm on it.
I've been looking at this a little during the GAP days in St Andrews. It seems that the issue is with `IsTransitive` and not with `IsPrimitive` per say: ~~~ gap>...
Some of us at GAPDays are going to work on this today.
This PR is also missing any documentation at all, which makes it not mergeable at the moment.
> @james-d-mitchell @mtorpey I’ve added tests for this issue. I had to adjust the formatting a few times since the GitHub checks were failing initially. The tests run correctly when...
Thanks for the report @egri-nagy. This is the same issue as reported at: https://github.com/libsemigroups/libsemigroups/issues/557 There are 3 solutions (from quickest to slowest): 1. The quickest fix (if you just want...
> while you are using gnu++17 or even gnu++23 features. We are not using c++17 or c++23 features in Semigroups at the moment. > (actually, same applies to libsemigroups, so...
Resolved in v5.5.1 but I'm going to leave this issue open until that's picked up by a GAP release itself (just in case anyone else has this problem).
Good question, only v2.7.4 at the moment