Re: [fricas-devel] [PATCH] "#" is only defined for finiteAggregate

2019-07-22 Thread Waldek Hebisch
oldk1331 wrote: > > Function "#" is defined when "% has finiteAggregate", and the > implementation should also fall under this condition, so I fixed > this for URAGG: OK, please commit. -- Waldek Hebisch -- You received this message because you are subscribed to

[fricas-devel] [PATCH] "#" is only defined for finiteAggregate

2019-07-22 Thread oldk1331
Function "#" is defined when "% has finiteAggregate", and the implementation should also fall under this condition, so I fixed this for URAGG: --- a/src/algebra/aggcat.spad +++ b/src/algebra/aggcat.spad @@ -1466,12 +1466,6 @@ while not empty? l and i > 0 repeat (l := rest l; i := i - 1)