Hans de Graaff
Hans de Graaff
I'm getting the following test failure with ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux], most likely caused by the less predictable hash ordering introduced in that patch level: ``` 1) Failure:...
I'm seeing several test failures in httpclient 2.2.6. I assume these happen because you seem to assume that localhost == 127.0.0.1. These are not the same, and in fact on...
The license in the gemspec file was changed to MIT, but the contents of the LICENSE file and the README.md still refer to the Ruby license. Based on this it's...
File.exists? is deprecated and issues warning messages when run. One instance was already updates in f4973b4ab172d222df57972780935d4fa47ef730 for #1211. This commit updates the remaining use of File.exists?
With ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux] I'm getting the following test failure: ``` ..... the next will fail ..... $a.rot90 test/testreverse.rb:5:in `px': ./lib/narray_ext.rb:267:in `rot90': must be >= 2 dimensional...
Trying to run rake test results in 1 failures, 28 errors 1) Failure: test_enter_room(MUCClientTest) [./test/muc/tc_muc_mucclient.rb:95]: expected but was . 2) Error: test_pingpong(SOCKS5BytestreamsTest): RuntimeError: Fail to create socket ./test/reliable/tc_reliable_connection.rb:16 ./test/../lib/xmpp4r/test/listener_mocker.rb:14:in `call'...
The ruby-fakegem.eclass has sensible defaults and can be used without setting any RUBY_FAKEGEM variables or calling any methods from the eclass explicitly. This gets wrongly reported as "unused eclass: ruby-fakegem".
With ruby 1.8.7 (2012-06-29 patchlevel 370) [x86_64-linux] I'm seeing the following test failure: ``` ======================================================================================================================= @1 => /usr/bin/ruby18 -I ./lib -I ./test/lib /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb ----------------------------------------------------------------------------------------------------------------------- /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb:420: syntax error, unexpected ')' /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb:764:...
With ruby 1.8.7 (2012-06-29 patchlevel 370) [x86_64-linux] I'm getting a few test failures. These all looks like innocent manifestations of the now-random hash ordering in newer patch levels of ruby...
With ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] I get the following test failures: ``` 1) Failure: test_33(ArrayFieldsTest) [test/arrayfields.rb:165]: expected but was . 2) Failure: test_80(ArrayFieldsTest) [test/arrayfields.rb:306]: expected but was ....