[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>

Hi ruby-core,

10 messages 2015/03/10

[ruby-core:68503] Re: [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false"

From: Eric Wong <normalperson@...>
Date: 2015-03-12 03:08:44 UTC
List: ruby-core #68503
Committed as r49948.

I tried to cleanup to use rb_get_kwargs, but got stuck on a possible
bug in rb_get_kwargs.

I think the st_delete call in rb_get_kwargs interacts badly with with
keyword optimizations ko1 did in 2.2.  My work-in-progress patch
gets stuck on the OpenSSL read_nonblock (from
ext/openssl/lib/openssl/buffering.rb) in test/openssl/test_ssl.rb

Work-in-progress is below, see the FIXME area in my patch which starts
with "if (1)" (tests are OK with "if (0)")

http://80x24.org/spew/m/20150312030016.GA10183%40dcvr.yhbt.net.txt

In This Thread