зеркало из https://github.com/github/ruby.git
* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
clause. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
33ceea5cdb
Коммит
5e3009aa45
|
@ -1,3 +1,8 @@
|
|||
Mon Mar 12 20:08:16 2012 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
|
||||
clause.
|
||||
|
||||
Mon Mar 12 19:23:13 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* encoding.c (rb_find_encoding): new function find encoding from
|
||||
|
|
|
@ -816,7 +816,7 @@ private
|
|||
File.symlink nil, nil
|
||||
rescue NotImplementedError
|
||||
return false
|
||||
rescue
|
||||
rescue TypeError
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче