[#38371] Re: [ruby-cvs:30538] Ruby:r23320 (trunk): * lib/set.rb (SortedSet#add): Do not let an uncomparable object — "Yugui (Yuki Sonoda)" <yugui@...>
Yuguiです。
At Mon, 4 May 2009 23:44:22 +0900,
遠藤です。
At Fri, 8 May 2009 02:00:10 +0900,
[#38372] making install-sh more descriptive — "Yugui (Yuki Sonoda)" <yugui@...>
install-shが空になって久しい(r520)です。
[#38382] [Bug #1442] indentation check and coverage for toplevel do not work — Yusuke Endoh <redmine@...>
Bug #1442: indentation check and coverage for toplevel do not work
[#38390] [Bug:1.8] Tempfile and extended Enumerable — Tanaka Akira <akr@...>
1.8.8dev で、以下のように、Enumerable に each2 を定義し、
[#38392] Enumerable#gather_each — Tanaka Akira <akr@...>
ときに、複数行をまとめて扱いたいことがあります。
ujihisaと申します。
まつもと ゆきひろです
In article <[email protected]>,
まつもと ゆきひろです
In article <[email protected]>,
In article <[email protected]>,
At Sat, 9 May 2009 15:30:20 +0900,
In article <[email protected]>,
At Sun, 10 May 2009 10:08:47 +0900,
In article <[email protected]>,
At Sun, 10 May 2009 15:57:33 +0900,
In article <[email protected]>,
Haskell の groupBy と Python の groupby が似ている、という話
[#38423] longlife gc — Narihiro Nakamura <authornari@...>
nariと申します.
[#38446] [Bug:1.9] exact Time and inexact Time — Yusuke ENDOH <mame@...>
遠藤です。
In article <[email protected]>,
遠藤です。
[#38463] SQLiteライブラリ — "NARUSE, Yui" <naruse@...>
成瀬です。
[#38486] [Bug #1483] some commands installed without program-suffix — Kazuhiro NISHIYAMA <redmine@...>
Bug #1483: some commands installed without program-suffix
[#38493] [Feature:trunk] enhancement of Array#drop — "U.Nakamura" <usa@...>
こんにちは、なかむら(う)です。
まつもと ゆきひろです
こんにちは、なかむら(う)です。
[#38518] [Bug:1.9] Enumerator.new { }.take(1).inject(&:+) causes stack overflow — Yusuke ENDOH <mame@...>
遠藤です。
[#38524] [Bug #1503] -Kuをつけた時、/[#{s}]/n と Regexp.new("[#{s}]",nil,"n") で実行結果が異なる — sinnichi eguchi <redmine@...>
Bug #1503: -Kuをつけた時、/[#{s}]/n と Regexp.new("[#{s}]",nil,"n") で実行結果が異なる
[ruby-dev:38474] [Bug #1477] DL::Function#unbind raises TypeError
Bug #1477: DL::Function#unbind raises TypeError
http://redmine.ruby-lang.org/issues/show/1477
起票者: Takashi Tamura
ステータス: Open, 優先度: Normal
カテゴリ: ext, Target version: 1.9.2
ruby -v: ruby 1.9.2dev (2009-05-16 trunk 23440) [i686-linux]
コールバックではない単なる 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.new(cfunc, [DL::TYPE_VOIDP])
func.unbind
$ ruby-1.9 -v d11.rb
ruby 1.9.2dev (2009-05-16 trunk 23440) [i686-linux]
/usr/local/pkg/ruby-1.9/lib/ruby/1.9.1/dl/callback.rb:51:in `[]': no implicit conversion from nil to integer (TypeError)
from /usr/local/pkg/ruby-1.9/lib/ruby/1.9.1/dl/callback.rb:51:in `remove_callback_internal'
from /usr/local/pkg/ruby-1.9/lib/ruby/1.9.1/dl/callback.rb:60:in `remove_cdecl_callback'
from /usr/local/pkg/ruby-1.9/lib/ruby/1.9.1/dl/func.rb:88:in `unbind'
from d11.rb:8:in `<main>'
----------------------------------------
http://redmine.ruby-lang.org