зеркало из https://github.com/github/ruby.git
* lib/mathn.rb: mathn library is deprecated on ruby 2.2.
[Feature #10169][ruby-core:64553] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2530d3e30e
Коммит
fb66bf2dd8
|
@ -1,3 +1,8 @@
|
|||
Tue Aug 26 09:27:10 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/mathn.rb: mathn library is deprecated on ruby 2.2.
|
||||
[Feature #10169][ruby-core:64553]
|
||||
|
||||
Tue Aug 26 09:25:03 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/mathn.rb: removed commented-out code.
|
||||
|
|
3
NEWS
3
NEWS
|
@ -121,6 +121,9 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
=== Stdlib compatibility issues (excluding feature bug fixes)
|
||||
|
||||
* lib/mathn.rb
|
||||
* Show deprecated warning [Feature #10169]
|
||||
|
||||
* ext/date/lib/date/format.rb
|
||||
* Removed because it's empty file.
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
# class Numeric follows to make this documentation findable in a reasonable
|
||||
# location
|
||||
|
||||
warn('lib/mathn.rb is deprecated') if $VERBOSE
|
||||
|
||||
class Numeric; end
|
||||
|
||||
require "cmath.rb"
|
||||
|
|
Загрузка…
Ссылка в новой задаче