From: matz@... Date: 2014-02-14T07:50:38+00:00 Subject: [ruby-core:60718] [ruby-trunk - Feature #9502] Remove deprecated definitions Issue #9502 has been updated by Yukihiro Matsumoto. Agreed. Remove those functions (structs). Matz. ---------------------------------------- Feature #9502: Remove deprecated definitions https://bugs.ruby-lang.org/issues/9502#change-45140 * Author: Akira Tanaka * Status: Open * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- I'd like to remove deprecated definitions. This means C level API change. The list of functions, macros and types are follows. (This list doesn't contain definitions deprecated after 2.1.0 release.) VA VD NAME old 193 Check_SafeStr -> SafeStringValue old 193 rb_check_safe_str -> SafeStringValue old 193 rb_quad_pack -> rb_integer_pack old 193 rb_quad_unpack -> rb_integer_unpack old 193 rb_read_check : access struct FILE internal. no replacement. old 193 rb_struct_iv_get : internal function. no replacement. 191 * struct rb_blocking_region_buffer : internal type. no replacement. 191 193 rb_thread_blocking_region_begin -> rb_thread_call_without_gvl family 191 193 rb_thread_blocking_region_end -> rb_thread_call_without_gvl family old 193 TRAP_BEG -> rb_thread_call_without_gvl family old 193 TRAP_END -> rb_thread_call_without_gvl family old 193 rb_thread_select -> rb_thread_fd_select 191 * struct rb_exec_arg : internal type. no replacement. 191 200 rb_exec : internal function. no replacement. 191 200 rb_exec_arg_addopt : internal function. no replacement. 191 200 rb_exec_arg_fixup : internal function. no replacement. 191 200 rb_exec_arg_init : internal function. no replacement. 192 200 rb_exec_err : internal function. no replacement. 191 200 rb_fork : internal function. no replacement. 192 200 rb_fork_err : internal function. no replacement. 191 200 rb_proc_exec_n : internal function. no replacement. 191 200 rb_run_exec_options : internal function. no replacement. 192 200 rb_run_exec_options_err : internal function. no replacement. 191 200 rb_thread_blocking_region -> rb_thread_call_without_gvl family old 200 rb_thread_polling -> rb_thread_wait_for 186 210 rb_big2str0 : internal function. no replacement. 193 210 rb_big2ulong_pack -> rb_integer_pack 193 210 rb_gc_set_params : internal function. no replacement. VA is the version that the definition is available since. "old" means it is available since 1.8.5 at least. VD is the version that the definition is deprecated to cause warnings. "*" means struct type. struct types are not a target of deprecation warning. It seems the half of definitions have replacements. The rest are removed without replacement because they are ruby internals. ---Files-------------------------------- remove-deprecates.diff (29.5 KB) -- http://bugs.ruby-lang.org/