On Tue, Feb 23, 2016 at 01:51:38AM +0000, Eric Wong wrote: > Hleb Valoshka <375gnu@gmail.com> wrote: > > Hleb: please reply-to-all, we don't require subscription > since moving off librelist. This also prevents the list server > being a single-point-of-failure(-or-censorship). > > > On 2/22/16, Antonio Terceiro wrote: > > > On Debian, this fixes the build against ruby2.3, which otherwise fails > > > with errors like: > > > > > > RegexpError: /.../n has a non escaped non ASCII character in non ASCII-8BIT > > > script > > > - tmp = Tempfile.new("\xde\xad\xbe\xef") # valid path, really :) > > > + tmp = Tempfile.new('raindrops') > > > > I suspect that such names were created intentionally, so your patch > > may not be correct. > > Right; raindrops should work with any paths the FS may throw at it. I did realize it was on purpose, but didn't have the time to dig it the root cause and wen't with the easiest fix I could find. > I posted an alternate RFC patch for this problem a few weeks ago: > > http://bogomips.org/raindrops-public/20160202183136.21549-1-e@80x24.org/raw > > I'm tempted to apply the above as Ruby might continue with existing > behavior. > > Antonio: thoughts? Works for me as well. -- Antonio Terceiro http://softwarelivre.org/terceiro