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.
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...
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?
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...
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 =...
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...
-
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...
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...
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? -
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...
Also available in: Atom