Ruby 1.9 Compatibility for TMail

We have now finished getting TMail trunk compatible with Ruby 1.9.

Your Tmail should work the same in either environment (or at least,
that’s what our tests say).

1.8.6 Ruby Test Suite

baci:~/ruby_programs/tmail/trunk mikel$ rake test
(in /Users/mikel/ruby_programs/tmail/trunk)
Loaded suite
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started

Finished in 0.458218 seconds.

203 tests, 4013 assertions, 0 failures, 0 errors

1.9.0 Ruby Test Suite

baci:~/ruby_programs/tmail/trunk mikel$ rake-trunk test
(in /Users/mikel/ruby_programs/tmail/trunk)
Loaded suite
/usr/local/lib/ruby/gems/1.9.0/gems/rake-0.8.1/lib/rake/rake_test_loader
Started

Finished in 0.49248 seconds.

203 tests, 4013 assertions, 0 failures, 0 errors

The next release of TMail (1.2.2) will include this 1.9 compatibility
(about a month away). Right now, if you need it you can get the trunk
revision that has the 1.9 compatibility:

svn checkout -r 197 http://tmail.rubyforge.org/svn/trunk/ TMail

Lots of thanks out to Kornelius K. for breaking the back of the
1.9 compatibility bugs.

Enjoy!

Mikel

On Jan 15, 2008 10:32 AM, Mikel L. [email protected] wrote:

We have now finished getting TMail trunk compatible with Ruby 1.9.

now, that is cool. but it would be jaw-dropping if you include a
benchmark too.
thanks Mikel for tmail (hmm, even your name rhymes w it :slight_smile:

kind regards -botp

On Jan 15, 2008 2:05 PM, botp [email protected] wrote:

On Jan 15, 2008 10:32 AM, Mikel L. [email protected] wrote:

We have now finished getting TMail trunk compatible with Ruby 1.9.
now, that is cool. but it would be jaw-dropping if you include a benchmark too.

Go ahead :slight_smile: Would love to see them :slight_smile: Someone else who is good at
this could whack it together in no problem I am sure.

thanks Mikel for tmail (hmm, even your name rhymes w it :slight_smile:

Heh… no problem, but I didn’t make it, Minero A. did, I’m just
holding the fort and moving it forward :slight_smile:

Mikel