PlainListCopy for list not knowing they are small#6333
Conversation
6369bf7 to
61acce1
Compare
|
@james-d-mitchell @ChrisJefferson we kinda need this to unbreak the semigroups test suite |
Will look tomorrow morning. Have I missed something how is the Semigroups test suite broken? |
|
It is broken in the package distro, see the status badge at https://github.com/gap-system/PackageDistro and the daily report linked there |
|
Ah, and sorry, I just noticed that I didn't put into the description that this is a recent regression due to PR #6327 |
|
Looks good to me! |
james-d-mitchell
left a comment
There was a problem hiding this comment.
Also looks good to me. I'm not sure why the previous behaviour was causing Semigroups tests to fail (we aren't apparently using AsPlist or CopyPlainList directly), but this seems like a sensible change regardless.
|
Well, |
Fix
PlainListCopyfor lists which are small but do not know it yet know they are in filterIsSmallList; this is e.g. needed for the semigroups test suite.This is a regression caused by PR #6327