General

Profile

akira (akira yamada)

  • Login: akira
  • Email: akira@arika.org
  • Registered on: 09/09/2008
  • Last sign in: 05/09/2012

Issues

open closed Total
Assigned issues 0 21 21
Reported issues 0 2 2

Projects

Project Roles Registered on
Ruby Alumni 03/13/2025

Activity

04/01/2011

02:15 PM Ruby Bug #4476: [PATCH] URI('http://hoge/b/').route_to('http://hoge/b') wrongly returns './'
=begin
I confirmed. Could you please commit your patch?
=end
akira (akira yamada)

02/05/2009

10:02 AM Ruby Bug #454 (Rejected): URI does not follow the last rfc about uri syntax
=begin
URI.escape does not parse the argument string as an URI.
The method only replace all UNSAFE chars in the string.
=end
akira (akira yamada)

01/21/2009

08:55 PM Ruby Feature #1031: -U オプションの説明が --help にない
=begin

On 2009/01/21, at 20:18, Shyouhei Urabe wrote:
> manを読めばいいと思いますね。
> ----------------------------------------
> http://redmine.ruby-lang.org/issues/show/1031

manpageに書いてあるから--helpの出力には含めることができない、
ということでしょうか?

=end
akira (akira yamada)

09/10/2008

10:33 AM Ruby Bug #554: Sync_m#sync_try_lockの引数が無視されている
=begin
石塚圭樹 さんは書きました:
>> http://rubyforge.org/tracker/index.php?func=detail&aid=11680&group_id=426&atid=1700
> その通りです.
> チェックインの方お願いしてしまってよろしいでしょうか?

trunkにcommitしました。

ruby_1_8のほうはよく見るとFailを呼ぶ前に
Thread.critical=false
としているところが...
akira (akira yamada)
10:27 AM Ruby Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
=begin
Applied in changeset r19280.
=end
akira (akira yamada)

09/09/2008

10:44 PM Ruby Bug #554: Sync_m#sync_try_lockの引数が無視されている
=begin
http://rubyforge.org/tracker/index.php?func=detail&aid=11680&group_id=426&atid=1700
でした。

akira yamada さんは書きました:
> ruby_1_8でも同じです。

--- lib/sync.rb (revision 19264)
+++ lib/sync.rb (working copy)
@@ -54,6 +54,7 @@
# e...
akira (akira yamada)
10:37 PM Ruby Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
=begin
こうだったりしないでしょうか?:

--- lib/sync.rb (revision 19272)
+++ lib/sync.rb (working copy)
@@ -126,9 +126,9 @@

# locking methods.
def sync_try_lock(mode = EX)
- return unlock if sync_mode == UN
+ return u...
akira (akira yamada)
10:01 PM Ruby Bug #553 (Closed): REXML::Document#write(io, 1, true, true) #=> NameError/ArgumentError
=begin
以下でNameErrorになります。

>> require "rexml/document"
=> true
>> REXML::Document.new("<a><b/></a>").write($stdout, 1, true, true)
NameError: uninitialized constant REXML::Formatters::Transitive
from /home/akira/src/ruby/ru...
akira (akira yamada)

Also available in: Atom