From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id CC50119C003A for ; Tue, 3 Nov 2015 12:19:50 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 35456B5D929 for ; Tue, 3 Nov 2015 12:48:30 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 3979A952408 for ; Tue, 3 Nov 2015 12:48:30 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E00DF120509; Tue, 3 Nov 2015 12:48:28 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 603CF1204B8 for ; Tue, 3 Nov 2015 12:48:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=UvgtwHuJPUw/gQKwlunUggxBWVU=; b=YiftWGD6+y7XpbPam9 yPZB5ng635Yyr3v3xoRQvACDSPyg8Ffp35w7ALiLDLfCHWCAPY7yKXoUmDmOV8Rs 00iMem7nPD3IT5JNbvEblWnk5EW0W+Cvpu+nVK3bCoiuvwamBTLUexqTwJVlWsd1 6vC+j0EfV+cCt+wddNgrSTeG0= Received: by filter0873p1mdw1.sendgrid.net with SMTP id filter0873p1mdw1.3058.56382E849 2015-11-03 03:48:20.123465483 +0000 UTC Received: from herokuapp.com (ec2-54-160-198-250.compute-1.amazonaws.com [54.160.198.250]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 1dzoxLnvTRSLuk3b6A_aHQ for ; Tue, 03 Nov 2015 03:48:19.935 +0000 (UTC) Date: Tue, 03 Nov 2015 03:48:19 +0000 From: normalperson@yhbt.net To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 45943 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11647 X-Redmine-Issue-Author: normalperson X-Redmine-Sender: normalperson X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6ELaREpU5PvvA+NESjot6H9HhqqYsSVATCj0 eH5e8Zp+Xt2iV24MaBPimZol3G2vjnHJ+fc2KIMFjpwC5aEuPAItgPlgAGRIh53svSSaWfjNcuFmHJ HdGv8hxvrqzJ9FE= X-ML-Name: ruby-core X-Mail-Count: 71306 Subject: [ruby-core:71306] [Ruby trunk - Feature #11647] [Open] [PATCH] include/ruby/ruby.h (struct RObject): hide iv_index_tbl type X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11647 has been reported by Eric Wong. ---------------------------------------- Feature #11647: [PATCH] include/ruby/ruby.h (struct RObject): hide iv_index_tbl type https://bugs.ruby-lang.org/issues/11647 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: ---------------------------------------- This is an implementation detail and should not be exposed to C extension users. We may change this to id_table soon; and id_table should not be exposed as a public API. It is highly unlikely any existing C extensions require this; so the risk of breakage is very low. Ideally, all of RObject could be hidden. Hopefully no objections, will commit in a day or two. ---Files-------------------------------- 0001-include-ruby-ruby.h-struct-RObject-hide-iv_index_tbl.patch (1.09 KB) -- https://bugs.ruby-lang.org/