General

Profile

sandal (Gregory Brown)

Issues

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

Activity

09/06/2016

12:28 PM Ruby Bug #12727 (Rejected): Segfault when subclassing Thread with bad initialize
I imagine that this is a really unlikely problem to encounter in real code, but...
~~~ ruby
class MyThing < Thread
def initialize
raise
end
end
MyThing.new do
loop do
puts "hello"
sleep(1)
end
end
s...
sandal (Gregory Brown)

05/25/2016

09:14 PM Ruby Bug #12430 (Closed): Segfault in irb when improperly using coerce in combination with method_missing
Don't ask how or why I wrote this code, but suppose you have a class like this:
~~~
class BrokenNumber
def initialize(num)
@num = num
end
def method_missing(m, *a, &b)
@num.send(m, *a, &b)
end
def coerce(...
sandal (Gregory Brown)

01/27/2016

12:44 AM Ruby Misc #12004: Code of Conduct
I also support adopting a Code of Conduct.
I believe CC 1.3 is a good base to work from simply because it is already used on many well known projects. #275 provides the best outline I've seen of specifically what CC does that's import...
sandal (Gregory Brown)

06/16/2011

06:29 AM Ruby Feature #4824: Provide method Kernel#executed?
On Sat, Jun 4, 2011 at 10:17 AM, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
>
> Issue #4824 has been updated by Yukihiro Matsumoto.
>
>
> I agree providing a method to tell whether it is loaded as a library or is executed as a ...
sandal (Gregory Brown)

05/23/2010

05:49 AM Ruby Bug #3332 (Rejected): r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
=begin
Building from http://svn.ruby-lang.org/repos/ruby/trunk at r27953 causes gem install to fail on both Mac OS X 10.5 and 10.6.

Steps to reproduce follow:

Build from SVN at the above revision in the standard way:

aut...
sandal (Gregory Brown)

09/05/2009

01:24 AM Ruby Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Fri, Sep 4, 2009 at 5:38 AM, Shyouhei Urabe<redmine@ruby-lang.org> wrote:
> Issue #2032 has been updated by Shyouhei Urabe.
>
>
> My understanding is that if ruby links to readline6, not only ruby itself is "tainted" by GP...
sandal (Gregory Brown)

09/04/2009

07:25 AM Ruby Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Thu, Sep 3, 2009 at 3:29 PM, Bill Kelly<billk@cts.com> wrote:
>
> From: "Gregory Brown" <gregory.t.brown@gmail.com>
>>
>> On Thu, Sep 3, 2009 at 2:23 PM, Bill Kelly<billk@cts.com> wrote:
>> >
>> > I tried to locate some ...
sandal (Gregory Brown)
04:17 AM Ruby Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Thu, Sep 3, 2009 at 2:23 PM, Bill Kelly<billk@cts.com> wrote:
>
> From: "Gregory Brown" <gregory.t.brown@gmail.com>
>>
>> The trouble is that the Ruby License (on its own) is not considered a
>> free software license by t...
sandal (Gregory Brown)

09/03/2009

10:05 PM Ruby Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Thu, Sep 3, 2009 at 4:36 AM, Eleanor
McHugh<eleanor@games-with-brains.com> wrote:
> On 3 Sep 2009, at 02:18, Eric Hodel wrote:
>>
>> Issue #2032 has been updated by Eric Hodel.
>>
>>
>> On my platforms (OS X and FreeBSD...
sandal (Gregory Brown)

09/02/2009

11:06 PM Ruby Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Wed, Sep 2, 2009 at 8:01 AM, Michal Suchanek<hramrach@centrum.cz> wrote:

>> So please change the Ruby's license to GPLv3 (and GPLv2) compat.
>
> I am not sure this is so easy as just changing a line somewhere.
>
> You w...
sandal (Gregory Brown)

Also available in: Atom