Rich Meyers

Results 4 comments of Rich Meyers

I started working on this: https://github.com/richmeyers/rpg/compare/gem-file-install

I thought you might say that :) I filed the ticket first in case the functionality already existed and I just couldn't find it.

I started working on this and testing of setopt passthrough is rather tricky. By design curb issues setopt calls when curb#perform is called, and forwarded setopts happen before that. This...

Looks like https://github.com/taf2/curb/blob/master/ext/curb_easy.c#L1886 has the condition backwards. It should be if !nil && !nil. Or possibly !nil || !nil would be more correct, though perhaps not very useful.