Project

General

Profile

Actions

Feature #10342

closed

Module#deprecate_constant

Added by nobu (Nobuyoshi Nakada) over 10 years ago. Updated almost 9 years ago.

Status:
Closed
Target version:
-
[ruby-core:65521]

Description

Proposal for Module#deprecate_constant, which marks constants referred by arguments as deprecated.

class C
  FOO = 1
  deprecate_constant :FOO
end
C::FOO #=> warning: constant C::FOO is deprecated

https://github.com/nobu/ruby/compare/Module%23deprecate_constant


Related issues 2 (0 open2 closed)

Related to Ruby - Misc #10339: normalize reference to Timeout::ErrorClosedActions
Has duplicate Ruby - Feature #11398: deprecate constantsClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0