Activity
From 10/16/2010 to 10/22/2010
10/22/2010
-
10:01 PM Bug #3975 (Rejected): German Umlaut in environment variable breaks usage of FileUtils
- =begin
Hi,
when having a german Umlaut (Ä, Ü, Ö, ?) in an environment variable, the usage of FileUtils seems to break, because it can't handle the conversion to UTF-8.
Example:
ENV['USERPROFILE'] is "C:\\Users\Nameü"
U... -
05:50 AM Revision cb9ffb8d (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- assertion message must not be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:10 AM Revision e1d15712 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- treat nil case. Please run test-all before commit such change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:17 AM Bug #3783: Replace Calls to rb_error_frozen() with rb_check_frozen()
- =begin
Hi,
(2010/09/02 13:20), Run Paint Run Run wrote:
> This patch replaces lines of the form:
> if (OBJ_FROZEN(obj)) rb_error_frozen("object");
> with:
> rb_check_frozen(obj);
> This is simpler, and produces error message...
10/21/2010
-
11:18 PM Bug #3924: Performance bug (in require?)
- =begin
Yui,
Are you sure about this? because even disabling RubyGems and removing everything from $LOAD_PATH the IO operations performed by Ruby for a simple require are too much.
Ruby 1.8 also suffered from excessive IO opera... -
05:47 PM Bug #3924: Performance bug (in require?)
- =begin
As you know, it's a problem from gem's require.
It is planed that 1.9.3 fixes this.
=end
- 09:15 PM Revision b3ee43bb (git): Cleaned up clevar in test/unit's override of assert
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Bug #3728 (Closed): IO.select is not documented.
- =begin
This issue was solved with changeset r29547.
Mike, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
04:15 PM Feature #3906: Initializing and loading Rails environment takes really long on Windows XP
- =begin
This is considered RubyGems' problem and plan to fix in 1.9.3 because it needs a large change.
=end
-
04:00 PM Feature #3680 (Rejected): Splatting calls to_ary instead of to_a in some cases
- =begin
=end
-
03:57 PM Bug #3911 (Closed): WEBrick::HTTPAuth::ProxyDigestAuth#check_uri should be private
- =begin
This issue was solved with changeset r29546.
okkez, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:57 PM Bug #3849 (Closed): Add back documentation for [IO|Kernel].select
- =begin
This issue was solved with changeset r29545.
Dave, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:48 PM Bug #3892 (Assigned): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
- =begin
=end
-
03:47 PM Bug #3830 (Closed): ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
- =begin
This issue was solved with changeset r29544.
Kiyoto, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
03:35 PM Bug #3880 (Feedback): Ruby 1.9.1 - crash in timeout.rb
- =begin
Is this reproducible on Ruby 1.9.2?
=end
-
03:35 PM Feature #3888 (Closed): configure.in compatibility with autoconf 2.68
- =begin
r29431 fixes this.
=end
-
03:24 PM Bug #3934: ChangeLog-1.9.3
- =begin
西山さんが適当に修正していいんじゃないかなぁと思います。
=end
-
03:23 PM Bug #3971 (Assigned): Problem compiling 1.9.2-p0 under AIX 5.3
- =begin
=end
-
03:22 PM Bug #3952 (Feedback): Abort in thread.c:2501
- =begin
=end
-
03:22 PM Bug #3967 (Assigned): rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
- =begin
=end
-
03:19 PM Bug #3928 (Rejected): getaddrinfo: Name or service not known
- =begin
As strace showed, you opened too many files (sockets).
You must close sockets before open new one.
This is Linux's limitation.
=end
-
03:14 PM Bug #3941 (Feedback): Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
=end
-
03:14 PM Feature #3944 (Assigned): Add Fiber#root? method
-
03:11 PM Bug #3973 (Closed): Unexpected error and segmentation fault without close
- =begin
=end
-
03:03 PM Bug #3973: Unexpected error and segmentation fault without close
- =begin
すみません、チケット作ったらとすすめたのはわたしなのですが、
おそらく http://redmine.ruby-lang.org/issues/show/3910 と同一でした。
=end
-
02:44 PM Bug #3973 (Closed): Unexpected error and segmentation fault without close
- =begin
Run next small code on ruby 1.9.2p0 shows unexpected TypeError on line 3.
while true
f = File.open("/dev/null", "w")
f.write("a") # => in `<main>': wrong argument type #<Class:0x0000010086dbb0> (expected Data) (TypeE... - 03:03 PM Revision c400795c (git): * 2010-10-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision e923b677 (git): * gc.c (gc_lazy_sweep): Variable declarations should be at
- the head of block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:56 PM Revision e5db83ec (git): * gc.c (objspace_each_objects, rb_objspace_each_objects): use
- struct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:52 PM Revision 48b4512f (git): * gc.c (objspace_each_objects): fix return with no value.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 PM Revision 125b4b70 (git): * dir.c (dir_initialize): remove useless intermediate variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Bug #3940 (Closed): Lazy sweep and ObjectSpace.each_object - =begin
This issue was solved with changeset r29543.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:09 AM Revision f1dc85e2 (git): * io.c (rb_f_select): change rdoc.
- patched by Eito Katagiri [ruby-core:31805]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:56 AM Revision f3fb1954 (git): * lib/webrick/httpauth/digestauth.rb
- (WEBrick::HTTPAuth::ProxyDigestAuth#check_uri): privated.
[ruby-dev:42344]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:51 AM Revision d835a87c (git): * io.c (rb_f_select): add correct rdoc.
- patched by Dave Thomas [ruby-core:32467]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:45 AM Revision 0d5a81f4 (git): * lib/net/telnet.rb (Net::Telnet#close): added.
- patched by Erik Hollensbe [ruby-dev:42260] #3830
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 AM Bug #3972 (Closed): r28668 breaks test/unit when combined with the testing rake task
- =begin
r28668 makes Test::Unit process command line arguments even when used in conjunction with the rake test loader. This causes every test file to be required twice.
How to reproduce:
1. Create a file "foo.rb" with a test:... -
04:18 AM Revision a29dc567 (git): * gc.c (rb_objspace_each_objects): don't lazy sweep in
- rb_objspace_each_objects. [Bug #3940] [ruby-dev:42369]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 AM Bug #3970 (Closed): test_io.rb, test_io_m17n.rb の pipe の書き込みによる block を回避
- =begin
This issue was solved with changeset r29541.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
10/20/2010
-
11:57 PM Bug #3968 (Closed): Documentation submission: DBM standard library
- =begin
This issue was solved with changeset r29540.
mathew, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:33 AM Bug #3968 (Closed): Documentation submission: DBM standard library
- =begin
I recently needed to use the dbm library, and it seemed to be completely undocumented, so I've written some documentation for it.
Attached is a patch against the current SVN trunk.
No changes to code, only comments for ... -
11:55 PM Bug #3971 (Closed): Problem compiling 1.9.2-p0 under AIX 5.3
- =begin
Compile fails on file cfunc.c, part of the dl extension, with many errors similar to the following:
"cfunc.c", line 378.13: 1506-033 (S) Function is not valid. Function cannot return a function.
"cfunc.c", line 378.13: 1... -
11:16 PM Bug #3970 (Closed): test_io.rb, test_io_m17n.rb の pipe の書き込みによる block を回避
- =begin
[ruby-dev:41422] で報告したように、Linux(RHEL Kernel 2.4.21-47.ELsmp)で
make test-all が test_io.rb や test_io_m17n.rb の pipe への書き込みで
block してしまいます。
普通はバッファサイズまでは書き込めるはずですが、一般的に pipe に block せずに書き込める
byte 数はわからないのではないかと思いますので、test_io... -
09:44 PM Feature #3963: Map class in standard library
- =begin
On Tue, Oct 19, 2010 at 4:34 AM, Shyouhei Urabe <redmine@ruby-lang.org> wrote:
> Issue #3963 has been updated by Shyouhei Urabe.
>
>
> FYI: There has been a Mash merge request about a year ago. Pleas take a look at
> http://... - 08:01 PM Revision 4c962daa (git): dunno why this didn't go in last time
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision 24181da2 (git): * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.
- a patch from Tomoyuki Chikanaga at [ruby-dev:42435]. #3970
* test/ruby/test_io_m17n.rb (TestIO_M17N#pipe): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 PM Revision d8dfba24 (git): * ext/dbm/dbm.c: rdoc based on a patch by mathew meta AT
- pobox.com, at [ruby-core:32853].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:57 AM Bug #3966 (Closed): Float('0x1.p+0') がエラーにならない
- =begin
This issue was solved with changeset r29539.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:07 AM Bug #3965 (Closed): format() の # フラグを伴う %a 指定子で小数点が印字されない
- =begin
This issue was solved with changeset r29537.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:15 AM Bug #3967 (Closed): rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
- =begin
Run rdoc on hash.c from the Ruby 1.9.2 source distribution, and look at the output for #values_at to see the problem with using '...' to show an arbitrary number of arguments.
It also mangles the Hash.new documentation, beca... -
01:48 AM Revision 05ba0b1d (git): * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:03 AM Revision 9e14a3fa (git): * 2010-10-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Revision e9240114 (git): * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".
- [ruby-dev:42431] Bug#3965
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/19/2010
-
09:54 PM Bug #3966 (Closed): Float('0x1.p+0') がエラーにならない
- =begin
Float('0x1.p+0') がエラーにならない。
Float('0x1.p+0') #=> 1.0
となりますが
Float('1.') # ArgumentError: invalid value for Float(): "1."
Float('1.e+00') # ArgumentError: invalid value for Float(): "1.e+00"
であるところから、'0x1... -
09:44 PM Bug #3965 (Closed): format() の # フラグを伴う %a 指定子で小数点が印字されない
- =begin
format() の # フラグを伴う %a 指定子で小数点が印字されない。
format('%#.0a', 1) #=> "0x1p+0"
となり、小数点が出ません。
format('%#.0f', 1) #=> "1."
format('%#.0e', 1) #=> "1.e+00"
といったように、'%#.0a' では、0x1.p+0 となる筈だと思います。
=end
-
02:56 PM Bug #3406: attr_accessor creates a private writer method
- =begin
=end
-
02:55 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
nariです。
> これだと、例えば例外が出た場合、dont_lazy_sweep が TRUE のままになって
> しまうような気がします。ensure で囲まないと。
>
ぉぉ、そうですね…。ご指摘ありがとうございます。
そのようなパッチを作ってみました。本メールの一番最後に貼り付けておきます。
> # 余談
>
> ちょっと関係ないですが、gc_lazy_sweep() という関数は、下記の挙動だと思
> うのですが... -
11:30 AM Feature #3963: Map class in standard library
- =begin
FYI: There has been a Mash merge request about a year ago. Pleas take a look at
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/26492
and its followups.
=end
-
03:08 AM Feature #3963 (Rejected): Map class in standard library
- =begin
Could we get a class like Ara Howard's Map (http://github.com/ahoward/map) included in Ruby's standard library?
Map is a class that would get a lot of usage. We already see similar classes in other code like Rail's with it'... -
10:34 AM Revision fb796561 (git): * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.
- [ruby-core:32841] [ruby-core:32848]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:56 AM Bug #3752 (Rejected): ruby/dl and segmentation fault
- =begin
If you pass a wrong pointer to a function, it will segv just like the C code would segv. DL is not meant to protect you from errors you could also make in C.
Here is an example of doing a null check, but with a crash. Prov... -
04:57 AM Bug #3861: Endian bugs in fiddle/dl on sparc64
- =begin
I can't reproduce this on my PPC machine.
Can you provide the output of 'make test-all TESTS=fiddle' and 'make test-all TESTS=dl' on the sparc64 machine?
DL is known to have problems on 64bit machines without Fiddle. I... -
03:26 AM Revision 73057fb8 (git): * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 AM Revision 671b4980 (git): Commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Revision 12cbb588 (git): * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 AM Revision c511d26f (git): * vsnprintf.c (BSD_vfprintf): fix over-count of field size.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/18/2010
-
11:54 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
ささだです。
(2010/10/18 7:14), Narihiro Nakamura wrote:
> Lazy sweep 禁止フラグを作りました。
> 反対がなければコミットしたいと思います。
>
> callbackの途中でGCが呼ばれてSEGVを起こすようなコードを作成し、通ることを確認しました。
> make checkも通ることを確認しています。
これだと、例えば例外が出た場合、dont_lazy_sweep が... -
03:14 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
nariです。
Lazy sweep 禁止フラグを作りました。
反対がなければコミットしたいと思います。
callbackの途中でGCが呼ばれてSEGVを起こすようなコードを作成し、通ることを確認しました。
make checkも通ることを確認しています。
確認コード:
loop {
GC.disable
10.times do
a = []
1000.times{ a << "" }
... -
01:35 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
nariです。
2010年10月18日13:15 SASADA Koichi <ko1@atdot.net>:
> ささだです。
>
> (2010/10/18 5:01), Narihiro Nakamura wrote:
>> rb_objspace_each_objects() の実行前には sweep を完全に終了させることに
>> して、実行中は rb_gc_disable() して、実行後に元に戻すようにどうかなと思った
... -
01:16 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
ささだです。
(2010/10/18 5:01), Narihiro Nakamura wrote:
> rb_objspace_each_objects() の実行前には sweep を完全に終了させることに
> して、実行中は rb_gc_disable() して、実行後に元に戻すようにどうかなと思った
> のですが、いかがでしょうか?
GC.enable で回避できてしまう(SEGV するパスが出来てしまう)のでまずい
ので... -
01:02 PM Bug #3940: Lazy sweep and ObjectSpace.each_object
- =begin
nariです。
2010年10月14日19:13 SASADA Koichi <ko1@atdot.net>:
> ささだです。
>
> (2010/10/14 2:34), Yukihiro Matsumoto wrote:
>> | 解決策として、中田さんに ObjectSpace.each_object に相当する関数
>> |rb_objspace_each_objects を実行する前に sweep を完全に終了させる、という... -
10:43 PM Feature #3961: printfと精度指定と負の値と
- =begin
(2010/10/18 19:13), Tanaka Akira wrote:
> 2010年10月18日18:01 Yui NARUSE<redmine@ruby-lang.org>:
>> Feature #3961: printfと精度指定と負の値と
>> http://redmine.ruby-lang.org/issues/show/3961
>>
>> 起票者: Yui NARUSE
>> ステータス: Open, 優先度: No... -
10:43 PM Feature #3961 (Rejected): printfと精度指定と負の値と
- =begin
=end
-
10:36 PM Feature #3961: printfと精度指定と負の値と
- =begin
なかだです。
At Mon, 18 Oct 2010 18:01:03 +0900,
Yui NARUSE wrote in [ruby-dev:42420]:
> わたしの場合、CRuby 側の inspect が printf("%x", negative_value) などとしている部分の動作を
> RubySpec で Ruby で書く時に頭を抱えてしまいました。
それはRubySpecが間違ったことをしているのです。
-... -
08:17 PM Feature #3961: printfと精度指定と負の値と
- =begin
2010年10月18日18:01 Yui NARUSE <redmine@ruby-lang.org>:
> Feature #3961: printfと精度指定と負の値と
> http://redmine.ruby-lang.org/issues/show/3961
>
> 起票者: Yui NARUSE
> ステータス: Open, 優先度: Normal
> カテゴリ: core, Target version: 1.9.3
>
>... -
07:13 PM Feature #3961: printfと精度指定と負の値と
- =begin
2010年10月18日18:01 Yui NARUSE <redmine@ruby-lang.org>:
> Feature #3961: printfと精度指定と負の値と
> http://redmine.ruby-lang.org/issues/show/3961
>
> 起票者: Yui NARUSE
> ステータス: Open, 優先度: Normal
> カテゴリ: core, Target version: 1.9.3
>
>... -
06:01 PM Feature #3961 (Rejected): printfと精度指定と負の値と
- =begin
printf が、フォーマットに精度指定しつつ負の値を与えた時の挙動が、
Perl と必然性無く異なっていて不便です。
% ./ruby -e'printf("%#.8x", -1)'
0x..ffffff
そもそもこの挙動は C 言語由来で、C の場合例えば以下の通りになります。
% cat test.c
#include <stdio.h>
int main(void)
{
printf(... -
10:27 PM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
- =begin
> > > > 2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> > > > > Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> > > > > http://redmine.ruby-lang.org/issues/show/3956
> > > > >
> > > > > 起票者: tadayoshi funaba
> > > >... -
10:07 AM Bug #3956 (Closed): format() の %a 指定子で幅指定が正しく機能しない
- =begin
This issue was solved with changeset r29521.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
07:18 AM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
- =begin
> 2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> > Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> > http://redmine.ruby-lang.org/issues/show/3956
> >
> > 起票者: tadayoshi funaba
> > ステータス: Open, 優先度: Normal
> > rub... -
02:08 AM Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
- =begin
2010年10月17日23:21 tadayoshi funaba <redmine@ruby-lang.org>:
> Bug #3956: format() の %a 指定子で幅指定が正しく機能しない
> http://redmine.ruby-lang.org/issues/show/3956
>
> 起票者: tadayoshi funaba
> ステータス: Open, 優先度: Normal
> ruby -v: ruby 1.9... -
08:57 PM Feature #1628: GC.stat
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:42424] Re: [Feature: trunk] GC.stat"
on Mon, 18 Oct 2010 20:30:44 +0900, SASADA Koichi <ko1@atdot.net> writes:
|>> 2. ドキュメントにあればいいのか、
|>
|> 注意書きはいいわけみたいなものでたいてい役に立たない、と思っています。
... -
08:37 PM Feature #1628: GC.stat
- =begin
ささだです。
(2010/10/18 11:48), Tanaka Akira wrote:
>> 1. stat という使いやすい名前じゃなければいいのか、
>
> heap の問題は stat を変えても解決しませんねえ。
いいえ。
田中さんの問題提起は、
> 公開のメソッドにすれば、Ruby の実装を知らないひとが興味を持
> つことは充分に考えられるでしょう。
>
> 実装を知っているひとしかわからな... -
07:48 PM Feature #1628: GC.stat
- =begin
2010年10月15日17:09 SASADA Koichi <ko1@atdot.net>:
>> GC.stat に反対した覚えはありませんね。
>> 反対なのは返り値の中に含まれる heap という語についてです。
>
> はい。なので、
>
> 1. stat という使いやすい名前じゃなければいいのか、
heap の問題は stat を変えても解決しませんねえ。
> 2. ドキュメントにあればいいのか、
注意書... -
06:08 PM Revision da55cfdf (git): * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.
- [ruby-core:32841]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:33 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
2010年10月18日15:26 NARUSE, Yui <naruse@airemix.jp>:
> 衝突してるのはよくないのでとりあえず revert します。
あれ、本文が消えてる……。
Bignum 絡みで使おうと思っていたが、一方でFFI などは素の long long が欲しい気もする。
つまり、矛盾するユースケースが予想されるので却下とする、という趣旨の事を書いていました。
--
NARUSE, Yui
naruse... -
03:27 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
衝突してるのはよくないのでとりあえず revert します。
--
NARUSE, Yui
naruse@airemix.jp
=end
-
02:25 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
2010年10月18日14:04 NARUSE, Yui <naruse@airemix.jp>:
>>
>> 64bit 以上の整数型なら何でもいいんですか?
>>
>> それなら、なんで現状の q, Q ではいけないんですか?
>
> 以下の通り、64bit 整数型が無い場合と、long long が 64bit 超な場合に差が出ますね。
> MSVC の場合に __int64 を使わず例外にするというパターンもありますが、
> 現実... -
02:05 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
2010年10月18日13:26 Tanaka Akira <akr@fsij.org>:
> 2010年10月14日21:29 NARUSE, Yui <naruse@airemix.jp>:
>
>>> おそらく long long がない場合にはエラーになるべきだと思うんですが、
>>> その場合のエラーを決めないといけないんじゃないでしょうか。
>>
>> ふむ。
>> 現実的には 64bit 以上の整数型がない環境ですよね。
>... -
01:26 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
2010年10月14日21:29 NARUSE, Yui <naruse@airemix.jp>:
>> おそらく long long がない場合にはエラーになるべきだと思うんですが、
>> その場合のエラーを決めないといけないんじゃないでしょうか。
>
> ふむ。
> 現実的には 64bit 以上の整数型がない環境ですよね。
64bit 以上の整数型なら何でもいいんですか?
それなら、なんで現状の q, Q ではいけないんです... -
01:17 PM Feature #3946 (Closed): Array#packのqQ指定子に機種依存サイズフラグ!を追加
- =begin
This issue was solved with changeset r29527.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:25 AM Bug #3958 (Rejected): The Fiber instance method 'alive?' is not defined.
- =begin
=end
-
04:08 AM Bug #3958: The Fiber instance method 'alive?' is not defined.
- =begin
You have to `require 'fiber'` first.
=end
-
01:09 AM Bug #3958 (Rejected): The Fiber instance method 'alive?' is not defined.
- =begin
The Fiber instance method 'alive?' is documented as existing, but is not actually defined.
ruby-1.9.2-p0 > Fiber.new.alive?
NoMethodError: undefined method `alive?' for #<Fiber:0x000001009fcaf8>
from (irb):8
from /Us... -
06:42 AM Revision 81e40399 (git): add references.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:33 AM Revision 799f4754 (git): Revert r29527. [ruby-dev:42419]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:26 AM Revision 74cacd0d (git): * ext/digest/digest.c (rb_digest_class_init): Define
- Digest::Class.new(). [Feature #3954]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:12 AM Revision 0a8d8b8a (git): * pack.c (pack_pack): Add native size option ! to q and Q.
- [ruby-dev:42375]
* pack.c (pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:59 AM Revision b2556b54 (git): * pack.c (pack_pack): refine the document. [ruby-dev:42397]
- (pack_unpack): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:53 AM Revision 35388369 (git): Fix wrong test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:23 AM Revision e2bca8da (git): * lib/net/http.rb (transport_request): @socket may be nil.
- patched by Egbert Eich [ruby-core:32829]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:20 AM Revision b1361d5b (git): * lib/net/http.rb (transport_request): @socket may be nil.
- patched by Egbert Eich [ruby-core:32829]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:59 AM Revision c0e6dab0 (git): * 2010-10-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Revision a7e8b12f (git): * sprintf.c (BSD_vfprintf): wrong padding arround prefix and
- floating point with %a. [ruby-dev:42403] Bug #3956
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/17/2010
-
11:23 PM Feature #3755 (Rejected): Patch for Complex.cis
- =begin
=end
-
11:21 PM Bug #3956 (Closed): format() の %a 指定子で幅指定が正しく機能しない
- =begin
format() の %a 指定子で幅指定が正しく機能しない。
format('%10a', 1.0).tap{|x| p x.size}
12
#=> " 0x1p+0"
=end
- 01:37 PM Revision d41305b3 (git): * lib/date/delta.rb: added an rdoc tag.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:57 AM Bug #3949 (Closed): Can predefined classes be removed?
- =begin
This issue was solved with changeset r29519.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
06:41 AM Bug #3949: Can predefined classes be removed?
- =begin
I asked about this in #3769 . nobu seemed to imply the documentation was at fault.
=end
-
10:57 AM Bug #3769 (Closed): Removing Predefined Constants
- =begin
This issue was solved with changeset r29519.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
01:47 AM Revision f3a72d49 (git): * variable.c (rb_mod_remove_const): update rdoc.
- [ruby-core:31957]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:40 AM Revision 137d8256 (git): * class.c (rb_define_{class,module}_id_under): register to be
- marked, which probably are defined and used internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/16/2010
-
08:41 PM Feature #3953 (Assigned): TCPSocket / UDPSocket do not accept IPAddr objects.
- =begin
I noticed that TCPSocket/UDPSocket only accept String IPs/Hostnames, but not IPAddr objects. This is counter-intuitive since IP Addresses, along with Hostnames, are used to connect/bind to sockets.
require 'socket'
... -
08:17 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
- =begin
Even more
Exception in DebugThread loop: Timeout: evaluation took longer than 10 seconds.
/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/lib/ruby-debug-ide.rb:160:in `exit'
/usr/local/lib/rub... -
07:45 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
- =begin
Here is the timeout error I get:
Exception in DebugThread loop: Timeout: evaluation took longer than 10 seconds.
=end
-
07:43 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
- =begin
I have the same error:
Ubuntu i386-32
ruby 1.9.2.p0
ruby-debug19
ruby-debug-ide19
using from netbeans
sometimes I get this segfault, sometimes a timeout error .
REPORT:
/usr/local/lib/ruby/gems/1.9.1/g... -
12:41 PM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
Can you show reproducible code?
And can you show bucktrace made by a ruby built with -g option.
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging-Options
=end
-
12:38 PM Bug #3941: Segmentation fault ruby 1.9.2p0 [x86_64-linux]
- =begin
=end
-
10:26 AM Bug #3937 (Rejected): LC_ALL=zh_CN cause WIN32OLERuntimeError when require 'win32ole'
- =begin
intended; charset is needed for LC_ALL/LANG.
=end
-
10:24 AM Bug #3952: Abort in thread.c:2501
- =begin
(1) Show ruby -v
(2) Can you try with ruby-trunk?
(3) Show reproducible code
(4) Can you show minimal reproducible code?
=end
-
07:14 AM Bug #3952 (Rejected): Abort in thread.c:2501
- =begin
Ruby 1.9.2-p0, Mac OS X, Rails 3.0.1. Ping me if you need more details.
[2010-10-16 02:06:17] ERROR Errno::EINVAL: Invalid argument
/Users/aleksi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
... -
02:14 AM Revision 59a88b94 (git): * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936
- according to GB2312. [Bug #3937] [ruby-core:32758]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:55 AM Revision 835a5edf (git): * Makefile.in (CPP): already used in .c.i rule.
- * cygwin/GNUmakefile.in (DLLWRAP, WINDRES): add --driver-name and
--preprocessor options explicitly. [ruby-core:32776]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:06 AM Revision 7e092072 (git): * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using command
- line options.
* ext/sdbm/_sdbm.c (makroom): suppress unused result warning.
* ext/sdbm/extconf.rb: disable BADMESS, a library should not emit
messages directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29515 b2dd03c8-39d4-4...