Re: [Jruby-devel] Socket send/recv patches try 2

2006-03-23 Thread Charles O Nutter
No problem, we'll always run all our available test cases (which recently includes ant test, Rubicon, IRB, and various Rails scripts...plus occasionally some of Ruby's own) so any major regressions should be caught. I'd like to also say thank you very much to everyone that's been making contributio

[Jruby-devel] Socket send/recv patches try 2

2006-03-23 Thread Evan
Seems there's something special about naming a java method "send" in an IRubyObject class. Anyway, this patch is the same as the previous sent patch, only without that potential bug. Sorry to throw the last one to the list without checking vigorously enough :-) Hopefully this is it and I won't s

[Jruby-devel] Socket send/recv patches

2006-03-23 Thread Evan
These are less than 100% behavior accurate, and the "flags" and "to" field are ignored, but this should work with 90% of the send/recv code out there. I'll probably have something on "addr" and "peeraddr" in a few weeks, but this is much lower priority for me. I tested this by building a simple s