chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] blob->s8vector/shared: types.db incorrect


From: Andy Bennett
Subject: [Chicken-users] blob->s8vector/shared: types.db incorrect
Date: Thu, 02 Jul 2015 16:07:19 +0100
User-agent: RoundCube Webmail/0.5.1

Hi,

types.db thinks that blob->s8vector/shared returns an u8vector!

-----
$ cat >> /tmp/x.scm
(use srfi-4)
(s8vector-ref (blob->s8vector/shared #${0000000a}) 0)

$ csc /tmp/x.scm

Warning: at toplevel:
(/tmp/x.scm:2) in procedure call to `s8vector-ref', expected argument #1 of type `(struct s8vector)', but was given an argument of type `(struct u8vector)'
-----


--
address@hidden
http://www.ashurst.eu.org/
http://www.gonumber.com/andyjpb
0x7EBA75FF



reply via email to

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