Subject: Re: [ruby-ffi] New release of FFI gem |
From: Wayne Meissner |
Date: 12/3/10 4:57 AM |
To: ruby-ffi@googlegroups.com |
On 2 December 2010 11:04, Luis Lavena <luislavena@gmail.com> wrote:
Wayne, sorry for top posting, using a limited device.
top-post, bottom-post, smoke signal, anything that gets the message through is fine.
If FFI is aiming 1.9.2 or bigger, then the rubygem spec needs to be tweaked to reflect that. I'm not against of ditching 1.8.x support, but just want to reduce painful support issues for users still using 1.8.x
Agreed, and I just pushed a change the restricts it to >= 1.9.2 I'm not against it still working on 1.8.7 - I'm just against: a) doing the work to make it work, and b) dealing with issues when people try to run code that either requires blocking threads, or non-ruby threads calling back into ruby. btw, I *think* I fixed up the win32 build. I couldn't test it, since I'm having issues getting rake-compiler to build a cross-ruby on my machine ... and I have no win32 vm to run it in anyway. But, if anyone wants to try building out of master for win32 and letting me know if it all works, that would be nice.