General

Profile

pabloh (Pablo Herrero)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 8 8

Activity

11/14/2018

05:33 PM Ruby master Feature #6284: Add composition for procs
nobu (Nobuyoshi Nakada) wrote:
> I've forgotten to post the patch to use `<<` and `>>`.
> https://github.com/nobu/r...
pabloh (Pablo Herrero)

08/08/2016

03:59 PM Ruby master Feature #9704: Refinements as files instead of modules
It would be interesting to be able apply a refinement to a whole app (without its gems) or inside a single gem withou... pabloh (Pablo Herrero)

07/23/2016

02:57 PM Ruby master Feature #9108: Hash sub-selections
Any chance something like this could make it into 2.4?.
Is really cumbersome to require ActiveSupport as a depende...
pabloh (Pablo Herrero)

02/24/2016

04:33 AM Ruby master Bug #12106: Behavior of double splatting of hashes with non symbol key is different according to splatted hash position
Small correction: for the 2nd, 3rd and 4th examples on each code block the error actually is "TypeError: wrong argume... pabloh (Pablo Herrero)
04:29 AM Ruby master Bug #12106 (Closed): Behavior of double splatting of hashes with non symbol key is different according to splatted hash position
When doing double splatting with hash with non symbols keys you get different behaviors according to the position of ... pabloh (Pablo Herrero)

06/30/2015

11:37 AM Ruby master Feature #6284: Add composition for procs
Martin Dürst wrote:
> I'm teaching Haskell in a graduate class, so I'm quite familiar with function composition and ...
pabloh (Pablo Herrero)

06/29/2015

09:32 PM Ruby master Feature #6284: Add composition for procs
It would be nice to be able to compose functions in both ways, like in F#, you can do `g << f` or `g >> f`, sadly thi... pabloh (Pablo Herrero)

06/18/2015

08:20 PM Ruby master Bug #11284 (Rejected): String#upcase and String#downcase don't work for accented characters
Many accented and other non-english characters fails to upcase/downcase properly.
Accented characters is the most co...
pabloh (Pablo Herrero)

06/16/2015

06:26 PM Ruby master Feature #9108: Hash sub-selections
Rodrigo Rosenfeld Rosas wrote:
> I actually prefer the signature used by Matz two years ago in that note 18 of issue...
pabloh (Pablo Herrero)

06/12/2015

03:46 PM Ruby master Feature #9108: Hash sub-selections
Since `Hash#slice` wouldn't really play well polymorphically with `Array#slice`, and it feels (to me at least) a bit ... pabloh (Pablo Herrero)

Also available in: Atom