Commit 8f67e9f
committed
Turn IsEquivalence{Head,Tail} and IsXModAlgebraConst into filters
These "attributes" only take true/false values, and have no methods,
strongly suggesting that they should be filters instead.
This fixes a conflict with a future GAP release, which will reject AND-filters
where one ore more of the "filters" involved actually is no filter (which
includes properties), but rather just an operation or attribute.
See also gap-system/gap#2732 for some technical details1 parent 2e6b63a commit 8f67e9f
2 files changed
Lines changed: 12 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1832 | 1832 | | |
1833 | 1833 | | |
1834 | 1834 | | |
1835 | | - | |
1836 | 1835 | | |
1837 | 1836 | | |
1838 | 1837 | | |
| |||
1976 | 1975 | | |
1977 | 1976 | | |
1978 | 1977 | | |
1979 | | - | |
1980 | | - | |
1981 | | - | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
1990 | | - | |
1991 | | - | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
1992 | 1986 | | |
1993 | 1987 | | |
1994 | 1988 | | |
| |||
2014 | 2008 | | |
2015 | 2009 | | |
2016 | 2010 | | |
2017 | | - | |
| 2011 | + | |
2018 | 2012 | | |
2019 | 2013 | | |
2020 | 2014 | | |
| |||
0 commit comments