A bunch of packages could potentially benefit from similar changes. Her are all that use `IsContainedInSpan`: - [ ] `corelg` - [ ] `ctbllib` - [ ] `fining` - [ ] `liealgdb` - [x] `polycyclic` -- see https://github.com/gap-packages/polycyclic/pull/115, resolved in version 2.18 - [ ] `qpa` - [ ] `recog` - [ ] `repsn` - [ ] `sla` Found via ``` rg --type=gap -l IsContainedInSpan pkg/ | sort | cut -d/ -f2 | uniq ``` _Originally posted by @fingolfin in https://github.com/gap-system/gap/issues/6287#issuecomment-4143847341_
A bunch of packages could potentially benefit from similar changes. Her are all that use
IsContainedInSpan:corelgctbllibfiningliealgdbpolycyclic-- see Use return value ofCloseMutableBasisto replacenot IsContainedInSpangap-packages/polycyclic#115, resolved in version 2.18qparecogrepsnslaFound via
Originally posted by @fingolfin in #6287 (comment)