General

Profile

mcmire (Elliot Winkler)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/28/2015

11:56 PM Ruby Bug #11916 (Closed): Fix delegating to 'args' and 'block'
If you have a class that uses Forwardable to delegate a method to
another object, and the method that returns the delegate object is
called `args` or `block`, then Forwardable will fail to work.
Here's a simple example:
class...
mcmire (Elliot Winkler)
09:50 PM Ruby Bug #11913 (Closed): make fails when using a custom build directory
Hi there. I've been trying to submit a bugfix, and in doing so I realized that I had to compile Ruby so that I could run all of the tests. I made a fresh clone of Ruby, and started following the [Contributing document](https://github.com... mcmire (Elliot Winkler)

07/12/2013

10:34 AM Ruby Bug #8507: Keyword splat does not convert arg to Hash
So let's think about why we have `splat(*nil)`. Ordinarily you wouldn't write this code like that of course, but you might have a variable foo and unbeknownst to you (or perhaps not), foo happens to be nil, so you end up with `splat(*nil... mcmire (Elliot Winkler)
10:14 AM Ruby Feature #8614: Object#singleton_class with a block
I'm not sure I like this, but I do agree about the use case. What about adding a method `singleton_class_eval` instead? mcmire (Elliot Winkler)

Also available in: Atom