[macruby-changes] [MacRuby/MacRuby] 0c5064: oops, IO#dup does not raise with closed write stre...

noreply at github.com noreply at github.com
Mon May 2 10:03:48 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/MacRuby/MacRuby

Commit: 0c50642898d199567753510cddb30833a0a42b34
    https://github.com/MacRuby/MacRuby/commit/0c50642898d199567753510cddb30833a0a42b34
Author: Watson <watson1978 at gmail.com>
Date:   2011-05-02 (Mon, 02 May 2011)

Changed paths:
  M io.c

Log Message:
-----------
oops, IO#dup does not raise with closed write stream.

Test Script:
{{{
require 'test/unit/assertions.rb'
include Test::Unit::Assertions

f = STDIN
f2 = f.dup

puts :ok
}}}




More information about the macruby-changes mailing list