bubo47 (Jakub Jursa)
- Login: bubo47
- Email: jakub.jursa1@gmail.com
- Registered on: 11/07/2014
- Last sign in: 08/18/2015
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:
~~~...
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...
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 ...
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... - 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...
Also available in: Atom