Ilya Zakharevich on Fri, 13 Jun 2003 23:10:57 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: vecsort() bug


On Fri, Jun 13, 2003 at 05:55:54PM -0400, Igor Schein wrote:
> Hi,
> 
> ? vecsort(Vecsmall([2]));
>   ***   bug in GP (Segmentation Fault), please report

Very few operations are supported on t_VECSMALL type.  But I think
that it is more important to merge t_EXT first, since it is modelled
100% in the support for VECSMALL.  Then one can extend support for
these types *simultaneously*; this way we get a much better coverage
for both types.

Hope this helps,
Ilya