[#1551] Hashes as keys — "Nathaniel Talbott" <nathaniel@...>

I was just playing around with Hash#hash and discovered that you can't use a

13 messages 2003/09/23

non-blocking mode behavior (Re: bug)

From: nobu.nokada@...
Date: 2003-09-01 03:13:30 UTC
List: ruby-core #1492
Hi,

At Mon, 1 Sep 2003 11:46:21 +0900,
Mathieu Bouchard wrote:
> Hi. I have found a bug that is present in version 1.8.0, but not in
> version 1.6.8. The following should raise a Errno::EAGAIN, but does not
> anymore: it waits instead.

Behavior in non-blocking mode has been changed.  Also IO#gets
waits till end of line.

Do you think it undesirable?

-- 
Nobu Nakada

In This Thread