atom feed12 messages in org.ruby-lang.ruby-core[ruby-core:25093] Re: [Backport #1975...
FromSent OnAttachments
Kirk HainesAug 21, 2009 5:20 am 
Tanaka AkiraAug 21, 2009 7:16 pm 
Kirk HainesAug 24, 2009 8:16 am 
Tanaka AkiraAug 24, 2009 9:26 am 
Urabe ShyouheiAug 24, 2009 9:43 am 
Yukihiro MatsumotoAug 24, 2009 9:51 am 
Kirk HainesAug 24, 2009 10:19 am 
Urabe ShyouheiAug 24, 2009 10:31 am 
Urabe ShyouheiAug 24, 2009 11:57 am 
Tanaka AkiraAug 24, 2009 11:44 pm 
Kirk HainesAug 25, 2009 11:46 am 
Joe SwatoshApr 6, 2012 10:14 pm 
Subject:[ruby-core:25093] Re: [Backport #1975] Backport Dir.mktmpdir
From:Kirk Haines (wyha@gmail.com)
Date:Aug 24, 2009 8:16:47 am
List:org.ruby-lang.ruby-core

On Fri, Aug 21, 2009 at 8:17 PM, Tanaka Akira<ak@fsij.org> wrote:

In article <4a8e@redmine.ruby-lang.org>,  Kirk Haines <redm@ruby-lang.org> writes:

Dir.mktmpdir exists in 1.8 HEAD and 1.8.7, and is used in the test suite for
Backport #1168, so it needs to be backported to 1.8.6 to facilitate use of the
existing test suite.

It is possible to copy Dir.mktmpdir to the test suite.

When I needed Dir.mktmpdir for bootstraptest/runner.rb in 1.9 which may be run by 1.8.6, I copied it.

(*nod*) It has been backported through the rest of the 1.8 line, though, and only adds capability; it doesn't change any existing functionality, so I don't see a problem with just backporting it to 1.8.6. If I am incorrect in that analysis, please let me know.

Thank you,