Front page | perl.perl6.users |
Postings from May 2020
Re: NativeCall questions
Thread Previous
|
Thread Next
From:
David Santiago
Date:
May 8, 2020 17:01
Subject:
Re: NativeCall questions
Message ID:
CAO5X0j64KSPfBqrcmZCvrJF11GfiA1q=ujfmERiSZuwY++ow1w@mail.gmail.com
Thanks for the information!
Have a great weekend!
Best regards,
David Santiago
Tobias Boege <tobs@taboege.de> escreveu no dia sexta, 8/05/2020 à(s) 15:52:
>
> 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