General

Profile

ohai (Ippei Obayashi)

  • Login: ohai
  • Registered on: 07/27/2009
  • Last sign in: 05/15/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 27 27

Activity

12/19/2015

04:27 PM Ruby master Bug #11847 (Closed): Install error on Linux NFS system
When I tried to install ruby 2.2.4 using rbenv and ruby-build, I encountered the following error.
~~~
installing ...
ohai (Ippei Obayashi)

04/13/2014

04:17 AM Ruby master Bug #9738 (Closed): A document fix for Rinda::TupleEntry#renew
As shown in the attached patch, Rinda::TupleEntry#renew
accept true instead of false (true is consistent with make_...
ohai (Ippei Obayashi)

10/31/2013

12:54 AM Ruby master Bug #9062 (Closed): lib/rexml/parsers/streamparser.rb に require "rexml/parsers/baseparser" を追加してほしい
lib/rexml/parsers/streamparser.rb は内部で REXML::Parsers::BaseParser を使っていますが
rexml/parsers/baseparser を require していません...
ohai (Ippei Obayashi)

10/30/2013

11:33 PM Ruby master Bug #9061 (Closed): REXML::Parsers::UltraLightParser で doctype を含む XML のパースがうまくいかない
以下のコード (test_ulp.rb)
require 'rexml/parsers/ultralightparser'
require 'pp'

pp REXML::Parsers::UltraLigh...
ohai (Ippei Obayashi)

08/31/2013

01:29 PM Ruby master Bug #8844 (Closed): Nested ParseError in rexml
以下のように不正なXMLをパースすると
require 'rexml/document'
REXML::Document.new("<a>foo</b>")
例外が発生し、以下のようなメッセージが表示されます(完全なもの...
ohai (Ippei Obayashi)

08/04/2013

06:01 PM Ruby master Bug #8731 (Closed): Problems when parsing notation decl and entity decl with REXML::Parsers::SAX2Parser
以下のコード(sax2parser_decl_error.rb)を実行すると例外が発生します。
require 'rexml/parsers/sax2parser'
require 'rexml/sax2listener'...
ohai (Ippei Obayashi)

07/28/2013

11:20 PM Ruby master Bug #8701 (Closed): REXML bug in parsing notation declarations
添付したコード(test_notationdecl.rb)を実行すると、["x", "y", "z"] が表示することが期待されますが、["y", "z"] と表示されます。
パースに使っている正規表現の問題で, 添付したパッチ...
ohai (Ippei Obayashi)
08:16 PM Ruby master Bug #8689: REXML::StreamListener#entityが呼び出されない
修正ありがとうございます。元々のコードを書いた人も取れている情報を捨てずに活用できる手段を用意したかったのでしょう。
るりまもこれに合わせて適当に修正します。
ohai (Ippei Obayashi)
08:06 PM Ruby master Bug #8685: Problems of the example of REXM::Attribute#namespace
zzak (Zachary Scott) wrote:
> @ohai Thank you! It seems you removed an example for #add_attributes
>
> Why was th...
ohai (Ippei Obayashi)

07/26/2013

02:54 AM Ruby master Bug #8689 (Closed): REXML::StreamListener#entityが呼び出されない
REXML::StreamListener#entity のドキュメントによると
# Called when %foo; is encountered in a doctype declaration.
# @p ...
ohai (Ippei Obayashi)

Also available in: Atom