This project is closed and read-only.
Actions
Bug #993
closedobsolete "nonblocking IO#read" used in system calls
Bug #993:
obsolete "nonblocking IO#read" used in system calls
Description
=begin
Running ruby 1.8.7 under linux, from time to time I get the message
"warning: nonblocking IO#read is obsolete; use IO#readpartial or IO#sysread".
It comes from a line of code like
my_file_list += ls *.myextension
Hence I guess the invalid read is located somewhere inside the implementation of the .. system call.
=end
Actions