General

Profile

sheepman (Takashi Tamura)

  • Login: sheepman
  • Registered on: 06/02/2008
  • Last sign in: 08/18/2010

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 12 12

Activity

03/30/2010

05:35 PM Ruby Bug #3054 (Closed): test/psych is executed without libyaml
=begin
When I make test-all at trunk, test/psych is executed even if the system
does not have libyaml. test/zlib and others aren't executed if building *.so fails.

Regards.
=end
sheepman (Takashi Tamura)
05:24 PM Ruby Bug #3053 (Closed): Psych should not be installed without libyaml.
=begin
At trunk, psych is installed even if the system does not have libyaml.
If psych continues to require libyaml, I think lib/psych should move to
ext/psych/lib/psych, like ext/openssl/lib/openssl and ext/digest/lib/digest.

...
sheepman (Takashi Tamura)

03/29/2010

09:50 PM Ruby Bug #3039 (Closed): test/psych should use require_relative
=begin
When make test-all at trunk, load errors on test/psych/helper.rb occur.
Scripts in test/psych/ should use

require_relative 'helper'

instead of

require 'test/psych/helper'.
=end
sheepman (Takashi Tamura)

03/28/2010

04:39 PM Ruby Bug #3030 (Closed): make test-all fails with zlib 1.2.4
=begin
1.9 の trunk で make test-all すると、
zlib 関連で以下のようなエラーがあります。

$ ./ruby -v
ruby 1.9.2dev (2010-03-26 trunk 27066) [x86_64-darwin10.2.0]

$ port info zlib
zlib @1.2.4, Revision 1 (archivers)

8) Error:
test_params(T...
sheepman (Takashi Tamura)

03/27/2010

07:00 PM Ruby Bug #2695: Supported Platforms
=begin
こんにちは sheepman です。

> ../../src/ruby.git/configure \
> (略
> --with-opt-dir=/opt/local \
> (略

これだと拡張ライブラリが Apple 提供のライブラリではなくてMacPortsか何かとリンクしてしまうと思うのですが。

それはそうと、最新のMacPortsにリンクしてビルドすると zlib と openssl でエラーが増えるのですが、むらたさ...
sheepman (Takashi Tamura)

07/25/2009

05:24 PM Ruby Bug #924: encoding for stdio's
=begin
成瀬さんが以前書かれた以下の前提は変わったと思うのですが、
現在でも標準入出力を自動変換しない理由をもう少し詳しく書いていただけないでしょうか。

> default_internal は導入されましたが、自動変換はデフォルトはオフになっています。
> このため、入力エンコーディングの自動変換はデフォルトだと働きません。
> この状態で、出力だけ自動変換をするというのはおかしいように思います。

あと標準入出力を自動変換しない場合、非 AS...
sheepman (Takashi Tamura)

07/22/2009

09:21 PM Ruby Bug #924: encoding for stdio's
=begin
こんばんは sheepman です。

結局、1.9.2 で stdio の encoding はどうなる/なったのでしょうか。
=end
sheepman (Takashi Tamura)

07/04/2009

12:21 PM Ruby Bug #1353: io does not convert str when ext == intern
=begin
こんにちは sheepman です。

この件は結局どうなったのでしょうか?

>成瀬です。
>
>sheepman wrote:
>>> 内部エンコーディングの設定は、書き込み時のエンコーディング変換には影響しません。
>>> またdefault_externalも、書き込み時のエンコーディング変換には影響しません。
>>
>> 影響しているようです。
>
>うーむむ、確かに。
>ちょっと[ruby...
sheepman (Takashi Tamura)

05/23/2009

04:43 PM Ruby Bug #1505 (Closed): DL::CPtr#<=> doesn't return -1
=begin
DL::CPtr#<=> が -1 ではなくて 4294967295 を返します。

$ cat d15.rb
require 'dl'

s = 'abc'
cptr = DL::CPtr[s]
cptr1 = cptr + 1
p cptr <=> cptr1
p cptr1 <=> cptr

$ ruby-1.9 d15.rb
4294967295
1
=end
sheepman (Takashi Tamura)

05/16/2009

05:34 PM Ruby Bug #1477 (Closed): DL::Function#unbind raises TypeError
=begin
コールバックではない単なる DL::Function に対して unbind を呼ぶと
よくわからないエラーが出ます。

$ cat d11.rb

require 'dl/import'

h = DL::Handle.new
addr = h.sym('strlen')
cfunc = DL::CFunc.new(addr, DL::TYPE_INT)
func = DL::Function.n...
sheepman (Takashi Tamura)

Also available in: Atom