[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>

> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;

12 messages 2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — nobu.nokada@... 2003/05/29

Hi,

Re: ping.rb

From: matz@... (Yukihiro Matsumoto)
Date: 2003-05-15 03:40:35 UTC
List: ruby-core #1041
Hi,

In message "ping.rb"
    on 03/05/15, Dave Thomas <dave@pragprog.com> writes:

|On my Mac OSX,
|
|    TCPSocket.new('localhost', 'echo')
|
|raises EINVAL:

|Is this expected behavior?

I don't think so.  Possible reasons are:

  * OS X connect(2) behave differently
  * something wrong in configuration, e.g. IPv6 setting
  * my stupid portability bug


							matz.

In This Thread