[#82518] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — mame@...
Issue #13618 has been updated by mame (Yusuke Endoh).
5 messages
2017/08/30
[#82552] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2017/08/31
[email protected] wrote:
[#82756] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wrong <normalperson@...>
2017/09/12
Eric Wrong <[email protected]> wrote:
[ruby-core:82430] [Ruby trunk Feature#13828] Win32ole extension should support licensed COM servers
From:
wolf@...
Date:
2017-08-21 01:01:24 UTC
List:
ruby-core #82430
Issue #13828 has been updated by graywolf (Gray Wolf). File licensed_com.patch added nobu (Nobuyoshi Nakada) wrote: > * use `rb_scan_args` and `rb_get_kwargs` bug reported in #13830 was resolved, so now I could use `rb_scan_args` and `rb_get_kwargs`. Updated version attached. ---------------------------------------- Feature #13828: Win32ole extension should support licensed COM servers https://bugs.ruby-lang.org/issues/13828#change-66238 * Author: graywolf (Gray Wolf) * Status: Assigned * Priority: Normal * Assignee: suke (Masaki Suketa) * Target version: ---------------------------------------- Current implementation doesn't support licensed COM servers. I've added keyword argument `:license` which when used switches to using `IClassFactory2::CreateInstanceLic` instead of `CoCreateInstance`. Default behaviour was not touched in any way, so it doesn't break anything. And the license version works in my testing. ---Files-------------------------------- 0001-Add-support-for-licensed-servers.patch (2.77 KB) licensed_com.patch (2.81 KB) licensed_com.patch (3.03 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>