Actions
Feature #17825
openUniformize Float::INFINITY and Date::infinity.new
Feature #17825:
Uniformize Float::INFINITY and Date::infinity.new
Status:
Open
Assignee:
-
Target version:
-
Description
With Float you can do
and with Date you can do
but not
Background¶
Date::Infinity.new and Float::INFINITY have both the same ancestors and have same using purpose
So it feel odd no be able to call them the same way
Proposal¶
Just make Date::INFINITY a working thing
And maybe mark Date::Infinity.new as deprecated ¯_(ツ)_/¯
Thanks for reading
Actions