Front page | perl.perl6.users |
Postings from May 2020
Re: NativeCall questions
Thread Previous
|
Thread Next
From:
Tobias Boege
Date:
May 8, 2020 15:52
Subject:
Re: NativeCall questions
Message ID:
20200508155248.GA3709168@highrise.localdomain
On Fri, 08 May 2020, David Santiago wrote:
> I also noticed that although my data string is defined as
> CArray[uint8], when i loop through the array, the values are signed
> ints:
>
> say $_ for $ed.data[0..10];
>
> output:
>
> -98
There is an old open bug report about this: https://github.com/Raku/old-issue-tracker/issues/5859
Best,
Tobias
Thread Previous
|
Thread Next