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)
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)
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)
=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)
=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.
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)
=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.