Activity
From 02/10/2010 to 03/11/2010
Today
- 12:37 AM Bug #213: Wrong spec around iconv with undefined character
- Current RubySpec fails on NetBSD 5.0.2 as following:
<pre>
Iconv#iconv raises Iconv::IllegalSequence when a character cannot be represented on the target encoding FAILED
Expected Iconv::IllegalSequence but no exception was raised
/home/naruse/...
03/07/2010
- 12:33 PM Bug #212: Time#strftime specs don't check if the method removes the initial digit zero of numbers...
- reported in this ticket:
http://jira.codehaus.org/browse/JRUBY-4612
I attach a patch that adds a spec to check it and does a minor refactor of the previous spec.
03/03/2010
- 12:13 PM Bug #211: Specs for the new Array methods in 1.9, Array#select! and Array#keep_if (Resolved)
- Applied the fix in 5b2b47b, thanks :)
- 11:48 AM Bug #211: Specs for the new Array methods in 1.9, Array#select! and Array#keep_if
- those methods were introduced few days ago.
I include a patch to add specs for them.
02/23/2010
- 06:46 PM Bug #210: core/file/stat/comparison_spec depends on timing
- core/file/stat/comparison_spec.rb prepares @file1 and @file2 as following:
before :each do
@name1 = tmp("i_exist")
@name2 = tmp("i_exist_too")
@file1 = File.new @name1, "w"
@file2 = File.new @name2, "w"
end
and check...
02/22/2010
- 10:22 AM Bug #208: spec for bug #1322 (Resolved)
- Thanks for the spec. Committed in 5c92efd. Please see cleanups in 8ab09fc.
02/19/2010
- 12:16 PM Bug #208: spec for bug #1322
- spec for bug #1322
02/16/2010
- 05:00 PM Bug #207: crypt_spec fails on FreeBSD 8.0 (Resolved)
- Hi,
Please see commit 554870a. Would you be able to add specs for the FreeBSD platform? See the TODO commenn it that commit.
Cheers,
Brian
- 04:04 PM Bug #202: Explicitly specify external_encoding on io/initialize_spec. (Resolved)
- Applied in f56d4f8a.
- 03:57 PM Bug #206: Time rounding behavior is not guaranteed (Closed)
- The specs have been split into 1.8 and 1.9 versions reflecting the change in implementation. Specs for edge cases discovered in actual code should be added under the appropriate version guards.
- 03:56 PM Bug #203: atanh(1.0) always raises Exception on Ruby 1.9.2. (Closed)
- See commit 50879ae8.
- 03:55 PM Bug #156: Math.atanh(1) and Math.atanh(-1) should not raise error, after all (Closed)
- See commit 50879ae8.
02/15/2010
- 05:39 PM Bug #207: crypt_spec fails on FreeBSD 8.0
- On ruby 1.9.2dev (2010-02-15 trunk 26674) [x86_64-freebsd8.0] and
current HEAD of master (28c0c12285bcd5d1c19091003109927046380ef5),
following spec fails.
9)
String#crypt ignores trailing NULL bytes in the salt but counts them for the 2 char...
Also available in: Atom
