General

Profile

erikh (Erik Hollensbe)

  • Login: erikh
  • Email: erik@hollensbe.org
  • Registered on: 11/01/2008
  • Last sign in: 11/16/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

11/16/2012

04:43 AM Ruby Bug #6653: 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
Sorry for the abysmally late response -- I can't seem to get the redmine here to send me email for some reason.
Hi Folks, so I actually sorted this out with some help from others. It's not an issue of memcached, or rather, didn't appe...
erikh (Erik Hollensbe)

07/09/2012

11:50 AM Ruby Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
Hi folks, can I get some feedback on this patch before feature freeze? Thanks. erikh (Erik Hollensbe)

06/27/2012

08:19 AM Ruby Bug #6653 (Closed): 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
the script: https://gist.github.com/4f36f8543ad702861096
the trace + output of the run: https://gist.github.com/cf7dd137ad65802c46ae
ruby -v is 1.9.2-p290, but we're seeing this in 1.9.3-p194 as well.
This does *not* exhibit on OS...
erikh (Erik Hollensbe)

04/11/2012

06:34 PM Ruby Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
I've attached a new patch -- this implements the same functionality but refers to it as `all_values` and reverts the old changes to `values_at`. This is fundamentally the same functionality as `values_at` with the overridden functionalit... erikh (Erik Hollensbe)

03/09/2011

10:15 AM Ruby Bug #4485 (Closed): Gem.bin_path('rake') does not return the path of the system-installed rake
=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you w...
erikh (Erik Hollensbe)

09/16/2010

05:41 AM Ruby Bug #3830: ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
=begin
Included are two patches which may be alternatives to the MM approach above:

1) Doc patch which clarifies the use of the 'sock' accessor to close the socket.

2) Simple close method which calls @sock.close.

They are...
erikh (Erik Hollensbe)
05:22 AM Ruby Bug #3834 (Closed): ext/openssl fails to build in certain scenarios due to misordered pkg-config check
=begin
If mkmf via ext/openssl/extconf.rb is allowed to search for both headers and libs before consulting pkg-config, multiple installations of openssl will cause trouble during build time.

This is evident on my OS X 10.6 system w...
erikh (Erik Hollensbe)

09/28/2009

04:49 AM Ruby Feature #2149 (Feedback): Pathname#include?
pre-cleaning the paths of both side of this call and seeing if the RHS exists in the LHS would be a very useful feature for Pathname users; especially those who are trying to evaluate whether or not a path (after cleanup) is a child of ... erikh (Erik Hollensbe)

08/16/2009

11:12 PM Ruby Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
=begin
Attached is a patch which implements the overloaded #values_at functionality. If there is a problem, let me know and I'll alter it. Test cases and docs included.

For now, any information (be it named capture, index, or unexp...
erikh (Erik Hollensbe)

11/13/2008

12:54 AM Ruby Bug #704: delegate.rb will only delegate to specifically-named delegate object
=begin
Oh crap. :) Sorry about that. Thanks.
=end
erikh (Erik Hollensbe)

Also available in: Atom