Bug #17661 is a failure to check readability on `each_byte` of an IO, causing a segmentation fault. StringIO has an independent, but related implementation, and it shares the same flaw in its implementation, where it fails to check fo...wyhaines (Kirk Haines)
Aaron filed this bug on my behalf, as I was having issues with my account. Those issues appear to be issues no more, however. In the interest of having details appear in the issue tracker and not just on GitHub, I'll reiterate the des...wyhaines (Kirk Haines)
mperham (Mike Perham) wrote: > Shyouhei, I'm very happy with only the change in default. I believe that will significantly improve the runtime of 1000s of Ruby apps. Thank you! It absolutely will. In my experience, jemalloc is a tr...wyhaines (Kirk Haines)
It should implicitly be faster, as it avoids the array creation, insertion, and dereferencing that occurs with: m.unpack("C")[0] However, a benchmark to quantify the difference would be nice to have.wyhaines (Kirk Haines)
If 2.0 is just a lot compatible iteration of 1.9.3, and could just as easily be called 1.9.4, then why not just call it 1.9.4? Using the 2.0 version jump implies a substantial bump in the language, with changes in api's and compat...wyhaines (Kirk Haines)
=begin On Wed, Feb 16, 2011 at 7:48 AM, Robert Pankowecki <redmine@ruby-lang.org> wrote: > Bug #4403: require command loads file twice when required symlink or file under directory which is symlink (symbolic link) > http://redmine.ru...wyhaines (Kirk Haines)