[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1190: byte-blob: byte-blob->blob or byte-blob-object
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1190: byte-blob: byte-blob->blob or byte-blob-object? |
Date: |
Thu, 07 May 2015 22:30:47 -0000 |
#1190: byte-blob: byte-blob->blob or byte-blob-object?
---------------------+------------------------------------------------------
Reporter: retroj | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 4.9.x
Keywords: |
---------------------+------------------------------------------------------
I need to pass a byte-blob to a foreign function, and found that foreign
types scheme-pointer and blob-pointer both gave pointers to the object
header rather than the blob contents. Looking into the source of the
byte-blob egg, I found byte-blob-object and its alias byte-blob->blob.
byte-blob-object is exported by the egg and byte-blob->blob is not
exported. I used byte-blob-object to do what I needed to do, however
neither of these procedures are mentioned in the documentation on Eggs
Unlimited or the chickidee api reference, so I suspect something is
unfinished here. Please advise! Thank you.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1190>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1190: byte-blob: byte-blob->blob or byte-blob-object?,
Chicken Trac <=