From: John Barnette Date: 2008-04-02T11:54:04+09:00 Subject: Re: [PATCH] New Ruby Implementation - Rhinestone Hi, On Tue, Apr 1, 2008 at 7:09 PM, Nobuyoshi Nakada wrote: > --- Rhinestone~ > +++ Rhinestone > @@ -19,6 +19,5 @@ > > $ svn co http://svn.ruby-lang.org/repos/ruby/trunk > - $ find trunk -type f -name '*.rb' | grep -v svn | xargs ruby -pi -e > - '$_.gsub!(/[ ]{2,}/, " "); $_' > + $ find trunk -type f -name '*.rb' | xargs ruby -pi -e '$_.gsub!(/[ ]{2,}/, " "); $_' > $ make && mv ruby rhinestone > > > Files under .svn directories are suffixed with .svn-base. Thanks very much for your patch. As my Rhinestone implementation was initially perfect, this bug was undoubtedly introduced by Ruby's core developers. Please open a ticket at http://rubyforge.org/tracker/?func=browse&group_id=426&atid=1698. Thanks! ~ j.