Project

General

Profile

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 ...
matz (Yukihiro Matsumoto)
03:57 PM Bug #566 (Closed): String encoding error messages are inconsistent
=begin
Please compare:
"abc".encode("UTF-16BE") << "abc"
==> EncodingCompatibilityError: incompatible character ...
mike (Michael Selig)
09:28 PM Bug #564 (Rejected): Regexp fails on UTF-16 & UTF-32 character encodings
=begin

=end
matz (Yukihiro Matsumoto)
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.
...
mike (Michael Selig)
05:55 PM Bug #547: IPV6系の定数が未定義
=begin
岩室です。

2008/09/11 3:39 Tanaka Akira <[email protected]>:
> RFC 3493 とか RFC 3542 ですかね。

上記のRFCを参考に、とりあえずミニマムな定...
iwa (Motonori IWAMURO)
02:27 PM Feature #565 (Closed): Encoding::compatible? should also accept Encoding objects as parameters
=begin
Applied in changeset r19357.
=end
naruse (Yui NARUSE)
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...
naruse (Yui NARUSE)
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...
mike (Michael Selig)
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")
=> ...
JEG2 (James Gray)
02:47 AM Bug #562 (Closed): String#encode Behaving Like String#encode!
=begin
Applied in changeset r19349.
=end
nobu (Nobuyoshi Nakada)
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
...
JEG2 (James Gray)

09/14/2008

04:17 PM Bug #560 (Closed): wrong definition of Vector#eql?
=begin
Applied in changeset r19338.
=end
yugui (Yuki Sonoda)
03:49 PM Bug #560 (Closed): wrong definition of Vector#eql?
=begin
Matrix#eql?と異なりVector#eql?は定義されていないのでvectorをハッシュのキーにすると、キーの同値性により引くことができません。

Vector#==のすぐ下でVector#eqn?が定...
yugui (Yuki Sonoda)
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...
lemon (raspberry lemon)
12:34 AM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

> Web サーバが form を含む HTML を送った時に、ブラウザがどのよ
> うな charset で返事を Web サーバ返すべきかを accept-charset
> のような明示的な...
xibbar (Takeyuki FUJIOKA)

09/12/2008

10:21 PM Bug #164 (Closed): set_trace_func no longer reports 'line', 'call' and 'return' events
=begin

=end
ko1 (Koichi Sasada)
10:21 PM Bug #161 (Closed): Profile library seems broken in 1.9 15427cat t.rv
=begin

=end
ko1 (Koichi Sasada)
06:04 PM Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
=begin

=end
naruse (Yui NARUSE)

09/11/2008

02:10 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

Tanaka Akira さんは書きました:
>> encoding情報はもらえないので、期待するしかないです。
>> だからといってASCII-8BITかUS-ASCIIのどちらでしか
>> ...
xibbar (Takeyuki FUJIOKA)
12:45 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

うえ、MatchDataにするんですか? scanと一致させて欲しいなぁ、と思ってるんですが……。

# scanもMatchDataにしたら、統一性は取れるだろうけど、もっと激しく、ぎゃっとなる...
iwa (Motonori IWAMURO)
12:33 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

この件、しばらく検討してみた結果、以下のように考えています。

・ブロックパラメータをscanと一致させることで、統一性が得られ、また、何より、マッチした文字列を$1, $2,
...ではなく名...
iwa (Motonori IWAMURO)
12:34 AM Bug #547: IPV6系の定数が未定義
=begin
岩室です。

# 反応が遅いですが……。

2008/09/08 18:40 Yukihiro Matsumoto <[email protected]>:
> とりあえずTCP/IPV6関係で必要なものに...
iwa (Motonori IWAMURO)

09/10/2008

11:18 PM Bug #555: method_missing in Gem module removes some necessary methods
=begin

=end
ko1 (Koichi Sasada)
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...
matsuda (Akira Matsuda)
11:17 PM Bug #549: ri -f html mungles constants
=begin

=end
ko1 (Koichi Sasada)
11:16 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin

=end
ko1 (Koichi Sasada)
03:34 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
検索すると標準添付ライブラリでもひっかかっていますが、
こちらについてはすでに対処済みです。

まぁ、ぎゃっとなるケースでも、ブロックパラメータが String から MatchData になるだけなので、...
naruse (Yui NARUSE)
03:19 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

>>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>>> そのencodingをつけてあげるのが筋だろうという話になりました。
>> ブラウザはここで利用できる chars...
xibbar (Takeyuki FUJIOKA)
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...
Tietew (Toru Iwase)
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...
Tietew (Toru Iwase)
02:40 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>> そのencodingをつけてあげるのが筋だろうという話になりました。
>
> ブラウザはここで利用できる char...
xibbar (Takeyuki FUJIOKA)
02:20 PM Bug #551 (Closed): SIZE_MAX is not defined in VC++
=begin
r19240で対応しました。
# このチケットの存在に気づいてませんでした。すみません
=end
usa (Usaku NAKAMURA)
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
> その通...
akira (akira yamada)
10:27 AM Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
=begin
Applied in changeset r19280.
=end
akira (akira yamada)
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の引数が...
keiju (Keiju Ishitsuka)

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 さんは...
akira (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 @@...
akira (akira yamada)
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($...
akira (akira yamada)
06:59 PM Feature #542 (Rejected): cgi.rb : CGI::unescape return encoding
=begin
いずれencodingの自動付与機能を搭載するということで、
このチケットは閉じます。
=end
xibbar (Takeyuki FUJIOKA)
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]:
> > 現在のライブラリではたまたま毎回結果が変...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom