Re: [Chicken-users] bind egg: uint8_t

2019-01-16 Thread Sven Hartrumpf
Hi Evan. Evan, 2019-01-16 08:54: > 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/t

Re: [Chicken-users] bind egg: uint8_t

2019-01-15 Thread Evan Hanson
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