General

Profile

wyhaines (Kirk Haines)

  • Login: wyhaines
  • Email: wyhaines@gmail.com
  • Registered on: 05/16/2009
  • Last sign in: 05/12/2023

Issues

open closed Total
Assigned issues 0 20 20
Reported issues 0 1 1

Projects

Project Roles Registered on
Ruby Alumni 03/13/2025

Activity

03/07/2021

02:00 AM Ruby Bug #17675: StringIO#each_byte doesn't check for readabilty while iterating
The PR is:
https://github.com/ruby/ruby/pull/4245
wyhaines (Kirk Haines)
01:48 AM Ruby Bug #17675 (Closed): StringIO#each_byte doesn't check for readabilty while iterating
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)
12:55 AM Ruby Bug #17661: IO#each will segfault when if file is closed inside an `each_byte` block
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)

05/14/2018

04:31 PM Ruby Feature #14718: Use jemalloc by default?
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)

09/27/2017

10:25 PM Ruby Feature #13943: Use unpack1 instead of unpack(template)[0] in erb.rb
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)

09/06/2017

02:19 AM Ruby Bug #13865 (Closed): Triggered segfault, on Ruby2.4/OSX.
Per your request, I have closed this. wyhaines (Kirk Haines)

07/26/2011

03:53 PM Ruby Feature #5097: Supported platforms of Ruby 1.9.3
On Mon, Jul 25, 2011 at 8:52 PM, Yui NARUSE <naruse@airemix.jp> wrote:

> * Ubuntu

I can volunteer to help with Ubuntu, if you need it.


Kirk Haines
wyhaines (Kirk Haines)

07/23/2011

09:23 AM Ruby Feature #5056: About 1.9 EOL
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)

02/17/2011

03:24 AM Ruby Bug #4403: require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
=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)

09/01/2010

03:14 PM Ruby Revision 8271144e (git): Add revision number to changelog for last entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@29161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wyhaines (Kirk Haines)

Also available in: Atom