General

Profile

sgonyea (Scott Gonyea)

  • Login: sgonyea
  • Email: scott@aitrus.org
  • Registered on: 10/09/2010
  • Last sign in: 01/22/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

01/22/2014

02:33 AM Ruby Bug #9424: ruby 1.9 & 2.x has insecure SSL/TLS client defaults
Nobuyoshi Nakada wrote:
> I agree the removal.
> ...
Those people are damned regardless. For anyone who does upgrade their version of Ruby, at the very least, this will protect them from OpenSSL's known / past insecure defaults. That ...
sgonyea (Scott Gonyea)

02/22/2012

11:54 AM Ruby Bug #6033: Digest issue in 1.9.3
I found the source of the bug. My ~/.profile defined $C_INCLUDE_PATH and $CPLUS_INCLUDE_PATH. Having this here did not affect Ruby 1.8.7 or 1.9.2. It did, however, screw up portions of 1.9.3. How strange. sgonyea (Scott Gonyea)
11:45 AM Ruby Bug #6057: URI - Nonsensical Behavior
Ah. That's the issue.
1.9.3-p125 :016 > uri = URI("http://google.com/foo/bar/")
=> #<URI::HTTP:0x007fd97a891038 URL:http://google.com/foo/bar/>
1.9.3-p125 :017 > uri + "baz"
=> #<URI::HTTP:0x007fd97a887ab0 URL:http://google.com/...
sgonyea (Scott Gonyea)
10:57 AM Ruby Bug #6057: URI - Nonsensical Behavior
Another example:
URI.join("http://foo.com/baz", "bar", "bim")
# => #<URI::HTTP:0x1005412e URL:http://foo.com/bim>
Also, if we did model the behavior of Pathname, then joining of "/baz" would reset the path which I do think is acc...
sgonyea (Scott Gonyea)
10:36 AM Ruby Bug #6057: URI - Nonsensical Behavior
I'd be happy to write this improved functionality. But would it be welcome? sgonyea (Scott Gonyea)
10:35 AM Ruby Bug #6057: URI - Nonsensical Behavior
Edit: Moronic comment redacted. sgonyea (Scott Gonyea)
10:34 AM Ruby Bug #6057 (Closed): URI - Nonsensical Behavior
The behavior of Ruby's URI is confusing, to say the least.
```
URI("http://foo.com/bar") + "baz"
# => #<URI::HTTP:0x710713de URL:http://foo.com/baz>
URI.join("http://foo.com/baz", "bar")
# => #<URI::HTTP:0x29fd5dc4 URL:http://f...
sgonyea (Scott Gonyea)

02/17/2012

05:55 AM Ruby Bug #6033: Digest issue in 1.9.3
Weird. It's happening on both of my laptops, but not a fresh one. I guess something is screwed up from when Lion first came out. Time to format... (go ahead and reject) sgonyea (Scott Gonyea)

02/16/2012

05:18 PM Ruby Bug #6033 (Third Party's Issue): Digest issue in 1.9.3
This only happens to me on Ruby 1.9.3, in Mac OS X Lion (10.7.3). 1.9.2/1.8.7 are not affected by this issue.
After building ruby-1.9.3-p0 OR ruby-1.9.3-p122 (via rvm), I get the following issue attempting to require 'digest/sha1' (or...
sgonyea (Scott Gonyea)

11/20/2010

07:43 AM Ruby Bug #4074 (Closed): mkmf hardcoding prevents ObjC/ObjC++ ruby extensions from building properly
=begin
Sent to the ruby-core list on Oct 8, 2010. Submitting patch / ticket.

This is in regards to patch 28765 (Jul 27, 2010). The patch notes are rather blasé:

* lib/mkmf.rb (have_framework): added.
http://github.com/ru...
sgonyea (Scott Gonyea)

Also available in: Atom