General

Profile

colindkelley (Colin Kelley)

  • Login: colindkelley
  • Email: colin@invoca.com
  • Registered on: 12/22/2013
  • Last connection: 04/29/2020

Issues

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

Activity

04/30/2020

04:16 AM Ruby master Feature #16821: gem version notation for "rational version" compatibility
Thank you for the quick response. Yes, I will do refile there. Sorry for mistakenly filing here. colindkelley (Colin Kelley)

04/29/2020

11:10 PM Ruby master Feature #16821 (Third Party's Issue): gem version notation for "rational version" compatibility
When a gemspec wants to express a version requirement, we typically use the `'~> '` notation like this:
```ruby
s...
colindkelley (Colin Kelley)

12/22/2015

04:49 PM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
Hi Matz, do you have any reactions to the above? colindkelley (Colin Kelley)

12/13/2015

08:13 PM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
> If #dig returns nil instead of exception, as you want, we cannot distinguish case 2 and case 3.
I've looked at a...
colindkelley (Colin Kelley)

12/12/2015

10:19 PM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
As described by Matz, it sounds like the implementation would be equivalent to
~~~
def dig(key, *keys)
value =...
colindkelley (Colin Kelley)

12/08/2015

04:03 AM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
Here is my suggested documentation on how `Hash#dig` should behave as part of a general `dig` protocol. The patch in... colindkelley (Colin Kelley)
01:35 AM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
> I'd guess, like Colin, that returning nil is probably the best. Makes debugging harder when writing new code, but m... colindkelley (Colin Kelley)

12/07/2015

03:59 PM Ruby master Bug #11759: URI breaks with frozen strings
> I prefer String.new() to "".dup because the former describes intention (of creating a buffer).
Ok. I've attached...
colindkelley (Colin Kelley)

12/05/2015

04:32 PM Ruby master Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
> I think it should return nil in this case.
Anyone else have an opinion?
colindkelley (Colin Kelley)
04:20 PM Ruby master Bug #11759: URI breaks with frozen strings
> Outputs:
> 480
> 416
> 416
That is more significant than I thought. `''.dup` wins.
> No, we shouldn't worr...
colindkelley (Colin Kelley)

Also available in: Atom