chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] bind egg: uint8_t


From: Evan Hanson
Subject: Re: [Chicken-users] bind egg: uint8_t
Date: Wed, 16 Jan 2019 08:54:55 +1300

Hi Sven,

Basic support for [u]int8_t has been added to bind 1.2.4. These map to
the [unsigned-]byte FFI types. Note that this means they will not check
for overflowing values but will be truncated instead, per the warning
here: http://api.call-cc.org/5/doc/foreign/types#def:byte. You mentioned
you aren't accessing those struct members so hopefully this won't be a
problem for you.

If the new version doesn't work properly for you please hit the list
again and I'll try to help. Otherwise, enjoy!

On 2019-01-08  9:10, Sven Hartrumpf wrote:
> "Version History" in http://wiki.call-cc.org/eggref/5/bind contains
> "initial release for CHICKEN 4", which should be "CHICKEN 5".

Fixed, thank you!

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]