Re: [fricas-devel] Re: [PATCH] move implementation from IndexedList to List; cleanup

2019-04-24 Thread Ralf Hemmecke
Hi Qian, Patch 1 basically moves all of the function definitions from IndexedList to List (except, minIndex and maxIndex). Maybe maxIndex can even be avoided, because it is inherited from the default implementation of LinearAggregate.

[fricas-devel] Re: [PATCH] move implementation from IndexedList to List; cleanup

2019-04-24 Thread oldk1331
Hi all, can we review these two patches please? The original thread and attachments are in: https://groups.google.com/forum/#!msg/fricas-devel/XtVQA0xxES4/g_8MbobFBgAJ On 12/18/18 6:28 PM, oldk1331 wrote: > I tried to make this change over a year ago, now I'll try again. > > The attached 2