General

Profile

bubo47 (Jakub Jursa)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

08/19/2015

08:46 AM Ruby master Bug #11463 (Closed): Process.spawn raises TypeError when passing hash with keys/vals other than strings
### expected:
~~~
head :001 > Process.spawn({"FOO" => 10}, "bash")
=> 13479
~~~
### got in reality:
~~~...
bubo47 (Jakub Jursa)

02/17/2015

01:56 PM Ruby master Bug #10859 (Closed): Process.spawn raises TypeError when passing hash with symbols as env
### expected:
~~~
head :001 > Process.spawn({FOO: "bar"}, "bash")
=> 13479
~~~
### got in reality:
~~~
hea...
bubo47 (Jakub Jursa)

11/27/2014

12:22 PM Ruby master Bug #10485: NoMethodError "undefined method `initialize_copy'" when trying to execute Queue#dup
Recursive Madman wrote:
> > Not all methods in super classes always work on all subclasses.
>
> If a method that ...
bubo47 (Jakub Jursa)

11/07/2014

12:45 PM Ruby master Bug #10485: NoMethodError "undefined method `initialize_copy'" when trying to execute Queue#dup
why not? :)
actually I bumped into this by accident when implementing `Queue#to_a` (which basically clones *self* an...
bubo47 (Jakub Jursa)
10:39 AM Ruby master Bug #10485 (Closed): NoMethodError "undefined method `initialize_copy'" when trying to execute Queue#dup
Queue#dup raises NoMethodError (Queue#clone as well)
~~~
:001 > q = Queue.new
=> #<Thread::Queue:0x00000001507...
bubo47 (Jakub Jursa)

Also available in: Atom