Activity
From 09/09/2008 to 09/15/2008
09/15/2008
-
09:32 PM Bug #566: String encoding error messages are inconsistent
- =begin
Hi,
In message "Re: [ruby-core:18600] [Bug #566] String encoding error messages are inconsistent"
on ... -
03:57 PM Bug #566 (Closed): String encoding error messages are inconsistent
- =begin
Please compare:
"abc".encode("UTF-16BE") << "abc"
==> EncodingCompatibilityError: incompatible character ... -
09:28 PM Bug #564 (Rejected): Regexp fails on UTF-16 & UTF-32 character encodings
- =begin
=end
-
12:49 PM Bug #564 (Rejected): Regexp fails on UTF-16 & UTF-32 character encodings
- =begin
UTF-16 & UTF-32 (and maybe other non-ascii compatible encodings) don't seem to be work as Regexp patterns.
... -
05:55 PM Bug #547: IPV6系の定数が未定義
- =begin
岩室です。
2008/09/11 3:39 Tanaka Akira <[email protected]>:
> RFC 3493 とか RFC 3542 ですかね。
上記のRFCを参考に、とりあえずミニマムな定... -
02:27 PM Feature #565 (Closed): Encoding::compatible? should also accept Encoding objects as parameters
- =begin
Applied in changeset r19357.
=end
-
02:19 PM Feature #565: Encoding::compatible? should also accept Encoding objects as parameters
- =begin
Hi,
Michael Selig wrote:
> Feature #565: Encoding::compatible? should also accept Encoding objects as par... -
01:29 PM Feature #565 (Closed): Encoding::compatible? should also accept Encoding objects as parameters
- =begin
Some software needs to do transcoding of strings or regexps to be compatible with incoming data from either a... -
06:58 AM Bug #563 (Closed): Regexp::escape is not Encoding Aware
- =begin
Escaping an encoded String can damage the encoding:
>> s = "+"
=> "+"
>> s.encode!("UTF-16BE")
=> ... -
02:47 AM Bug #562 (Closed): String#encode Behaving Like String#encode!
- =begin
Applied in changeset r19349.
=end
-
12:37 AM Bug #562 (Closed): String#encode Behaving Like String#encode!
- =begin
String#encode is changing the original String in the version of Ruby I built yesterday:
$ cat bug.rb
...
09/14/2008
-
04:17 PM Bug #560 (Closed): wrong definition of Vector#eql?
- =begin
Applied in changeset r19338.
=end
-
03:49 PM Bug #560 (Closed): wrong definition of Vector#eql?
- =begin
Matrix#eql?と異なりVector#eql?は定義されていないのでvectorをハッシュのキーにすると、キーの同値性により引くことができません。
Vector#==のすぐ下でVector#eqn?が定... -
02:46 AM Bug #559 (Closed): WEBrick should use #bytesize instead of #size
- =begin
Currently, WEBrick uses #size to figure out the content-length headers, which messes up responses with multib... -
12:34 AM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
藤岡です。
> Web サーバが form を含む HTML を送った時に、ブラウザがどのよ
> うな charset で返事を Web サーバ返すべきかを accept-charset
> のような明示的な...
09/12/2008
-
10:21 PM Bug #164 (Closed): set_trace_func no longer reports 'line', 'call' and 'return' events
- =begin
=end
-
10:21 PM Bug #161 (Closed): Profile library seems broken in 1.9 15427cat t.rv
- =begin
=end
-
06:04 PM Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
- =begin
=end
09/11/2008
-
02:10 PM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
藤岡です。
Tanaka Akira さんは書きました:
>> encoding情報はもらえないので、期待するしかないです。
>> だからといってASCII-8BITかUS-ASCIIのどちらでしか
>> ... -
12:45 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
岩室です。
うえ、MatchDataにするんですか? scanと一致させて欲しいなぁ、と思ってるんですが……。
# scanもMatchDataにしたら、統一性は取れるだろうけど、もっと激しく、ぎゃっとなる... -
12:33 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
岩室です。
この件、しばらく検討してみた結果、以下のように考えています。
・ブロックパラメータをscanと一致させることで、統一性が得られ、また、何より、マッチした文字列を$1, $2,
...ではなく名... -
12:34 AM Bug #547: IPV6系の定数が未定義
- =begin
岩室です。
# 反応が遅いですが……。
2008/09/08 18:40 Yukihiro Matsumoto <[email protected]>:
> とりあえずTCP/IPV6関係で必要なものに...
09/10/2008
-
11:18 PM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
=end
-
06:54 AM Bug #555 (Closed): method_missing in Gem module removes some necessary methods
- =begin
I found something strange in Ruby 1.9 bundled Rubygems(gem_prelude.rb).
(1) there's a method named defau... -
11:17 PM Bug #549: ri -f html mungles constants
- =begin
=end
-
11:16 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
=end
-
03:34 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
検索すると標準添付ライブラリでもひっかかっていますが、
こちらについてはすでに対処済みです。
まぁ、ぎゃっとなるケースでも、ブロックパラメータが String から MatchData になるだけなので、... -
03:19 PM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
藤岡です。
>>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>>> そのencodingをつけてあげるのが筋だろうという話になりました。
>> ブラウザはここで利用できる chars... -
03:17 PM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
On Wed, 10 Sep 2008 14:33:34 +0900
In article <[email protected]>
[[ruby-dev:36241] Re: [Feature... -
02:52 PM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
On Wed, 10 Sep 2008 13:51:26 +0900
In article <[email protected]>
[[ruby-dev:36239] Re: [Feature #5... -
02:40 PM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
藤岡です。
>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>> そのencodingをつけてあげるのが筋だろうという話になりました。
>
> ブラウザはここで利用できる char... -
02:20 PM Bug #551 (Closed): SIZE_MAX is not defined in VC++
- =begin
r19240で対応しました。
# このチケットの存在に気づいてませんでした。すみません
=end
-
10:33 AM Bug #554: Sync_m#sync_try_lockの引数が無視されている
- =begin
石塚圭樹 さんは書きました:
>> http://rubyforge.org/tracker/index.php?func=detail&aid=11680&group_id=426&atid=1700
> その通... -
10:27 AM Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
- =begin
Applied in changeset r19280.
=end
-
12:10 AM Bug #554: Sync_m#sync_try_lockの引数が無視されている
- =begin
けいじゅ@いしつかです.
In [ruby-dev :36234 ] the message: "[ruby-dev:36234] Re: [Bug #554]
Sync_m#sync_try_lockの引数が...
09/09/2008
-
10:44 PM 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 さんは... -
10:37 PM Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
- =begin
こうだったりしないでしょうか?:
--- lib/sync.rb (revision 19272)
+++ lib/sync.rb (working copy)
@@ -126,9 +126,9 @@... -
10:01 PM 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($... -
06:59 PM Feature #542 (Rejected): cgi.rb : CGI::unescape return encoding
- =begin
いずれencodingの自動付与機能を搭載するということで、
このチケットは閉じます。
=end
-
02:13 AM Bug #466: test_str_crypt(TestM17NComb) failed
- なかだです。
At Mon, 8 Sep 2008 19:23:47 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:36213]:
> > 現在のライブラリではたまたま毎回結果が変...
Also available in: Atom