ruby-reference-manual:3596
From: "sho-h (Sho Hashimoto)" <sho-h@n...>
Date: Sat, 16 Mar 2013 14:34:03 +0900
Subject: [ruby-reference-manual:3596] [るりまプロジェクト - Bug #8079][Closed] complex.rd の分岐の整理
Issue #8079 has been updated by sho-h (Sho Hashimoto). Status changed from Open to Closed % Done changed from 0 to 100 r5714 で修正しました。 ---------------------------------------- Bug #8079: complex.rd の分岐の整理 https://bugs.ruby-lang.org/issues/8079#change-37660 Author: pypypy567 (py _) Status: Closed Priority: Normal Assignee: Category: Target version: reporter: ruby_version: 現在 complex.rd の分岐は complex.rd.before.txt のようになっています。 1.9.0 は無視してよいので > #@if (version < "1.9.0") は #@until 1.9.1 でいいですが、これは #@since 1.9.1 の else 節の中に有るので分岐自体不要です。 Complex#% の 分岐も #@until 1.9.1 の中だけ残せばいいと思います。 divmod などの #@if (version < "1.8.0") なメソッドも消していいと思います。 以上について修正してみたところ complex.rd.after.txt のようになりました。 パッチを添付します。(complex.rd.patch) -- http://bugs.ruby-lang.org/ -- ML: ruby-reference-manual@m... Info: http://QuickML.com/
3593 2013-03-12 22:04 [redmine@r... ] [るりまプロジェクト - Bug #8079][Open] complex.rd の分岐の整理 -> 3596 2013-03-16 06:34 ┗[sho-h@n... ] [るりまプロジェクト - Bug #8079][Closed] complex.rd の分岐の整理