On Sun, Oct 20, 2013 at 9:46 AM, Luís Oliveira luismbo@gmail.com wrote:
On Sun, Oct 20, 2013 at 4:40 AM, Liam Healy lnp@healy.washington.dc.us wrote:
I've added a test that calls a function with both a string and a structure by value. I confirmed that it does not pass without the new expand-to-foreign-dyn-indirect method, and it does pass with it. Head: b0f1979747 - Foreign functions with both string and structure-by-value calls
I've added a comment to your commit. If that code works on the C side, then I think the CFFI code is wrong.
Possibly so. I don't understand C strings, and I'm away from my C references. Can you see what's wrong?
Liam