[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69439] [Ruby trunk - Feature #11207] [Open] [PATCH] ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_args
From:
normalperson@...
Date:
2015-06-02 02:33:58 UTC
List:
ruby-core #69439
Issue #11207 has been reported by Eric Wong. ---------------------------------------- Feature #11207: [PATCH] ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_args https://bugs.ruby-lang.org/issues/11207 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Akira Tanaka ---------------------------------------- This should make the code more maintainable and make it easy to add keyword argument (to support "exception: false") in the future. This unfortunately may cause extra allocations, but I don't think it's worth worrying about since there are other rb_scan_args callers which do the same thing as well. akr: any comment? I might commit this in a few days and prepare another patch for "exception: false" support. Thanks. ---Files-------------------------------- 0001-ext-socket-ancdata.c-bsock_sendmsg_internal-use-rb_s.patch (2.35 KB) -- https://bugs.ruby-lang.org/