General

Profile

mudge (Paul Mucur)

  • Login: mudge
  • Email: mudge@mudge.name
  • Registered on: 12/09/2010
  • Last sign in: 12/28/2018

Issues

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

Activity

07/04/2018

08:43 PM Ruby master Feature #14896 (Open): Expose Net::HTTPResponse socket for integration with libraries expecting an IO
As several stdlib libraries support reading from IO-compatible objects (e.g. Zlib::GzipReader, Gem::Package::TarReade... mudge (Paul Mucur)

10/12/2016

08:28 AM Ruby master Feature #6284: Add composition for procs
Yukihiro Matsumoto wrote:
> Positive about adding function composition. But we need method name consensus before add...
mudge (Paul Mucur)

10/11/2016

08:18 PM Ruby master Feature #6284: Add composition for procs
Alexander Moore-Niemi wrote:
> Paul: what's the performance of your `compose`? If I have time later I can use https:...
mudge (Paul Mucur)

12/30/2015

11:18 AM Ruby master Feature #6284: Add composition for procs
With the recent addition of `Hash#to_proc` and performance improvements to `Proc`s in 2.3.0, I have rebased my patch ... mudge (Paul Mucur)

06/30/2015

12:39 PM Ruby master Feature #6284: Add composition for procs
Pablo Herrero wrote:
> I don't believe you need a pure PF language to benefit from a feature like this. Many ETL pro...
mudge (Paul Mucur)

06/29/2015

08:39 AM Ruby master Feature #6284: Add composition for procs
Regarding the syntax: I also support `*` as the operator where `f * g = f(g(x))` (as it seems close enough to the mat... mudge (Paul Mucur)

06/23/2015

02:47 PM Ruby master Feature #6284: Add composition for procs
Attached patch to support composing with any object that responds to `call` (rather than raising a `TypeError` if the... mudge (Paul Mucur)

06/14/2015

04:55 PM Ruby master Feature #6284: Add composition for procs
Attached patches for `Proc#*` and `Method#*` for Proc and Method composition including test cases. Also raised as a p... mudge (Paul Mucur)

04/02/2012

06:43 PM Ruby 1.8 Bug #6239: super Does Not Pass Modified Rest Args When Originally Empty
Thank you, Matz.
We have now covered this behaviour in RubySpec as of https://github.com/rubyspec/rubyspec/commit/...
mudge (Paul Mucur)

04/01/2012

02:51 AM Ruby 1.8 Bug #6239: super Does Not Pass Modified Rest Args When Originally Empty
As a side note, both JRuby 1.6.6 and Rubinius 1.2.4 in 1.8 compatibility mode follow the behaviour of 1.9.2.
James...
mudge (Paul Mucur)

Also available in: Atom