You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some deprecated/obsolete methods like File.exists?, Thread#safe_level etc in the core library.
Looks like they aren't covered with tests there and moreover some existing specs were deleted recently - File.exists?, Dir.exists? and FileTest.exists?` (commit).
So I am wondering whether it is a well-considered decision or it's unintentional situation. I believe that as far as these methods are still available in MRI they should be a part of the specification.
The text was updated successfully, but these errors were encountered:
There are some deprecated/obsolete methods like
File.exists?
,Thread#safe_level
etc in the core library.Looks like they aren't covered with tests there and moreover some existing specs were deleted recently -
File.exists?
,Dir.exists? and
FileTest.exists?` (commit).So I am wondering whether it is a well-considered decision or it's unintentional situation. I believe that as far as these methods are still available in MRI they should be a part of the specification.
The text was updated successfully, but these errors were encountered: