[ruby-core:91074] [Ruby trunk Bug#15498] Update Refinements documentation

From: hsbt@...
Date: 2019-01-14 09:48:45 UTC
List: ruby-core #91074
Issue #15498 has been updated by hsbt (Hiroshi SHIBATA).

Backport set to 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: REQUIRED
Status changed from Open to Closed
Tracker changed from Misc to Bug

Fixed at r66788 

----------------------------------------
Bug #15498: Update Refinements documentation
https://bugs.ruby-lang.org/issues/15498#change-76305

* Author: palkan (Vladimir Dementyev)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: REQUIRED
----------------------------------------
[The current documentation](http://ruby-doc.org/core-2.6/doc/syntax/refinements_rdoc.html) still states:
> When using indirect method access such as Kernel#send, Kernel#method or Kernel#respond_to? refinements are not honored for the caller context during method lookup.

`#public_send`, `#respond_to?` support has been added in 2.6.0 (https://bugs.ruby-lang.org/issues/15327, https://bugs.ruby-lang.org/issues/15326), `#send` worked before (should we update the docs for 2.5.x then?).

Github PR:https://github.com/ruby/ruby/pull/2063

Wiki page also contains an outdated information: https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec#Refinements-Specification





-- 
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>

In This Thread

Prev Next