Activity
From 08/04/2010 to 09/02/2010
08/19/2010
- 01:35 AM Bug #239: 127.0.0.1 may resolved as localhost.localdomain
- Some environments (Debian, CentOS) has /etc/hosts which includes following line:
127.0.0.1 localhost localhost.localdomain
On such environment, library/socket/socket/getnameinfo_spec.rb will fail.
http://www.rubyist.net/~akr/chkbuild/debian/...
- 01:29 AM Bug #238: IO#foreach fails on Ruby 1.9 with LANG=C
- The spec of IO#foreach fails on Ruby 1.9 with LANG=C environment.
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/log/20100819T060500Z.log.html.gz#rubyspec
4)
IO.foreach converts first parameter to string and uses as file name FAILED...
08/18/2010
- 07:29 PM Bug #237: optional/capi/range_spec.rb fails on Ruby 1.9
- optional/capi/range_spec.rb has following code. It fails on Ruby 1.9 at (a = mock('nil')).should_receive(:method_missing).with(:<=>, b).and_return(nil) because 1.9 has NilClass#<=>.
<pre>
it "raises an ArgumentError when the given start and end ...
Also available in: Atom
