General

Profile

JWuttke (Joachim Wuttke)

Issues

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

Activity

07/14/2012

04:15 PM Ruby Bug #6732 (Closed): documentation error in IPSocket#peeraddr
ri1.9.3 IPSocket#peeraddr
says
TCPSocket.open("www.ruby-lang.org", 80) {|sock|
p sock.peeraddr #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"]
p sock.peeraddr(true) #=> ["AF_INET", 80, "221.186.184.68", "221....
JWuttke (Joachim Wuttke)

03/07/2011

11:35 PM Ruby Bug #4478: hash order preservation fails on 64bit machine
=begin
~$ ruby1.9 -v
ruby 1.9.0 (2006-06-08) [x86_64-linux]
=end
JWuttke (Joachim Wuttke)
06:07 PM Ruby Bug #4478 (Rejected): hash order preservation fails on 64bit machine
=begin
On a 32bit machine:
~$ uname -r
2.6.32-5-686
~$ ruby1.9 -e "x={};x[:a]=1;x[:b]=2;p x"
{:a=>1, :b=>2} # as it should
On a 64bit machine:
~$ uname -r
2.6.24-etchnhalf.1-amd64
~$ ruby1.9 -e "x={};x[:a]=1;x[:b]=2;p x"
{:...
JWuttke (Joachim Wuttke)
07:40 PM Ruby Feature #4477: Kernel:exec and backtick (`) don't work for certain system commands
=begin
Sorry, Shota, I do not understand why you recategorized this issue as a Feature.
The current behaviour of `<cmd>` contradicts what the documentation says, and it offends common sense. In my understanding, this is clearly a Bug....
JWuttke (Joachim Wuttke)
05:55 PM Ruby Feature #4477 (Closed): Kernel:exec and backtick (`) don't work for certain system commands
From documentation and common sense, I would expect that Kernel:exec and backtick (`) work for _all_ kind of system commands. This is currently not the case.
~$ cat test1
echo success
~$ cat test2
#!/bin/sh
echo success
~$ chmod ...
JWuttke (Joachim Wuttke)

01/09/2009

07:02 PM Ruby Feature #994 (Closed): Hash-order preservation should be declared a feature; documentation needs to be adapted
=begin
I would like to come back to a thread from March 2008 in comp.lang.ruby,
http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/5803482840ed66ca/7af75e86b1975224?hl=enaf75e86b1975224:

For me, hash order preser...
JWuttke (Joachim Wuttke)

Also available in: Atom