The following happens currently in the master branch:
gap> g:= DirectProduct( AlternatingGroup(5), SymmetricGroup(3) );;
gap> Irr( g );;
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `[]' on 2 arguments
The 2nd argument is 'fail' which might point to an earlier problem
at /.../gap-master/gap/lib/methsel2.g:250 called from
[...]
git bisect says that the first bad commit is b6a4985.
The following happens currently in the master branch:
git bisectsays that the first bad commit is b6a4985.