[Scilab-Dev] bitset function

Станислав krotersv at gmail.com
Mon Nov 5 06:05:20 CET 2012


04.11.2012 18:06, Sylvestre Ledru пишет:
> On 27/10/2012 09:03, Станислав wrote:
>> Hi.
>> I have reported an issue about bitset function (see bug #12013).
>>
>> I have changed the code of function. My solution is not brilliant but it
>> works good for me.
>>
>> The bitset function does not  have a test-file so I have wrote it.
>> I am going to write a SEP-file which will include description of:
>> 1) algorithm of work when pos is more than 32 or/and  x is more than 2^32-1;
>> 2) algorithm of work when x is an uint8, uint16 or uint32 value and pos
>> is more than 8 (bitset works wrong if x is uint8 and pos is 9);
>> 3) change of type of x in different cases.
>>
>> If someone is working on bitset function let we discuss it.
> AFAIK, nobody is working on this function.
>
> Let me know when you have progress on the code. I will be happy to
> review your patches.
>
> Thanks,
> Sylvestre
>
> _______________________________________________
> dev mailing list
> dev at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/dev
Hi.
I have wrote bitseb.tst. But it is not final result. Now I am working on
problem "Input variable v is not a scalar and its entries have different
values." I have reported bug#12054.

I am goingalso to change help page of bitset function. See SEP.
I do not know what is *.dia.ref file for. So I did not write it.

Stanislav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20121105/3ac9aac1/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bitset.7z
Type: application/x-7z-compressed
Size: 42803 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/dev/attachments/20121105/3ac9aac1/attachment.bin>


More information about the dev mailing list