[#75225] [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7) — k@...
Issue #12324 has been reported by Kazuki Yamaguchi.
6 messages
2016/04/27
[#78693] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
k@rhe.jp wrote:
[#78701] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Kazuki Yamaguchi <k@...>
2016/12/17
On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
[#78702] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
Kazuki Yamaguchi <k@rhe.jp> wrote:
[ruby-core:75111] [Ruby trunk Bug#11587] Make OpenStruct#new_ostruct_member and #modifiable fully private API
From:
usa@...
Date:
2016-04-22 08:57:25 UTC
List:
ruby-core #75111
Issue #11587 has been updated by Usaku NAKAMURA. Backport changed from 2.1: WONTFIX, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: WONTFIX, 2.2: WONTFIX, 2.3: UNKNOWN ---------------------------------------- Bug #11587: Make OpenStruct#new_ostruct_member and #modifiable fully private API https://bugs.ruby-lang.org/issues/11587#change-58242 * Author: Benoit Daloze * Status: Closed * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: WONTFIX, 2.2: WONTFIX, 2.3: UNKNOWN ---------------------------------------- #6056 made OpenStruct#new_ostruct_member and #modifiable protected, but they still appear in RDoc and normal user documentation: http://ruby-doc.org/stdlib-2.2.3/libdoc/ostruct/rdoc/OpenStruct.html#method-i-new_ostruct_member Also, it seems they should really be private and not just protected. These methods look like they should be implementation details and therefore be hidden from the user. Is it fine from a compatibility point of view to make them private and hide them from user documentation? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>