[#31692] cannot run test-all — "U.Nakamura" <usa@...>
こんにちは、なかむら(う)です。
9 messages
2007/09/01
[#31697] Re: [ruby-list:43970] 次の1.8.6 — Tadayoshi Funaba <tadf@...>
> * [ruby-dev:31379]がペンディング
10 messages
2007/09/01
[#31699] Re: [ruby-list:43970] 次の1.8.6
— Urabe Shyouhei <shyouhei@...>
2007/09/01
Tadayoshi Funaba wrote:
[#31700] Re: [ruby-list:43970] 次の1.8.6
— Tadayoshi Funaba <tadf@...>
2007/09/01
> > WIN32OLE も Time も担当でないし、この報告が何をいいたいのかもよくわか
[#31703] Re: [ruby-list:43970] 次の1.8.6
— Urabe Shyouhei <shyouhei@...>
2007/09/01
Tadayoshi Funaba wrote:
[#31706] Re: [ruby-list:43970] 次の1.8.6
— Tadayoshi Funaba <tadf@...>
2007/09/01
> 今後サポートを続けるべきかはご判断にお任せします。OLEで使われてるん
[#31709] [BUG] non-initialized struct — Tanaka Akira <akr@...>
以下のようにすると [BUG] が出ます。
6 messages
2007/09/02
[#31715] string literal encoding — Nobuyoshi Nakada <nobu@...>
なかだです。
12 messages
2007/09/02
[#31716] Re: string literal encoding
— Yukihiro Matsumoto <matz@...>
2007/09/02
まつもと ゆきひろです
[#31729] packed st_table — Nobuyoshi Nakada <nobu@...>
なかだです。
8 messages
2007/09/04
[#31734] [m17n] String#chop & String#succ — Nobuyoshi Nakada <nobu@...>
なかだです。
2 messages
2007/09/05
[#31744] [m17n] String#encode — Nobuyoshi Nakada <nobu@...>
なかだです。
7 messages
2007/09/06
[#31768] shellescape — "Akinori MUSHA" <knu@...>
shellwords.rb に shellescape() 等を追加しようと思います。
5 messages
2007/09/10
[#31774] RSTRING(value)->ptr == NULL ? — Tietew <tietew+ruby-dev@...>
Tietew です。
7 messages
2007/09/11
[#31778] Re: RSTRING(value)->ptr == NULL ?
— Yukihiro Matsumoto <matz@...>
2007/09/12
まつもと ゆきひろです
[#31781] `scan': character encodings differ (ArgumentError) — Kouhei Sutou <kou@...>
須藤です。
5 messages
2007/09/15
[#31787] 文字列のinspect — eklerni <eklerni@...>
eklerniといいます。
5 messages
2007/09/15
[#31798] generator from Enumerable#map — "Yusuke ENDOH" <mame@...>
遠藤と申します。
7 messages
2007/09/19
[#31810] rb_obj_is_kind_of — Tanaka Akira <akr@...>
rb_obj_is_kind_of の TYPE(cl) ですが、[ruby-dev:31805] の例
5 messages
2007/09/21
[#31815] 文字列の式展開 — eklerni <eklerni@...>
eklerniといいます。
6 messages
2007/09/22
[#31835] Kernel#` is blocked with Ruby/GLib2 on Intel Mac — Kouhei Sutou <kou@...>
須藤です。
5 messages
2007/09/24
[#31842] 拡張ライブラリ内での SIGVTALRM — とみたまさひろ <tommy@...>
とみたです。
10 messages
2007/09/24
[#31848] huge `if' dumps core — "Yusuke ENDOH" <mame@...>
遠藤と申します。
5 messages
2007/09/24
[#31850] meta programming might dump core — "Yusuke ENDOH" <mame@...>
遠藤と申します。
2 messages
2007/09/24
[#31853] optimize T_OBJECT space — Tanaka Akira <akr@...>
T_OBJECT なインスタンスで、インスタンス変数の名前をクラス側
7 messages
2007/09/25
[#31880] Re: optimize T_OBJECT space
— Tanaka Akira <akr@...>
2007/09/28
In article <87r6kne799.fsf@fsij.org>,
[ruby-dev:31781] `scan': character encodings differ (ArgumentError)
From:
Kouhei Sutou <kou@...>
Date:
2007-09-15 01:23:51 UTC
List:
ruby-dev #31781
須藤です。
trunkでは、encodingがUS-ASCIIな文字列をkcodeが"utf8"な正規表
現でscanしようとするとArgumentErrorが発生します。
% /tmp/local/bin/ruby -v -e '"x".scan(/x/u)'
ruby 1.9.0 (2007-09-14 patchlevel 0) [x86_64-linux]
-e:1:in `scan': character encodings differ (ArgumentError)
from -e:1:in `<main>'
これは一時的なものなのでしょうか?それとも、意図的な動作なの
でしょうか?
これが原因でREXMLは使い物にならなくなっています。
% /tmp/local/bin/ruby -v -r rexml/document -e 'REXML::Document.new(%q(<a b="c"/>))'
ruby 1.9.0 (2007-09-14 patchlevel 0) [x86_64-linux]
/tmp/local/lib/ruby/1.9/rexml/element.rb:707: warning: shadowing outer local variable - child
/tmp/local/lib/ruby/1.9/rexml/element.rb:757: warning: shadowing outer local variable - child
/tmp/local/lib/ruby/1.9/rexml/doctype.rb:121: warning: shadowing outer local variable - child
/tmp/local/lib/ruby/1.9/rexml/xpath_parser.rb:296: warning: shadowing outer local variable - node
/tmp/local/lib/ruby/1.9/rexml/xpath_parser.rb:355: warning: shadowing outer local variable - node
/tmp/local/lib/ruby/1.9/rexml/xpath_parser.rb:367: warning: shadowing outer local variable - node
/tmp/local/lib/ruby/1.9/rexml/parsers/xpathparser.rb:335: warning: shadowing outer local variable - expr
/tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:90:in `raise': #<REXML::ParseException: #<ArgumentError: character encodings differ> (REXML::ParseException)
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:350:in `scan'
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:350:in `pull'
/tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:21:in `parse'
/tmp/local/lib/ruby/1.9/rexml/document.rb:233:in `build'
/tmp/local/lib/ruby/1.9/rexml/document.rb:42:in `initialize'
-e:1:in `new'
-e:1:in `<main>'
...
Exception parsing
Line:
Position:
Last 80 unconsumed characters:
>
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:378:in `raise'
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:378:in `rescue in pull'
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:312:in `pull'
/tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:21:in `parse'
/tmp/local/lib/ruby/1.9/rexml/document.rb:233:in `build'
/tmp/local/lib/ruby/1.9/rexml/document.rb:42:in `initialize'
-e:1:in `new'
-e:1:in `<main>'
...
#<ArgumentError: character encodings differ>
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:350:in `scan'
/tmp/local/lib/ruby/1.9/rexml/parsers/baseparser.rb:350:in `pull'
/tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:21:in `parse'
/tmp/local/lib/ruby/1.9/rexml/document.rb:233:in `build'
/tmp/local/lib/ruby/1.9/rexml/document.rb:42:in `initialize'
-e:1:in `new'
-e:1:in `<main>'
...
Exception parsing
Line:
Position:
Last 80 unconsumed characters:
Line:
Position:
Last 80 unconsumed characters:
from /tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:90:in `rescue in parse'
from /tmp/local/lib/ruby/1.9/rexml/parsers/treeparser.rb:19:in `parse'
from /tmp/local/lib/ruby/1.9/rexml/document.rb:233:in `build'
from /tmp/local/lib/ruby/1.9/rexml/document.rb:42:in `initialize'
from -e:1:in `new'
from -e:1:in `<main>'
# REXMLのこのエラーの出し方(扱い方)もどうかとは思いますが。