General

Profile

zimbatm (zimba tm)

Issues

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

Activity

05/10/2015

06:01 PM Ruby master Misc #11131 (Closed): Unexpected splatting of empty kwargs
~~~ruby
def foo(); :ok end
foo(*[]) #=> :ok
foo(**{}) #=> ArgumentError: wrong number of arguments (1 for 0)
foo(...
zimbatm (zimba tm)

03/04/2015

10:34 AM Ruby master Feature #10927: [PATCH] Add default empty string to string replacements
Alright but a change doesn't necessarily need to be substantial to improve developer happiness. It seems like my litt... zimbatm (zimba tm)

03/02/2015

04:26 PM Ruby master Feature #10927 (Open): [PATCH] Add default empty string to string replacements
Hi ruby devs !
A common case for string substitution is to just remove the found items. This patch changes the `St...
zimbatm (zimba tm)

04/12/2011

09:16 PM Ruby master Feature #4553: Add Set#pick and Set#pop
=begin
#pop is often associated to stack operations, which implies an order. Unless a better name is found, isn't set...
zimbatm (zimba tm)
09:10 PM Ruby master Feature #4541: Inconsistent Array.slice()
I don't see the advantage of having nil returned in any case since the empty array already expresses the "there is no... zimbatm (zimba tm)
07:14 PM Ruby master Feature #4569: Replace IPAddr with IPAddress
=begin
Hi Marco, awesome lib. I read trough it and here are the thoughts I had:
* IPAddr#[] and IPAddr#each don't ho...
zimbatm (zimba tm)

03/31/2011

11:15 PM Ruby master Bug #4545 (Closed): [PATCH] syslog extension documentation improvements and fixes
=begin
Small documentation fixes for the syslog extension.
The patch is a GIT patch on top of 7487298584145058f234...
zimbatm (zimba tm)

01/20/2011

08:45 PM Ruby 1.8 Feature #4239: Let's begin a talk for "1.8.8" -- How's needed for surviving 1.8?
=begin
2011/1/20 Zeno Davatz <redmine@ruby-lang.org>:
> When I boot into a new kernel then I do _not_ get a Kernel-...
zimbatm (zimba tm)
01:57 AM Ruby master Bug #4294: IO.popen ['"ping"', 'localhost -n 3'] fails
=begin
How is that a bug ? If ping is surrounded by quotes, ruby will look for an executable named "ping" with the q...
zimbatm (zimba tm)

01/19/2011

02:34 AM Ruby master Bug #4291: rb_time_new with negative values (pre-epoch dates) on Windows
=begin
Shouldn't we use 64bit on all platforms instead ?
=end
zimbatm (zimba tm)

Also available in: Atom