Re: [Jruby-devel] Bug in Glob.

2006-03-27 Thread Charles O Nutter
Glob has always been a sore spot; anything you can do to help is greatly appreciated. This fix looks pretty benign.On 3/27/06, Ola Bini < [EMAIL PROTECTED]> wrote:Hi.There was a small bug in Glob which made patterns like: lib/**/*not return correct results when for example there existed a file name

[Jruby-devel] Bug in Glob.

2006-03-27 Thread Ola Bini
Hi. There was a small bug in Glob which made patterns like: lib/**/* not return correct results when for example there existed a file named lib/sources.rb The attached patch fixes this issue. Tests for this will come, soon enough. Regards Ola Bini glob.patch Description: Binary data