Test suite fails with upcoming ruby 3.2 due to removal of File.exists?

2022-10-09 Thread Mamoru TASAKA
Hello, subversion developers: Now Fedora 38 is preparing for upcoming ruby 3.2 (which is expected to be released on 2022/Dec), and current subversion fails for test suite for ruby like: === Error: test_adm_ensure(SvnWcT

Re: Test suite fails with upcoming ruby 3.2 due to removal of File.exists?

2022-10-09 Thread Nathan Hartman
On Sun, Oct 9, 2022 at 6:43 AM Mamoru TASAKA wrote: > > Hello, subversion developers: > > Now Fedora 38 is preparing for upcoming ruby 3.2 (which is expected to be > released > on 2022/Dec), and current subversion fails for test suite for ruby like: > > ===

Re: Test suite fails with upcoming ruby 3.2 due to removal of File.exists?

2022-10-09 Thread Mamoru TASAKA
Nathan Hartman wrote on 2022/10/09 21:59: On Sun, Oct 9, 2022 at 6:43 AM Mamoru TASAKA wrote: Hello, subversion developers: Now Fedora 38 is preparing for upcoming ruby 3.2 (which is expected to be released on 2022/Dec), and current subversion fails for test suite for ruby like: Ruby 3.2 n

Re: Test suite fails with upcoming ruby 3.2 due to removal of File.exists?

2022-10-09 Thread Nathan Hartman
On Sun, Oct 9, 2022 at 10:21 AM Mamoru TASAKA wrote: > > Nathan Hartman wrote on 2022/10/09 21:59: > > Committed in r1904472. > > > > And nominated for backport to 1.14.x in r1904473. > > > > I'm also attaching it as a patch. Please could you verify it fixes the > > issue for you and let us know?