From: "mame (Yusuke Endoh)" Date: 2013-02-17T15:28:10+09:00 Subject: [ruby-core:52358] [ruby-trunk - Bug #7861] New macro for the new feature of rb_scan_args() Issue #7861 has been updated by mame (Yusuke Endoh). Priority changed from Immediate to Normal Target version changed from 2.0.0 to 2.1.0 nobu (Nobuyoshi Nakada) wrote: > (({rb_scan_args()})) has new feature since 1.9.3, but there is no way to tell if it is available from extension libraries. Do you know any concrete application that is in urgent need of the information? -- Yusuke Endoh ---------------------------------------- Bug #7861: New macro for the new feature of rb_scan_args() https://bugs.ruby-lang.org/issues/7861#change-36405 Author: nobu (Nobuyoshi Nakada) Status: Assigned Priority: Normal Assignee: mame (Yusuke Endoh) Category: core Target version: 2.1.0 ruby -v: 2.0.0 =begin (({rb_scan_args()})) has new feature since 1.9.3, but there is no way to tell if it is available from extension libraries. So we have to provide a preprocessor symbol for it now. The name in my mind is (({HAVE_RB_SCAN_ARGS_OPTIONAL_HASH})) now. Any ideas? =end -- http://bugs.ruby-lang.org/