General

Profile

stephencelis (Stephen Celis)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/26/2016

11:15 PM Ruby master Misc #12004: Code of Conduct
I'd like to add my vote in favor of a CoC, too. The Swift team put a lot of thought into its community and currently ... stephencelis (Stephen Celis)

07/17/2014

06:38 PM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
Another issue with keyword args and consistency with args:
- *args are immutable
- **kwargs are mutable
~~~rub...
stephencelis (Stephen Celis)

07/15/2013

05:38 AM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
Thanks for weighing in. Given that nil is so prevalent in the language, I don't think we can ignore it.
Also, `**f...
stephencelis (Stephen Celis)

07/07/2013

10:23 AM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
Tried my best to thoughtfully address questions before: http://bugs.ruby-lang.org/issues/8507#note-6
Does anyone hav...
stephencelis (Stephen Celis)

06/11/2013

05:56 AM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
Hm... `nil.to_h => {}` is brand-new and creates an analog to `nil.to_a`, so why would we remove `nil.to_a`?
`(**ni...
stephencelis (Stephen Celis)

06/10/2013

01:32 PM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
To return to the original question:
> Do you really want to do `splat(**nil)`?
I find that Ruby's flexibility h...
stephencelis (Stephen Celis)
01:29 PM Ruby master Bug #8507: Keyword splat does not convert arg to Hash
Is there logic behind the current state that I'm unaware of? Consistency is predictability, which is important when l... stephencelis (Stephen Celis)
03:27 AM Ruby master Bug #8507 (Rejected): Keyword splat does not convert arg to Hash
A single splat is useful to convert an object to an array as it passes from one method to the next, so I expected the... stephencelis (Stephen Celis)

Also available in: Atom