Fix for GLib::Spawn regression

Hi,

I’ve just opened a pull request
Fix for GLib::Spawn regression by geoffyoungs · Pull Request #1 · ruby-gnome/ruby-gnome · GitHub with a patch that
fixes GLib::Spawn.async, GLib::Spawn…async_with_pipes and
GLib::Spawn…sync when the environment parameter is nil.

I was hoping for someone else to check it over before I commit it -
I’m assuming I’ve understood the purpose of RVAL2STRV_ACCEPT_NIL, but
I could be wrong :slight_smile:

Also I’ve added a test case, but I’m not sure whether it’ll work on
Windows (or even how relevant it is there).

Thanks,

G.


Random Musing - http://www.frafferz.com/
Geek Blog - http://geoffyoungs.github.com/

On Tue, Oct 4, 2011 at 15:06, Geoff Y. [email protected] wrote:

Windows (or even how relevant it is there).
It’s correct and Kouhei has already committed it.

Thanks, and sorry about messing this up.