rfc:deprecate_partially_supported_callables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:deprecate_partially_supported_callables [2021/09/02 14:29] nikicrfc:deprecate_partially_supported_callables [2021/09/02 15:40] nikic
Line 28: Line 28:
  
 The ''is_callable()'' function and ''callable'' type remain side-effect free and do not throw a deprecation warning. They will continue to accept these callables until support is removed entirely. The ''is_callable()'' function and ''callable'' type remain side-effect free and do not throw a deprecation warning. They will continue to accept these callables until support is removed entirely.
 +
 +Normal ''%%"function"%%'', ''%%"Foo::method"%%'', ''%%["Foo", "method"]%%'' and ''%%[new Foo, "method"]%%'' style callables are unaffected by this change.
  
 ===== Discussion ===== ===== Discussion =====
rfc/deprecate_partially_supported_callables.txt · Last modified: 2021/10/22 08:15 by nikic