-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Discussissues that require discussion before moving forwardissues that require discussion before moving forward
Description
There are several CommonXML methods that are deprecated. Some old repos still use them, although I can remove them if I see the deprecation notice..
Should they be removed? (The suggested date is January 2021, that is almost 4 years ago!)
# TODO remove in 2021
class << self
extend Gem::Deprecate
deprecate :date_display, :"Datura::Helpers.date_display", 2021, 1
deprecate :date_standardize, :"Datura::Helpers.date_standardize", 2021, 1
deprecate :normalize_name, :"Datura::Helpers.normalize_name", 2021, 1
deprecate :normalize_space, :"Datura::Helpers.normalize_space", 2021, 1
end
Metadata
Metadata
Assignees
Labels
Discussissues that require discussion before moving forwardissues that require discussion before moving forward