matsuda (Akira Matsuda)
- Email:
- Registered on: 07/25/2008
- Last connection: 12/21/2010
Activity
Reported issues: 6
12/22/2010
- 12:09 pm ruby-trunk Bug #3787: TCPSocket.new() fails on IPv6 connections for IPV4/IPv6 hosts
- =begin
Oh, sorry. You're right.
In my case, while I can connect to 1200 via v4,
% ruby -d -v -rsocket -e "...
12/21/2010
- 10:18 pm ruby-trunk Bug #3787: TCPSocket.new() fails on IPv6 connections for IPV4/IPv6 hosts
- =begin
I just got the same error on my machine (Mac OSX 10.6) with both Ruby 1.8.7 and 1.9.2.
% ruby -d -v -rso...
10/27/2009
- 09:23 pm ruby-trunk Bug #2291 (Closed): Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる
- =begin
% cat ftp_binary.rb
require 'net/ftp'
f = Net::FTP.new
f.binary = true
% ruby ftp_binary.rb
/Use...
08/14/2009
- 08:46 pm Ruby 1.8 Backport #1915: const_defined?の1.9との挙動の違いについて
- =begin
この件に関して、先日のAsakusa.rbでいくつか判明したことがあるので追記します。
% cat const.rb
class Alpha
class Beta; end
end
...
08/09/2009
- 08:03 am Ruby 1.8 Backport #1915 (Assigned): const_defined?の1.9との挙動の違いについて
- =begin
以下の場合に
% cat const_defined.rb
class Alpha
class Beta; end
end
class Gamma < Alpha; end
pu...
07/19/2009
- 10:57 am ruby-trunk Bug #1788 (Closed): ある種のメソッドをalias_methodしようとすると落ちる
- =begin
Ruby 1.9.2 preview1で Ruby on RailsのActiveSupportのtry.rbをロードすると異常終了します。
再現コードはこんな感じです。
class Object
...
02/26/2009
- 10:54 am ruby-trunk Bug #1163: gem_prelude raise NoMethodError if require uninsalled gem with version.
- =begin
+1 for this patch.
同じ問題でハマりました。もろはしさんの提案どおりの仕様でよいと思います。
=end
02/15/2009
- 01:57 am ruby-trunk Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
松田です。
On 2009/02/14, at 21:22, NARUSE, Yui wrote:
> StringScanner#pos の文字位置への変更は IO#pos との絡
> みで難しく、
>...
02/14/2009
- 04:34 pm ruby-trunk Feature #1159 (Rejected): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
松田と申します。
Ruby 1.9の StringScanner#pos (pointer) が現在はバイト単位
でのインデックスを返してくれるのですが、
文字列ベースでのインデックスを返すメソッドが...
09/10/2008
- 06:54 am ruby-trunk Bug #555 (Closed): method_missing in Gem module removes some necessary methods
- =begin
I found something strange in Ruby 1.9 bundled Rubygems(gem_prelude.rb).
(1) there's a method named defau...
Also available in: Atom