stephencelis (Stephen Celis)
- Login: stephencelis
- Email: stephen.celis@gmail.com
- Registered on: 06/10/2013
- Last sign in: 11/09/2016
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 ...
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...
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...
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...
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...
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... - 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...
- 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...
Also available in: Atom