Activity
From 08/27/2011 to 09/02/2011
09/02/2011
-
11:47 PM Bug #5164: Line endings, bug/regression or feature of 1.9.3?
- Thank you Nakada-san, works perfectly!
-
09:11 PM Bug #5164 (Closed): Line endings, bug/regression or feature of 1.9.3?
- This issue was solved with changeset r33165.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:29 PM Bug #5242 (Closed): ] C
- Duplicated.
-
09:26 PM Bug #5258 (Assigned): SizedQueueにBug #5195と同様のバグ
- 09:23 PM Revision 69c3434c (git): * 2011-09-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:23 PM Revision a1b8cacd (git): * 2011-09-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 PM Revision 012ddb6d (git): * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 PM Revision 69dff899 (git): * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:57 PM Bug #921 (Closed): autoload is not thread-safe
- Closing. Please reopen this ticket if you find any regression.
-
05:46 PM Bug #5267 (Closed): BigDecimal#sqrt の rdoc で、引数は必須
- ソース中の rdoc の記述では、BigDecimal#sqrt の引数は必須でないように
読めるが、必須なのでそのように。
diff --git ext/bigdecimal/bigdecimal.c ext/bigdeci... -
02:36 PM Bug #5264 (Closed): Commit 33157
- This issue was solved with changeset r33163.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
01:16 PM Bug #5264: Commit 33157
- Ok, can reproduce like this:
```ruby
require 'rubygems'
require 'redis-namespace'
require 'redis-store'
```
Which w... -
10:05 AM Bug #5264 (Feedback): Commit 33157
- Simplified code doesn't reproduce it.
class Redis; class Store < self; module Namespace; end; end; end
Is "Na... -
07:15 AM Bug #5264 (Closed): Commit 33157
- It appears this commit:
https://github.com/ruby/ruby/commit/43284b6bf8324a762808537d5cd2c0774b662a84
Breaks our... -
12:11 PM Revision 8403b23f (git): * io.c (validate_enc_binmode, prep_stdio): default to text mode on
- dosish platforms. [ruby-core:38822] [Bug #5164]
* transcode.c (rb_econv_prepare_options): keep default ecflags
unc... -
12:11 PM Revision 7dc7da3d (git): * io.c (validate_enc_binmode, prep_stdio): default to text mode on
- dosish platforms. [ruby-core:38822] [Bug #5164]
* transcode.c (rb_econv_prepare_options): keep default ecflags
unc... -
12:04 PM Bug #5266 (Closed): BigDecimal#sqrt で、大きな数の平方根の、要求する精度が低いある範囲のとき、結果がおかしい
- BigDecimal#sqrt で、大きい数(10**n でだいたい n > 100 あたり
から顕著)の平方根を求める時、sqrt の引数(桁数で要求する、精度の下限)
がだいたい 20 ~ 0.55 * n の時、期待するよう... -
09:58 AM Bug #5262 (Closed): invalid multibyte escapes should raise a clearer error
- This issue was solved with changeset r33161.
Larry, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:04 AM Bug #5262 (Closed): invalid multibyte escapes should raise a clearer error
- Here's an irb example of the issue using 'curly-quotes':
ruby-1.9.2-p290 :001 > "“"
=> "“"
ruby-1.9.2-p290 ... -
08:09 AM Revision 45fffaea (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:36 AM Revision c526a584 (git): * vm_insnhelper.c (vm_search_const_defined_class): search
- ancestors only when global scope. [ruby-core:39227] [Bug #5264]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
05:36 AM Revision 7dddaf68 (git): * vm_insnhelper.c (vm_search_const_defined_class): search
- ancestors only when global scope. [ruby-core:39227] [Bug #5264]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
04:53 AM Bug #5261: Symbol#to_proc memory leak in 1.9.x
- Ken Simon <[email protected]> wrote:
> It appears that running an array through .map(&:foo) leaks the array's
>... -
12:47 AM Bug #5261 (Rejected): Symbol#to_proc memory leak in 1.9.x
- =begin
It appears that running an array through .map(&:foo) leaks the array's contents, and they don't get picked up... -
03:31 AM Bug #5263 (Closed): Ruby crash when installing yard-0.7.2 installation
- $ sudo gem install yard
Successfully installed yard-0.7.2
1 gem installed
/usr/local/lib/ruby/gems/1.9.1/gems/yard... - 12:58 AM Revision f56f03b7 (git): * 2011-09-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 AM Revision 5e14b979 (git): * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash
- which prefixes an non-ascii character, which has no escape
syntax. [ruby-core:39222] [Ruby 1.9 - Bug #5262]
git-... -
12:58 AM Revision fcc41855 (git): * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash
- which prefixes an non-ascii character, which has no escape
syntax. [ruby-core:39222] [Ruby 1.9 - Bug #5262]
git-...
09/01/2011
-
10:56 PM Bug #5259 (Closed): SizedQueue#max=で正でない数を指定できてしまう
- =begin
SizedQueue#max=で正でない数を指定できてしまいます。
require 'thread'
sq = SizedQueue.new(1)
sq.max = -1
p sq.max #... -
10:23 PM Bug #5258 (Closed): SizedQueueにBug #5195と同様のバグ
- =begin
[Bug #5195][ruby-dev:44400]と同様ですが、SizedQueue#pushでsleepしているthreadをwakeupさせると、SizedQueueの@queue_waitにそのthreadが... -
07:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
- 2011年9月1日15:30 Ayumu Aizawa <[email protected]>:
>> 他のファイルもやる必要があるという話なので、自分でコミットしてもらったほうが
>> あとあとよいのではないでし... -
03:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
- > 他のファイルもやる必要があるという話なので、自分でコミットしてもらったほうが
> あとあとよいのではないでしょうか。
文句がでないのであれば、マイペースに作業できるので(あと卜部さんの負担も減るし)
そうしても... -
02:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
- > 誰からも文句が出ないのを見届けて今週中くらいを目安に卜部がpullします。
他のファイルもやる必要があるという話なので、自分でコミットしてもらったほうが
あとあとよいのではないでしょうか。 -
01:59 PM Feature #5128: 日本語ドキュメントをUTF-8に
- 誰からも文句が出ないのを見届けて今週中くらいを目安に卜部がpullします。
-
12:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
- あいざわです
文字コードが混在するパッチはうまくあたらないみたいなので、最新のtrunk でrebase したものを
pull request しました -> https://github.com/ruby/ruby/... -
07:07 PM Revision 8659de2e (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as
- ascii-8bit as binary in YAML.
* test/psych/test_string.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.or... - 04:07 PM Revision 6e6feaf8 (git): * 2011-09-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:07 PM Revision c4eb2983 (git): * numeric.c (flo_round): substitute machine dependent magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Bug #5256 (Third Party's Issue): My ruby crashed
- Run configure with --with-gcc=gcc-4.2.
-
03:04 PM Bug #5256 (Third Party's Issue): My ruby crashed
- Hey
I am on a Mac Osx platform and running ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0]
The rub... -
10:36 AM Bug #921: autoload is not thread-safe
- Eric Wong wrote:
> I got the following with r33147 on gcc (Debian 4.6.1-4) 4.6.1:
>
> ../variable.c: In functi... -
06:23 AM Bug #921: autoload is not thread-safe
- Hiroshi Nakamura <[email protected]> wrote:
> I re-apply r33078 and additional fixes at r33147. I tested it again... -
09:19 AM Bug #5255 (Closed): C の Proc の比較のバグ
- すいません。 #5249ですでにチケット化ずみでした。closeします
-
09:17 AM Bug #5255: C の Proc の比較のバグ
- [ruby-dev:44435] をチケット化
-
09:15 AM Bug #5255 (Closed): C の Proc の比較のバグ
- 芝と申します。
Proc#eq(C の関数は proc.c 内の proc_eq)で、C で定義した Proc
(rb_proc_new などを用いて定義)の比較を行う箇所に不具合があります。
C で定義した Proc に対... -
09:15 AM Bug #5254 (Assigned): class オブジェクトの開放時に segv
- チケット化
-
09:14 AM Bug #5254 (Closed): class オブジェクトの開放時に segv
- 芝と申します。
次のようなコードを実行すると、gc の sweep フェーズで segv します。
# 再現コード
####################################
class B... -
08:31 AM Revision 0f0db416 (git): * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see
- also inherited constants for classes without superclass and
modules. [ruby-core:37698] [Bug #3423]
git-svn-id: s... -
08:31 AM Revision 43284b6b (git): * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see
- also inherited constants for classes without superclass and
modules. [ruby-core:37698] [Bug #3423]
git-svn-id: s... -
08:16 AM Revision 00e2e039 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 AM Revision d9acd196 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:42 AM Revision d3507e3e (git): * Release GVL while OpenSSL's public key generation.
- t = Thread.new { print "."; sleep 0.1 }
key = OpenSSL::PKey::RSA.new(2048)
#=> Thread t works in parallel wit... - 05:12 AM Revision e0cde13a (git): backported r33153 from trunk.
- * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when
win32ole is required. in such case, win32ole ... - 05:09 AM Revision ca3b4133 (git): * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when
- win32ole is required. in such case, win32ole redefines
Thread#initialize, and the block argument becomes to be not... -
04:23 AM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- Hi,
On Tue, Aug 30, 2011 at 8:48 PM, Motohiro KOSAKI
<[email protected]> wrote:
>
> Issue #5237 has be... - 01:22 AM Revision 9cdc7f9d (git): * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
- default_mode_on_unix,text_mode,binary_mode}): sorry for wrong test
committed in r33144. I'd misunderstood the spec... -
01:22 AM Bug #5252: Segmentation Fault
- Actually the code is like this
begin
cloader_obj = CassandraLoader.new
cloader_obj.load_data1(settings_hash)
... -
01:12 AM Bug #5252: Segmentation Fault
- I will let the developers know about this issue. For now, i have added GC.start after each of the methods inside the ...
-
12:31 AM Revision d163179c (git): * variable.c (rb_autoloading_value) Fix the order of definitions.
- It is used by autoload_defined_p.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33151 b2dd03c8-39d4-4d8f-98ff-82... -
12:25 AM Revision b40ff978 (git): merge revision(s) 33148:
- ------------------------------------------------------------------------
r33148 | naruse | 2011-09-01 09:23:20 +0900 ... - 12:23 AM Revision 6240b52c (git): * 2011-09-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:23 AM Revision 91e4b4f6 (git): Remove tests of json/add/{complex, rational}.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/31/2011
-
05:51 PM Bug #921: autoload is not thread-safe
- I re-apply r33078 and additional fixes at r33147. I tested it against Rails 3.1.0 and confirmed that it passes all of...
-
02:55 PM Bug #5252: Segmentation Fault
- Then you should check your proprietary extension for potentially missing GC guard: http://timetobleed.com/the-broken-...
-
02:44 PM Bug #5252: Segmentation Fault
- I am using two C extensions, one is a proprietary one to query a oracle database and the other is thrift which is use...
-
01:01 PM Bug #5252: Segmentation Fault
- Are you using any C extensions or libraries that may depend on C extensions? This looks like a well-know type of prob...
-
07:23 AM Bug #5252 (Closed): Segmentation Fault
- I am running a rake task to query data from a oracle database using C extension, I am seeing segmentation fault happe...
-
02:29 PM Bug #5227: Float#round fails on corner cases
- "So what's the test going to achieve? What's that test for?" said my
teacher another day. A test has a perspecti... -
01:13 PM Bug #5227 (Closed): Float#round fails on corner cases
- This issue was solved with changeset r33140.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
10:23 AM Bug #5227: Float#round fails on corner cases
- 2011/8/31 Marc-Andre Lafortune <[email protected]>:
> Hi,
>
> On Sun, Aug 28, 2011 at 8:53 PM,... -
09:53 AM Bug #5227: Float#round fails on corner cases
- Hi,
On Sun, Aug 28, 2011 at 8:53 PM, NARUSE, Yui <[email protected]> wrote:
>>> Adding tests to RubySpec is n... -
12:48 PM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- If you are reading following paragraph,
> * At end of file, it returns ... - 08:35 AM Revision 0d475da8 (git): * variable.c (rb_autoload): There was a chance to run GC (from
- rb_str_new2()) before finishing autoload_data_i construction. It
caused SEGV at rb_gc_mark() at autoload_i_mark.
*... - 08:28 AM Revision cfe8ed5c (git): * Re-apply r33078, thread-safe autoload which is reverted at r33093.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:55 AM Revision f653519c (git): * ChangeLog: wrong ticket number and ML number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:29 AM Revision 8b74d0c3 (git): * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
- default_mode_on_unix,text_mode,binary_mode}): tests for [Bug # 5164].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
07:02 AM Revision c9de2578 (git): merge revision(s) 33142:
- * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
06:56 AM Revision c06658fe (git): * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Bug #5251: Thread Change Breaks Windows Builds
- Motohiro KOSAKI <[email protected]> wrote:
> This regression was caused by Bug#5229(rb_thread_select() rew... -
05:33 AM Bug #5251 (Closed): Thread Change Breaks Windows Builds
- This regression was caused by Bug#5229(rb_thread_select() rewritten) and fixed by r33128, r33130, r33131, r33132, r33...
- 04:20 AM Revision cc6407f8 (git): * backport r33140 from trunk
- * numeric.c (flo_round): Avoid overflow by optimizing for trivial cases
[Bug #5227]
git-svn-id: svn+ssh://ci.ruby-... - 04:13 AM Revision 64e0cae2 (git): * numeric.c (flo_round): Avoid overflow by optimizing for trivial cases
- [Bug #5227]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/30/2011
-
11:29 PM Bug #921: autoload is not thread-safe
- Hmm. Updating via reply e-mail seems to remove 'ruby -v'...
-
11:23 PM Bug #921: autoload is not thread-safe
- On Tue, Aug 30, 2011 at 07:14, Eric Wong <[email protected]> wrote:
> Hiroshi Nakamura <[email protected]> wro... -
07:23 AM Bug #921: autoload is not thread-safe
- Hiroshi Nakamura <[email protected]> wrote:
> I'll commit this soon. Committers, please evaluate this.
I not... -
09:48 PM Revision 59c3230f (git): * configure.in: fix r32835. $withval can't be used outer AC_ARG_WITH().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:25 PM Bug #5251 (Assigned): Thread Change Breaks Windows Builds
-
03:20 PM Bug #5251 (Closed): Thread Change Breaks Windows Builds
- This commit:
Commit:4e9438bc9153f7a1f4ea0af85c8dbe359e1a55d8
Causes this error:
thread.c: In function `rb_th... -
08:29 PM Revision 458ef71d (git): merge revision(s) 33133:
- * win32/win32.c (rb_w32_select_with_thread): and my typo. we all must
be more careful.
git-svn-id: svn+ss... -
08:28 PM Revision e733edd7 (git): merge revision(s) 33132:
- * thread.c (rb_thread_select): critical typo in r33117.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... -
08:28 PM Revision c45ad629 (git): merge revision(s) 33131:
- * test/-ext-/old_thread_select/test_old_thread_select.rb
(TestOldThreadSelect#test_old_select_read_timeout)... -
08:28 PM Revision c8473b46 (git): merge revision(s) 33130:
- * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):
typo.
* test/-ext-/old_thr... -
08:27 PM Revision b1ab5d1b (git): merge revision(s) 33128:
- * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement
for rb_thread_select() in thread.c. the... -
05:52 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Usaku NAKAMURA wrote:
> Hello,
>
> In message "[ruby-core:35804] [Ruby 1.9 - Bug #4576] Range#step miss the last ... - 03:51 PM Revision 800081d0 (git): * win32/win32.c (rb_w32_select_with_thread): and my typo. we all must
- be more careful.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:49 PM Revision a34f8156 (git): * thread.c (rb_thread_select): critical typo in r33117.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:34 PM Revision 13a77870 (git): * test/-ext-/old_thread_select/test_old_thread_select.rb
- (TestOldThreadSelect#test_old_select_read_timeout): if the machine
is fast enough, the time used by code around IO.... -
03:24 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Just wanted to follow up on this. Can we do something about this for the 1.9.3 release?
Thanks - Charlie -
03:08 PM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
- I looked at the change and in general should work even for our slightly broken pthread semantic on GNU/kFreeBSD.
It... - 03:07 PM Revision 34e65bee (git): * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):
- typo.
* test/-ext-/old_thread_select/test_old_thread_select.rb
(TestOldThreadSelect#test_old_select_signal_safe): ... - 03:04 PM Revision 790e8b58 (git): * 2011-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:04 PM Revision ee7d5236 (git): * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement
- for rb_thread_select() in thread.c. the use of rb_fd_copy() is
introduced in r33117.
[Bug #5229] [ruby-core:3910... -
01:39 PM Revision 527be1b2 (git): * test/dl/test_callback.rb (test_callback_with_string): prevents
- temporary string from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:28 PM Revision 13d3a16a (git): * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macro
- protect a VALUE from GC. It's not for general anti-optimizing
purpose.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:12 PM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- 散発的になってすいませんが、RubySpecも追従よろしくお願いします
-
11:23 AM Bug #5173 (Closed): [PATCH] json/generator: prevent GC of temporary strings
- This issue was solved with changeset r33122.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
10:01 AM Bug #5195: Queue#popでsleepしているthreadをwakeupさせるとQueueの@waitingにそのthreadがpushされてしまう
- コミットしましたが、1)あからさまに場当たり的workaroundであること 2)作為的なテストケースであること により1.9.3にbackportはしませんでした。
-
09:59 AM Bug #5195 (Closed): Queue#popでsleepしているthreadをwakeupさせるとQueueの@waitingにそのthreadがpushされてしまう
- This issue was solved with changeset r33121.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is... -
09:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Shyouhei Urabe <[email protected]> wrote:
> Instead of avoiding exceptions I would like to suggest making
>... -
09:51 AM Bug #5241 (Closed): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- This issue was solved with changeset r33118.
Lucas, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:33 AM Bug #5229 (Closed): [PATCH] thread.c (rb_thread_select): implement using rb_thread_fd_select
- This issue was solved with changeset r33117.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:13 AM Bug #5250 (Closed): Fails to build on Hurd: struct dirent issue
- This issue was solved with changeset r33114.
Lucas, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:15 AM Bug #5250 (Assigned): Fails to build on Hurd: struct dirent issue
- I'll to commit this patch as is.
-
05:16 AM Bug #5250 (Closed): Fails to build on Hurd: struct dirent issue
- Hi,
Copied from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639664 :
<-----------
From: Samuel Thibault <st... -
07:53 AM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- On Sat, Aug 27, 2011 at 10:55 PM, KOSAKI Motohiro
<[email protected]> wrote:
>>> The class that implemen... -
07:29 AM Bug #5164: Line endings, bug/regression or feature of 1.9.3?
- > Mr Nakada,
>
> I can take care of this if time is an issue for you. I just need your approval/confirmation fro... -
07:13 AM Bug #5164: Line endings, bug/regression or feature of 1.9.3?
- Mr Nakada,
I can take care of this if time is an issue for you. I just need your approval/confirmation from you.
... -
05:22 AM Revision ee56dd16 (git): merge revision(s) 33124:
- ------------------------------------------------------------------------
r33124 | naruse | 2011-08-30 14:21:27 +0900 ... -
05:21 AM Revision 28bba481 (git): Don't include complex and rational; fix r33122.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 AM Revision 510f6dc7 (git): merge revision(s) 33122:
- * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
[Bug #5173] [ruby-core:38866]
git-svn-id: svn+s... -
02:23 AM Revision b14c060d (git): * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
- [Bug #5173] [ruby-core:38866]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33122 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:59 AM Revision 2dd9d721 (git): * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.
- Patch by Masaki Matsushita <glass.saga at gmail dot com>
[Bug #5195] [ruby-dev:44400]
git-svn-id: svn+ssh://ci.r... -
12:54 AM Revision f363d4d8 (git): merge revision(s) 33118:
- * cont.c (fiber_entry): fix stack allocation failure on Debian
GNU/kFreeBSD.
Patch by Lucas Nussb... -
12:53 AM Revision 4e9438bc (git): * backport r33117 from trunk.
- * thread.c (rb_thread_select): rewrite by using
rb_thread_fd_select(). old one is EINTR unsafe.
Patch by Eric Won... -
12:51 AM Revision 3ffa4462 (git): * cont.c (fiber_entry): fix stack allocation failure on Debian
- GNU/kFreeBSD.
Patch by Lucas Nussbaum <lucas at lucas-nussbaum dot net>.
[Bug #5241] [ruby-core:39147]
git-svn-... -
12:33 AM Revision 0cebfad2 (git): * thread.c (rb_thread_select): rewrite by using
- rb_thread_fd_select(). old one is EINTR unsafe.
Patch by Eric Wong. [Bug #5229] [ruby-core:39102]
* test/-ext-/old... -
12:16 AM Revision f1c8cdd1 (git): merge revision(s) 33114:
- * configure.in: fix a build failure on GNU Hurd.
Patch by Samuel Thibault <sthibault at debian dot org>. Th... - 12:13 AM Revision f3ef9346 (git): * 2011-08-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:13 AM Revision 3596d49e (git): * configure.in: fix a build failure on GNU Hurd.
- Patch by Samuel Thibault <sthibault at debian dot org>. Thank you!
[Bug #5250] [ruby-core:39185]
git-svn-id: svn...
08/29/2011
-
11:25 PM Bug #1792 (Closed): Fixnum#& 等が、Rational などを受けつける
- ごめんなさいごめんなさい。
r33113 で修正しました。
-
04:18 PM Bug #1792 (Assigned): Fixnum#& 等が、Rational などを受けつける
- これの影響で以下のようなエラーが出ています。
2) Error:
test_num2long(TestNumeric):
TypeError: can't convert Object into Integer for bi... -
02:09 PM Bug #1792 (Closed): Fixnum#& 等が、Rational などを受けつける
- むらたです。
そこまで重要ではないと思うので、バックポートはしないことにします。 -
11:53 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- > これは 1.9.3 にバックポートしても良いですか?
以下はどのくら深刻なのでしょうか。
> 1 & 1.5 がエラーになるので、
> 1 & Rational(3,2)
> や
> ... -
10:09 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- これは 1.9.3 にバックポートしても良いですか?
-
04:19 PM Bug #5249 (Closed): C の Proc の比較のバグ
- 芝と申します。
Proc#eq(C の関数は proc.c 内の proc_eq)で、C で定義した Proc
(rb_proc_new などを用いて定義)の比較を行う箇所に不具合があります。
C で定義した Proc に対... -
04:12 PM Feature #5248: Faster PStore
- Kenta Murata wrote:
> The accident you mentioned seems to occur in the current implementation probabilistically.
... -
04:10 PM Feature #5248: Faster PStore
- Kenta Murata wrote:
> Yui NARUSE wrote:
> > When the checksum of your data accidentally equals to old data, PStore ... -
02:37 PM Feature #5248: Faster PStore
- Yui NARUSE wrote:
> When the checksum of your data accidentally equals to old data, PStore won't save the data and y... -
12:05 PM Feature #5248: Faster PStore
- I agree with your points except following one.
Masaki Matsushita wrote:
> * check-sum calculation by String#sum
... -
11:52 AM Feature #5248 (Closed): Faster PStore
- =begin
Hellow.
I wrote a patch to make PStore more faster.
What I did as follows:
:deferred check sum calcula... -
03:53 PM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- >> > In the other hand, on assert_normal_exit(), io.close is called from
>> > sub thread. it's a source
>> > of ... -
03:43 PM Bug #5239 (Rejected): bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
-
03:23 PM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- On 29/08/11 at 13:56 +0900, Lucas Nussbaum wrote:
> On 29/08/11 at 12:43 +0900, KOSAKI Motohiro wrote:
> > > I'v... -
01:59 PM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- On 29/08/11 at 12:43 +0900, KOSAKI Motohiro wrote:
> > I've just checked, and FreeBSD 8.2 is also affected by this... -
01:18 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- Hi,
I've just checked, and FreeBSD 8.2 is also affected by this issue.
Test script:
system("false")
sleep 0.5
... - 02:24 PM Revision 9742dec2 (git): * test/ruby/test_numeric.rb (test_num2long): modify a test agaist the
- change by r33108.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:59 AM Bug #5227: Float#round fails on corner cases
- 2011/8/29 Marc-Andre Lafortune <[email protected]>:
> On Sat, Aug 27, 2011 at 4:32 AM, NARUSE, Y... -
04:53 AM Bug #5227: Float#round fails on corner cases
- Hi,
On Sat, Aug 27, 2011 at 4:32 AM, NARUSE, Yui <[email protected]> wrote:
> (2011/08/27 4:40), Marc-Andre L... -
04:53 AM Bug #5227: Float#round fails on corner cases
- Hi,
On Sat, Aug 27, 2011 at 4:20 AM, Nobuyoshi Nakada <[email protected]> wrote:
> In fact, your patch break... -
09:32 AM Feature #1408 (Closed): 0.1.to_r not equal to (1/10)
- I close this ticket because the topic was too diverged.
Would you please make new tickets for the new version of rub... -
06:51 AM Revision 8ca1e6a0 (git): Use RB_GC_GUARD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:54 AM Revision 733e371c (git): Use psych_yaml_as to avoid collision with Syck.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 AM Revision 442e8a23 (git): Use PRIdSIZE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:07 AM Revision c89b18df (git): * 2011-08-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:07 AM Revision 640420f7 (git): * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for
- bitwise arithmetic with a Fixnum. #1792
* test/ruby/test_fixnum.rb: add tests for the above change.
* bignum.c (bit_...
08/28/2011
-
10:50 PM Bug #5246 (Closed): bootstraptest fails on ia64
- Hi,
There are several failures during bootstraptest on ia64:
- test_massign.rb:165
- test_thread.rb:287
- test_... -
07:48 PM Bug #5244 (Closed): Continuation causes Bus Error on Debian sparc
- Hi,
$ ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -rcontinuation -e 'callcc { |c| c.call ... -
04:35 PM Bug #5213 (Closed): GC.stress=true で TestSH#test_commercial が Failure になる
- r33106 でコミットしました。
-
04:14 PM Bug #5241 (Assigned): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Ok, I'll commit your patch. Thank you!
-
03:53 PM Bug #5241: test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Hi,
The attached patch fixes the issue. It's a bug in FreeBSD's mmap, that was already reported.
__FreeBSD__ is... -
09:42 AM Bug #5241 (Feedback): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Why do kFreeBSD fail to allocate a stack?
-
06:25 AM Bug #5241 (Closed): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Hi,
With a reduced testcase:
# ruby1.9.1 -e "Fiber::new {}.resume"
-e:1:in `resume': can't alloc machine stack t... -
03:11 PM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
- I'm sorry, I'm not familiar with that code at all.
What I can provide is a kfreebsd amd64 qemu image inside which ... -
09:48 AM Bug #5240 (Feedback): Hang when using threads + forks on Debian GNU/kFreeBSD
- Please send us an analysis and a patch.
-
06:10 AM Bug #5240 (Closed): Hang when using threads + forks on Debian GNU/kFreeBSD
- Hi,
The following test script (derived from a test in bootstraptest/test_fork.rb)
hangs very frequently on Debian... -
02:59 PM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- >> The class that implements an IO#read-like method without clearing
>> the destination buffer on EOF is arguably ... -
02:53 AM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- On Sat, Aug 27, 2011 at 3:54 AM, Eric Wong <[email protected]> wrote:
>
> Issue #5237 has been updated by Eric... -
09:53 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- >> > RATIONALE
>> > A call to the wait() or waitpid() function only returns status on an immediate child process o... -
06:29 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- On 28/08/11 at 02:30 +0900, Motohiro KOSAKI wrote:
>
> Issue #5239 has been updated by Motohiro KOSAKI.
>
... -
02:30 AM Bug #5239 (Assigned): bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- > The problem is that the call to $? in the thread cannot retrieve the exit value of the process started by popen. "$...
-
02:13 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- The attached patch fixes this. Could you consider applying to 1.9.3 too?
Thanks -
02:02 AM Bug #5239 (Rejected): bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- Hi,
assert_normal_exit() breaks on some platforms, such as Debian GNU/kFreeBSD.
It does:
begin
$s... -
08:11 AM Bug #5243 (Closed): VC 2010 Has stdint.h - Patch to Fix Build Files
- VC 2010 added the c99 include file <stdint.h>. However, the Ruby makefiles in win32 have not taken this into account...
-
07:13 AM Bug #5242 (Closed): ] C
- $B<G$H?=$7$^$9!#(B
Proc#eq(C $B$N4X?t$O(B proc.c $BFb$N(B proc_eq)$B$G!"(BC $B$GDj5A$7$?(B Proc
(rb... -
06:58 AM Revision a3e598f4 (git): * backport r33106 from trunk.
- * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string
stored in variable while the contents buffer i... -
06:53 AM Revision 0d530b23 (git): * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string
- stored in variable while the contents buffer is beeing used.
* ext/date/date_parse.c (date_zone_to_diff): get rid of... -
06:26 AM Feature #4985: Add %S[] support for making a list of symbols
- Bump
08/27/2011
- 08:37 PM Revision 287d083b (git): * 2011-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:37 PM Revision 34484969 (git): backported 33102 from trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:31 PM Revision 650c122f (git): * 2011-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:30 PM Revision 4c66fc08 (git): Imported minitest 2.5.1 (r6596)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 PM Bug #5238: installation failure if --with-sitedir=no or --with-vendordir=no
- =begin
This patch tests whether {site,vendor}libdir and {site,vendor}archlibdir are set before using them.
=end
-
12:27 PM Bug #5238 (Closed): installation failure if --with-sitedir=no or --with-vendordir=no
- =begin
RbConfig::CONFIG in (builddir)/rbconfig.rb lacks some keys when --with-sitedir=no or --with-vendordir=no are ... -
07:54 PM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- The class that implements an IO#read-like method without clearing
the destination buffer on EOF is arguably broken, ... -
11:58 AM Bug #5237 (Closed): IO.copy_stream calls #read on an object infinitely many times
- The code for IO.copy_stream appears to support passing any object that implements #readpartial or #read. For example,...
-
06:18 PM Bug #5226 (Closed): Encoding of Time#to_s
- This issue was solved with changeset r33094.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:53 PM Bug #5227: Float#round fails on corner cases
- (2011/08/27 4:40), Marc-Andre Lafortune wrote:
> On Thu, Aug 25, 2011 at 9:46 PM, Yui NARUSE <[email protected]> w... -
05:23 PM Bug #5227: Float#round fails on corner cases
- Hi,
At Sat, 27 Aug 2011 04:40:16 +0900,
Marc-Andre Lafortune wrote in [ruby-core:39126]:
> > Additional to say:... -
04:53 AM Bug #5227: Float#round fails on corner cases
- Hi
On Thu, Aug 25, 2011 at 9:46 PM, Yui NARUSE <[email protected]> wrote:
> r33061 tried to fix this but the res... -
03:53 PM Bug #372: Rinda has a race condition
- On 2011/08/27, at 15:16, KOSAKI Motohiro wrote:
> (2011/08/27 14:58), Masatoshi SEKI wrote:
>> 咳といいます。
>>
>> ... -
03:23 PM Bug #372: Rinda has a race condition
- (2011/08/27 14:58), Masatoshi SEKI wrote:
> 咳といいます。
>
> On 2011/08/27, at 13:41, KISHIMOTO, Makoto wrote:
>... -
02:59 PM Bug #372: Rinda has a race condition
- 咳といいます。
On 2011/08/27, at 13:41, KISHIMOTO, Makoto wrote:
> きしもとです
>
> Rinda::TupleSpaceProxyTest#test_core... -
01:53 PM Bug #372: Rinda has a race condition
- きしもとです
Rinda::TupleSpaceProxyTest#test_core_03_notifyが、まだ、たまにfailに
なります。
1) Failure:
test_core_03_noti... -
02:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
- > あいざわです
>
> 全体的に消極的賛成派が多くて、中田さんとしては現状のGitあるいはRedmineの機能不足をRubyの変更によって
> 対応するのは筋違いだろうということでしょうか。
>
> パッチ... -
02:04 PM Bug #5232: Encoding of Date#to_s
- tadayoshi funaba wrote:
> why date?
>
> > Encoding.default_internal = Encoding::UTF_8
> #=> #<Encoding:UTF-8>
>... -
06:38 AM Bug #5232 (Rejected): Encoding of Date#to_s
- why date?
> Encoding.default_internal = Encoding::UTF_8
#=> #<Encoding:UTF-8>
> 99e99.to_s.encoding
#=> #<Enco... -
02:32 AM Bug #5232: Encoding of Date#to_s
- US-ASCII is used for ASCII only strings.
It means pure string in some means.
default internal encoding is used fo... -
12:39 AM Bug #5232: Encoding of Date#to_s
- I think what I'm trying to say is: why does US-ASCII play a role?
It seems if someone sets default_internal, then ... -
12:33 AM Bug #5232: Encoding of Date#to_s
- I thought that is what default_internal was used for? If default_internal is set, then strings should be automatical...
-
12:21 PM Revision ee760a5d (git): * ChangeLog: style fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 PM Revision e57aecba (git): * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type
- to suppress a warning.
* vm_core.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33100 b2... -
11:51 AM Revision 0971109e (git): * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type
- to suppress a warning.
* vm_core.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33099 b2dd03c8-39d4-4d... -
10:14 AM Revision 3bffb317 (git): * backport r33096 from trunk.
- * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.
[Bug #5234] [ruby-core:39125]
* vm.... -
10:06 AM Revision 6bc83a18 (git): * internal.h (rb_strftime_timespec): moved from time.c and define only
- if ruby/encoding.h is included.
* internal.h (rb_strftime): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
09:59 AM Revision a09e7139 (git): * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.
- [Bug #5234] [ruby-core:39125]
This code will be removed after changing throw mechanism (see r33064).
* vm.c (rb_vm... -
09:45 AM Revision 7412263e (git): * internal.h (rb_strftime_timespec): move to time.c because it depends
- encoding.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:18 AM Revision 23b28086 (git): * strftime.c (rb_strftime_with_timespec): get enc argument to specify
- the encoding of the format. On Windows (at least Japanese Windows),
Time#strftime("%Z") includes non ASCII in local... -
08:50 AM Bug #5235 (Rejected): Ruby fails to freeze Strings and Numerics.
- #freeze prohibits modification to an object, not a variable.
-
06:53 AM Bug #5235: Ruby fails to freeze Strings and Numerics.
- This is not a bug. `x += 1` is sugar for `x = x + 1`, and x + 1 does not
modify the receiver. Similar for `s += "a... -
06:14 AM Bug #5235 (Rejected): Ruby fails to freeze Strings and Numerics.
- x = 0
x.freeze()
x += 1
x # => 1
s = ""
s.freeze()
s += "a"
s # => "a" -
08:45 AM Bug #5203 (Closed): Fixed typos and grammar mistakes in lib/ and ext/
- This issue was solved with changeset r33088.
Luke, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:38 AM Bug #5203: Fixed typos and grammar mistakes in lib/ and ext/
- I have created a pull request for the JSON portion of your patch:
https://github.com/flori/json/pull/89 -
07:23 AM Bug #5203: Fixed typos and grammar mistakes in lib/ and ext/
- I have committed all but the JSON and RDoc parts. I'll bring the RDoc and JSON changes in separately.
-
08:39 AM Bug #5236 (Closed): Including a module in a superclass after it has been included in a subclass leads to infinite recursion if the module uses `super`
- Under these particular circumstances, you get infinite recursion and a system stack error on 1.9 but not 1.8:
* Cr... -
06:24 AM Bug #5213: GC.stress=true で TestSH#test_commercial が Failure になる
- コミットしておいて下さい。
- 02:19 AM Revision 4d033a11 (git): * Revert r33078. It caused a Rails application NoMethodError.
- /home/nahi/git/emptyApp/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/utils.rb:157: warning: toplevel constant Sca...
-
01:16 AM Feature #3356: Add GetShortPathName to ruby
- I could use this as well (because some File-like classes return an 8.3 filename, some the full filename, so not alway...
Also available in: Atom