Summary
Allow unsigned-integer64 as an FFI return type
Metadata
- Id: 3918458210c3f64c4b27ee4d44424a0e044eec33
- Trac id: 453
- Type: enhancement
- Reporter: syn
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.6.x
- Changetime: 2011-01-02 11:49:00 UTC
- Created: 2010-12-16 12:05:04 UTC
- Keywords:
Description
As of 4.6.3, unsigned-integer64 is available as an FFI type for function arguments and locations but it is not yet as a return type. I see that this belongs into the foreign-result-conversion procedure in support.scm but I don't really know how exactly the conversion has to be done.