colindkelley (Colin Kelley)
- Login: colindkelley
- Email: colin@invoca.com
- Registered on: 12/22/2013
- Last sign in: 04/29/2020
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
01/17/2024
- 12:45 AM Ruby master Revision 8ae24e6b (git): [ruby/psych] issue #443: quote Y and N when dumping
- https://github.com/ruby/psych/commit/93c8fb443a
- 12:45 AM Ruby master Revision 77593495 (git): [ruby/psych] issue #443: drop special tests for y, Y, n, N since they covered in the more general test
- https://github.com/ruby/psych/commit/6750b35402
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...
Also available in: Atom