Project

General

Profile

Activity

From 08/20/2011 to 08/26/2011

08/26/2011

11:59 PM Revision 9754ed48 (git): * NEWS: Update version of rake to 0.9.2.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
11:58 PM Revision 33839f67 (git): * backport r33087 from trunk
* lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.
[Ruby 1.9 - Bug #5203]
git-svn-id: svn+ss...
drbrain (Eric Hodel)
11:55 PM Revision 8b2a8e2b (git): * backport r33087 from trunk.
* lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++
instead of `' for method arguments in open-u...
drbrain (Eric Hodel)
11:54 PM Revision aed384f3 (git): * backport r33086 from trunk.
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
by Luke Gruber. [#5203]
* ext/pty/lib/expe...
drbrain (Eric Hodel)
11:45 PM Revision 80d6bf22 (git): * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.
[Ruby 1.9 - Bug #5203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:11 PM Revision 164c7dc5 (git): * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++
instead of `' for method arguments in open-uri.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33087 b2dd03c8-...
drbrain (Eric Hodel)
10:22 PM Revision ca965411 (git): * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
by Luke Gruber. [#5203]
* ext/pty/lib/expect.rb: ditto
* lib/mathn.rb: ditto
* lib/net/http.rb: ditto
* lib/open-...
drbrain (Eric Hodel)
09:50 PM Revision 74a8074e (git): * 2011-08-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:50 PM Revision f9835b46 (git): merged 33082-33083 from trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:47 PM Revision 18e342e8 (git): ugh. sorry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:45 PM Revision ee34216a (git): Added gem activation for minitest/autoload to help users keep current
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
08:40 PM Bug #5197 (Feedback): at_exit order has changed in 1.9.3dev32413
kosaki (Motohiro KOSAKI)
07:04 PM Revision 45248e74 (git): * iseq.c (iseq_data_to_ary): fix type of variable
(long -> unsigned long) to suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33081 b2dd03c8-39...
ko1 (Koichi Sasada)
07:03 PM Revision e0fcbac6 (git): * 2011-08-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:03 PM Revision 5d486bec (git): * vm_core.h: add a decl. of rb_autoloading_value().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:46 PM Bug #921: autoload is not thread-safe
=begin
Here's the updated patch: [https://github.com/nahi/ruby/compare/11667b9c...03ddf439]
Summary
* ((*Wh...
nahi (Hiroshi Nakamura)
04:15 PM Bug #5232: Encoding of Date#to_s
I doubt that it must be default internal encoding.
When Encoding.default_internal is set, strings should be ASCII-...
naruse (Yui NARUSE)
11:17 AM Bug #5232 (Rejected): Encoding of Date#to_s
The encoding of Date#to_s should respect Encoding.default_internal.
Here is the behavior today:
irb(main):001:0...
tenderlovemaking (Aaron Patterson)
10:46 AM Bug #5227 (Assigned): Float#round fails on corner cases
r33061 tried to fix this but the result isn't changed.
Additional to say:
* add test for this to test/ruby/test_f...
naruse (Yui NARUSE)
05:29 AM Bug #5227: Float#round fails on corner cases
Hi,

The 17 is the maximum number of digits needed to represent uniquely
the double (see [ruby-core:30145] and...
Anonymous
10:27 AM Revision 1e7f99dd (git): * variable.c: Make autoload thread-safe. See #921.
What's the problem?
autoload is thread unsafe. When we define a constant to be
autoloaded, we expect the cons...
Hiroshi Nakamura
02:53 AM Feature #5221: LoadEerror#path
On Wed, Aug 24, 2011 at 12:28:50PM +0900, Koichi Sasada wrote:
>
> Issue #5221 has been reported by Koichi Sasada...
tenderlovemaking (Aaron Patterson)
02:48 AM Bug #5226: Encoding of Time#to_s
OK. I will apply this patch. tenderlovemaking (Aaron Patterson)
02:35 AM Revision 405acb0c (git): * Update RubyGems version in NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
01:13 AM Revision 0073c537 (git): * 2011-08-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:12 AM Revision f5c8aece (git): * backport r33074 from trunk
* lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in
creating ruby-format gemspecs. Fixes Gem.dir ...
drbrain (Eric Hodel)
01:10 AM Revision e93d882d (git): * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in
creating ruby-format gemspecs. Fixes Gem.dir not being at the front
of Gem.path to fix uninstall and cleanup comma...
drbrain (Eric Hodel)

08/25/2011

11:24 PM Revision 4544b382 (git): * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but
respect Encoding.default_internal. [ruby-core:39092]
* test/ruby/test_time.rb (class TestTime): Corresponding test.
...
tenderlovemaking (Aaron Patterson)
10:49 PM Bug #5227: Float#round fails on corner cases
Totally seems fine.
* A magic number 17 is DBL_DIG+2?
* frexp call doesn't feel matching with the rest of the file.
nobu (Nobuyoshi Nakada)
06:03 AM Bug #5227 (Closed): Float#round fails on corner cases
Float#round fails on some corner cases:
42.0.round(300) # => 42.0
42.0.round(308) # => Infinity, should be 42...
marcandre (Marc-Andre Lafortune)
09:53 PM Feature #5231 (Closed): Allow to disable versioned paths
I don't think that the versioned paths are always necessary, when using prefix is enough for most of the cases. There... vo.x (Vit Ondruch)
09:23 PM Feature #5056: About 1.9 EOL
> Just to make sure I got it correctly:
>
> After early 2012 and the release of 1.9.4, we would get:
> - trunk...
kosaki (Motohiro KOSAKI)
08:53 PM Feature #5056: About 1.9 EOL
>> I'm trying to reject new features for patch releases.  Could you give
>> me an example of my mistake?
>
> We ...
kosaki (Motohiro KOSAKI)
04:23 AM Feature #5056: About 1.9 EOL
On 24/08/11 at 23:27 +0900, Yugui wrote:
> On Thu, Jul 21, 2011 at 10:29 AM, Motohiro KOSAKI
> <kosaki.motohiro@...
lucas (Lucas Nussbaum)
09:00 PM Revision a6e30a87 (git): * README*: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:39 PM Revision 5f555487 (git): * 2011-08-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:39 PM Revision 2fa6ebc6 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:18 PM Revision 322937ff (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:18 PM Revision d7708ec4 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:14 PM Bug #5204: `defined?(@@foo) && @foo` may fail
Backported to ruby_1_9_3 at r33068. sorah (Sorah Fukumori)
08:16 AM Bug #5204 (Closed): `defined?(@@foo) && @foo` may fail
Fixed by r33045 on trunk. not applied to 1.9.3.
Yugui-san: Should I commit it?
ko1 (Koichi Sasada)
09:32 AM Bug #5230 (Closed): redmine.ruby-lang.org doesn't describe 1.8 and 1.9 correctly
Edited it, thanks!
(Only redmine admin can edit it)
naruse (Yui NARUSE)
09:20 AM Bug #5230 (Closed): redmine.ruby-lang.org doesn't describe 1.8 and 1.9 correctly
It states:
Ruby 1.9 - Edge version of Ruby
Ruby 1.8 - Stable development version of Ruby
This should be upda...
drbrain (Eric Hodel)
09:29 AM Bug #5166 (Closed): Documentation for OpenSSL::Digest
This issue was solved with changeset r33065.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
08:37 AM Bug #2729 (Closed): `unexpected break' occurs when a proc is called in ensure
This issue was solved with changeset r33064.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
ko1 (Koichi Sasada)
08:23 AM Bug #2729: `unexpected break' occurs when a proc is called in ensure
(2011/07/30 18:58), Kazuki Tsujimoto wrote:
> A patch fixing the problem is attached, but it might be only a worka...
ko1 (Koichi Sasada)
08:33 AM Bug #5229 (Closed): [PATCH] thread.c (rb_thread_select): implement using rb_thread_fd_select
rb_thread_select() is deprecated, but should provide graceful
handling of interrupts for compatibility. rb_thread_f...
normalperson (Eric Wong)
08:05 AM Bug #5228 (Closed): Integer#round fails on some big negative numbers
Fixed with r33061 & r33062 marcandre (Marc-Andre Lafortune)
07:50 AM Bug #5228 (Closed): Integer#round fails on some big negative numbers
Integer#round fails for some big negative numbers:
(+25 * 10**70).round(-71) # => 30...00
(-25 * 10**70).round(-...
marcandre (Marc-Andre Lafortune)
06:27 AM Bug #5226: Encoding of Time#to_s
+1.
As of 1.9.4dev it seems there exists no chance for Time#to_s to produce M17N-problematic result.
shyouhei (Shyouhei Urabe)
06:02 AM Bug #5226 (Closed): Encoding of Time#to_s
I think the encoding of Time#to_s should default to US-ASCII, but respect Encoding.default_internal. Today it always... tenderlovemaking (Aaron Patterson)
04:33 AM Bug #5225 (Closed): Coverage blowing up
Thank you for your report.
I have just fixed this bug yesterday. (r33030)
The patch is already backported into r...
mame (Yusuke Endoh)
03:12 AM Bug #5225 (Closed): Coverage blowing up
I just ran into a situation where the coverage tool in Ruby 1.9 is blowing up
It's a fairly easily reproducible te...
aselder (Andrew Selder)
04:13 AM Revision ceb94d98 (git): * backport r33045 from trunk.
* insns.def (defined): fix to checking class variable.
A patch by Magnus Holm <[email protected]>. Thanks!
* test...
sorah (Sorah Fukumori)
02:47 AM Feature #5221: LoadEerror#path
RubyGems parses the exception message to determine the filename so having LoadError#path would make things easier.
...
drbrain (Eric Hodel)
01:23 AM Bug #5222 (Closed): test_script_from_stdin のエラー
This issue was solved with changeset r33049.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
12:58 AM Bug #5222: test_script_from_stdin のエラー
すいません。添付ファイルが抜けてました。 ngoto (Naohisa Goto)
12:52 AM Revision f30e113b (git): * backport r33066 from trunk.
* ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
* ext/openssl/lib/openssl/digest.rb: ditto
* ext/op...
drbrain (Eric Hodel)
12:43 AM Revision 965f51b3 (git): * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
* ext/openssl/lib/openssl/digest.rb: ditto
* ext/openssl/lib/openssl/x509.rb: ditto
* ext/openssl/lib/openssl/ciphe...
drbrain (Eric Hodel)
12:29 AM Revision b0fb4fb6 (git): * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and add
an example to OpenSSL::Digest. Patch by Sylvain Daubert.
[Ruby 1.9 - Bug #5166]
* ext/openssl/lib/openssl/digest.r...
drbrain (Eric Hodel)
12:26 AM Bug #5224 (Closed): Yard seems to be crashing ruby.
Installing a gem, fails after install. Subsequent calls do not work (e.g. rake -T).
gianni at hera in ~/Projects...
gf3 (Gianni Chiappetta)

08/24/2011

11:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
2011/8/24 KOSAKI Motohiro <[email protected]>:
> 脱線ですが、そろそろbackport projectに1.9.3を追加してチケットで管理しませんか?
> メー...
yugui (Yuki Sonoda)
11:36 PM Bug #5217: lineno is broken when source code has about 7000 lines
遠藤です。

2011年8月24日10:08 Hiroshi Nakamura <[email protected]>:
> Koichi Sasada wrote:
>>  色々考えて,遠藤さんに IRC でア...
mame (Yusuke Endoh)
09:59 PM Bug #5217: lineno is broken when source code has about 7000 lines
遠藤です。

2011年8月24日19:30 Keita Urashima <[email protected]>:
> 浦嶌と申します。
> Asakusa.rb でなひさんに相談に乗っていただきました。
>
> [...
mame (Yusuke Endoh)
09:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
2011年8月24日18:09 KOSAKI Motohiro <[email protected]>:
>> 元問題 ([BUG] bug) の話でしたら、trunk には前述の「応急措置」
>> パッチを...
mame (Yusuke Endoh)
07:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
浦嶌と申します。
Asakusa.rb でなひさんに相談に乗っていただきました。

[BUG] が出ていたコードを r33046 で試してみたところ、正常に動いているように見えました。
念のため以下のパッチを当てた状...
ursm (Keita Urashima)
06:23 PM Bug #5217: lineno is broken when source code has about 7000 lines
> 元問題 ([BUG] bug) の話でしたら、trunk には前述の「応急措置」
> パッチをコミット済み (r33030) なので、ささださんのパッチに関わらず、
> もう [BUG] にはならなくなってると思います。...
kosaki (Motohiro KOSAKI)
03:31 PM Bug #5217 (Closed): lineno is broken when source code has about 7000 lines
This issue was solved with changeset r33046.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
01:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
(2011/08/23 20:43), Yusuke ENDOH wrote:
> おお。ささださんが一晩でやってくれました。

 こっちは朝だったけどね.コミットします.

--
// SASADA Ko...
ko1 (Koichi Sasada)
12:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
遠藤です。

2011年8月24日10:08 Hiroshi Nakamura <[email protected]>:
> Koichi Sasada wrote:
>>  色々考えて,遠藤さんに IRC でア...
mame (Yusuke Endoh)
10:08 AM Bug #5217: lineno is broken when source code has about 7000 lines
Koichi Sasada wrote:
>  色々考えて,遠藤さんに IRC でアドバイスしてもらった,「改行位置が変
> わったところだけ情報を付ける」という方法でやり直しました.
ありがとうございました。
>...
nahi (Hiroshi Nakamura)
07:23 AM Bug #5217: lineno is broken when source code has about 7000 lines
 ささだです.

(2011/08/23 7:43), Yusuke Endoh wrote:
> 直そうと思えば、以下のようにすれば直ります。しかしあえて short を選んで
> いるのは省メモリ化のためだと思い...
ko1 (Koichi Sasada)
11:37 PM Revision ef039de5 (git): * vm.c (vm_make_env_each): work around to solve Bug #2729.
fixes: Bug #2729
a patch from Kazuki Tsujimoto <[email protected]>
This problem is caused by changing dfp (dynami...
ko1 (Koichi Sasada)
11:29 PM Feature #5056: About 1.9 EOL
On 24/08/11 at 23:03 +0900, Yugui wrote:
> On Tue, Aug 23, 2011 at 9:20 PM, Lucas Nussbaum
> <lucas@lucas-nussba...
lucas (Lucas Nussbaum)
11:29 PM Feature #5056: About 1.9 EOL
On Thu, Jul 21, 2011 at 10:29 AM, Motohiro KOSAKI
<[email protected]> wrote:
>  - 1.9.4 will be released ...
yugui (Yuki Sonoda)
11:23 PM Feature #5056: About 1.9 EOL
On Tue, Aug 23, 2011 at 9:20 PM, Lucas Nussbaum
<[email protected]> wrote:
> Currently, Ruby's definition...
yugui (Yuki Sonoda)
06:23 PM Feature #5056: About 1.9 EOL
2011/8/23 Michal Suchanek <[email protected]>:
> On 23 August 2011 13:20, NARUSE, Yui <[email protected]> wrote:
...
naruse (Yui NARUSE)
11:27 PM Revision 382ed428 (git): * vm.c (vm_make_env_each): work around to solve Bug #2729.
fixes: Bug #2729
a patch from Kazuki Tsujimoto <[email protected]>
This problem is caused by changing dfp (dynami...
ko1 (Koichi Sasada)
11:04 PM Revision 7a3f54ed (git): * backport r33060, 33061 from trunk
* numeric.c (int_round): Fix Integer#round [ruby-core:39096]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru...
Marc-Andre Lafortune
10:57 PM Revision 85e24491 (git): * numeric.c (int_round): Fix Integer#round [ruby-core:39096]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
10:57 PM Revision ee0d942e (git): * numeric.c: Rdoc fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
10:02 PM Revision beb26e1b (git): * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:
Manage a redefinition of special methods for each classes.
A patch from Joel Gouly <[email protected]>. Thanks!...
ko1 (Koichi Sasada)
09:56 PM Revision 0a50e17e (git): * ext/psych/lib/psych.rb: Fixing psych version number.
* ext/psych/psych.gemspec: updating the gemspec.
Conflicts:
ext/psych/psych.gemspec
git-svn-id: svn+ssh:/...
tenderlovemaking (Aaron Patterson)
09:54 PM Revision 72107daf (git): * ext/psych/lib/psych.rb: Fixing psych version number.
* ext/psych/psych.gemspec: updating the gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33057 b2dd03c8-39...
tenderlovemaking (Aaron Patterson)
09:27 PM Revision 1306ae8a (git): * 2011-08-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:27 PM Revision baf7c859 (git): * NEWS: Integer#round was also updated (even though rdoc is unchanged)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
09:18 PM Revision 4a11e857 (git): * 2011-08-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:18 PM Revision 497e61cc (git): * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
UTF-8.
* test/psych/test_encoding.rb: test yaml dump encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
tenderlovemaking (Aaron Patterson)
09:14 PM Revision 34f6671d (git): * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
UTF-8.
* test/psych/test_encoding.rb: test yaml dump encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@330...
tenderlovemaking (Aaron Patterson)
06:49 PM Feature #5220: NilClass#to_i should accept an argument to match String#to_i
IO, Integer, Float, Time, etc. have #to_i with no arguments, too. nobu (Nobuyoshi Nakada)
09:23 AM Feature #5220 (Rejected): NilClass#to_i should accept an argument to match String#to_i
I noticed that NilClass#to_i does not accept an additional argument. This differs from String#to_i which accepts an o... postmodern (Hal Brodigan)
06:33 PM Bug #5222 (Assigned): test_script_from_stdin のエラー
添付がないようですがよろしく。 nobu (Nobuyoshi Nakada)
02:32 PM Bug #5222 (Closed): test_script_from_stdin のエラー
一部の環境(Solarisなど)では、master PTY が端末ではないため、
IO#echo= に失敗して test_script_from_stdin がエラーになります。
45) Error:
test_scr...
ngoto (Naohisa Goto)
04:41 PM Revision 8b8c7fd3 (git): * test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solaris
seems to behave the same as FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33051 b2dd03c8-39d4-4d8f-98f...
ngoto (Naohisa Goto)
04:29 PM Bug #5116 (Closed): Code example for URI::Parser is invalid
Fixed in r33047, thanks! naruse (Yui NARUSE)
04:23 PM Revision 830125d8 (git): * 2011-08-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:23 PM Revision 073f94e2 (git): * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave pty
should be manipulated because master pty may not be a tty on some
environment (e.g. Solaris). [Bug:#5222] [ruby-dev...
ngoto (Naohisa Goto)
12:58 PM Feature #5128: 日本語ドキュメントをUTF-8に
あいざわです
全体的に消極的賛成派が多くて、中田さんとしては現状のGitあるいはRedmineの機能不足をRubyの変更によって
対応するのは筋違いだろうということでしょうか。
パッチを投げた経緯としては、現実にRedm...
ayumin (Ayumu AIZAWA)
12:28 PM Feature #5221 (Closed): LoadEerror#path
I read a part of activesupport and they add a method LoadError#path to return unloaded file name (*1).
*1: https:/...
ko1 (Koichi Sasada)
09:53 AM Bug #5204: `defined?(@@foo) && @foo` may fail
Hi,

Thank you Magnus for your reporting and a patch.
I apply it.

Yugui-san:
I think it can be applie...
ko1 (Koichi Sasada)
09:36 AM Bug #3781 (Open): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
すいません、気づいてなかったのですが、添付のスクリプトは今でも落ちます。
落ち方はちょっと変化していて、
~32419 当初の報告通り Segmentation fault
32420~32431 `resume': c...
metanest (Makoto Kishimoto)
07:29 AM Revision bad0b9d8 (git): merge revision(s) 33047:
------------------------------------------------------------------------
r33047 | naruse | 2011-08-24 16:28:12 +0900 ...
naruse (Yui NARUSE)
07:28 AM Revision 32618ba7 (git): Add a missing parenthesis in the example.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:31 AM Revision 7049d9c8 (git): * iseq.h, iseq.c, compile.c: Change the line number data structure
to solve an issue reported at [ruby-dev:44413] [Ruby 1.9 - Bug #5217].
Before this fix, each instruction has an inf...
ko1 (Koichi Sasada)
02:21 AM Feature #5219 (Closed): Array#pack should warn (or raise) if an invalid pack string is given
If garbage characters are inserted into the pack string ruby ignores them:
$ ruby19 -e 'p [1, 2, 3].pack("*N")'
"...
drbrain (Eric Hodel)
12:52 AM Revision 4f03f0cb (git): * insns.def (defined): fix to checking class variable.
A patch by Magnus Holm <[email protected]>. Thanks!
* test/ruby/test_variable.rb: add a test for above.
git-svn-i...
ko1 (Koichi Sasada)
12:16 AM Bug #5162: IMAP error formatting string
Shugo Maeda wrote:
> art lussos wrote:
> > In the method msg_att in the file imap.rb, the parse error is written a...
art.lussos (art lussos)
12:02 AM Revision 6b8fe957 (git): * backport r33043 from trunk.
* lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allows
HTTPS image paths to be turned into <img> t...
drbrain (Eric Hodel)

08/23/2011

11:53 PM Revision 61920a12 (git): * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allows
HTTPS image paths to be turned into <img> tags. Prevents special
markup inside <tt> from being processed.
git-sv...
drbrain (Eric Hodel)
11:42 PM Bug #5217 (Closed): lineno is broken when source code has about 7000 lines
遠藤です。
asakusa.rb で出た話だそうですが (なひさんからの伝聞) 、soap4r と
simplecov を組み合わせると [BUG] bug が出るそうです。
いろいろ話を聞かせてもらった結果、以下のよう...
mame (Yusuke Endoh)
11:05 PM Revision 0ed77bc7 (git): backported r33039
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
11:04 PM Revision e5f7bf84 (git): * backport r32981 and r32982 from trunk.
* ext/dl: Add documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #5192]
* ext/.document (fiddle): Remove dup...
drbrain (Eric Hodel)
10:58 PM Revision cede48fd (git): * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multiple
gems and gem cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:34 PM Revision d1919daa (git): fixed tests broken by new minitest mixin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:55 PM Revision 2f8fb754 (git): * 2011-08-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:55 PM Revision 18911888 (git): backport of 33036
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:53 PM Feature #5056: About 1.9 EOL
(08/23/2011 09:20 PM), Lucas Nussbaum wrote:
> On 23/08/11 at 20:38 +0900, Urabe Shyouhei wrote:
>> Hello Lucas....
shyouhei (Shyouhei Urabe)
09:23 PM Feature #5056: About 1.9 EOL
On 23/08/11 at 20:38 +0900, Urabe Shyouhei wrote:
> Hello Lucas.
>
> (08/23/2011 08:09 PM), Lucas Nussbaum wr...
lucas (Lucas Nussbaum)
09:23 PM Feature #5056: About 1.9 EOL
On 23/08/11 at 20:20 +0900, NARUSE, Yui wrote:
> (2011/08/23 20:09), Lucas Nussbaum wrote:
> > On 23/08/11 at 06...
lucas (Lucas Nussbaum)
08:53 PM Feature #5056: About 1.9 EOL
Hello Lucas.

(08/23/2011 08:09 PM), Lucas Nussbaum wrote:
> I think that the current way of managing branches...
shyouhei (Shyouhei Urabe)
08:23 PM Feature #5056: About 1.9 EOL
(2011/08/23 20:09), Lucas Nussbaum wrote:
> On 23/08/11 at 06:50 +0900, SASADA Koichi wrote:
>> (2011/08/10 7:18...
naruse (Yui NARUSE)
08:23 PM Feature #5056: About 1.9 EOL
On 23/08/11 at 06:50 +0900, SASADA Koichi wrote:
> (2011/08/10 7:18), Yukihiro Matsumoto wrote:
> > My opinion i...
lucas (Lucas Nussbaum)
06:53 AM Feature #5056: About 1.9 EOL
Hi,

Sorry for my late response.

(2011/08/10 7:18), Yukihiro Matsumoto wrote:
> |Matz, do you have schedu...
ko1 (Koichi Sasada)
09:47 PM Revision 2c43b966 (git): Imported minitest 2.5.0 (r6557)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
06:24 PM Revision 0dcfc893 (git): * NEWS: Actually, it's both Float#round and Numeric#round...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
06:19 PM Revision 3385e681 (git): * NEWS: Correction; it's Float#round
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
06:15 PM Revision a32108b5 (git): * 2011-08-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:15 PM Revision 942facfa (git): * NEWS: Add Numeric#round to the list of modified methods
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
03:44 PM Revision 885f5fa2 (git): * 2011-08-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:44 PM Revision 54163e2b (git): * thread.c (update_coverage): skip coverage count up if the current
line is out of the way. rb_sourceline() is unreliable when source
code is big. [ruby-dev:44413]
* test/coverage/...
mame (Yusuke Endoh)
03:26 PM Bug #5210 (Closed): Kernel#require documentation is incomplete
This issue was solved with changeset r33027.
Andrew, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
02:09 PM Revision bdd342d8 (git): * backport r33021 from trunk.
* sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary
strings from GC.
git-svn-id: svn+ssh://ci.ruby-...
nagachika (Tomoyuki Chikanaga)
12:28 PM Bug #5213: GC.stress=true で TestSH#test_commercial が Failure になる
すみません、valgrind で実行するとその他に str のバッファをはみだしてアクセスする場合があったのでその修正と、RB_GC_GUARD を使うようにしたのでパッチを更新します。 nagachika (Tomoyuki Chikanaga)
11:44 AM Bug #5216 (Closed): added some clarification to Array.new method
Wasn't sure if the call-seq section needed to be updated. Doc was referencing first through fourth forms, but then bu... johnnymugs (Jonathan Mukai)
11:14 AM Bug #5215 (Closed): added some clarification to Array[] method
Inspired by several Klabnik posts, I thought I'd try this out. Is this the kind of clean up/clarification you're look... johnnymugs (Jonathan Mukai)
10:29 AM Bug #2768 (Closed): SEGV when using OpenSSL::Cipher (AES) in certain way
Thanks for heads-up!
I applied the patch to trunk at r32723 and ruby_1_9_3 at r32724. Closing.
nahi (Hiroshi Nakamura)
10:09 AM Bug #5214 (Closed): "not (true)" should not warn "(...) interpreted as grouped expression"
If you have a space between "not" and "(" ruby will warn.
Since it is normal to use "not" with a grouped expressio...
drbrain (Eric Hodel)
08:17 AM Bug #5116: Code example for URI::Parser is invalid
The spelling of :ESCAPED has been fixed by Bug #5177 , but there's still a missing parenthesis.
A new patch will h...
agrimm (Andrew Grimm)
06:30 AM Revision df0cb1c4 (git): * backport r33027 from trunk.
* load.c (rb_f_require): Improve documentation of Kernel#require.
[Ruby 1.9 - Bug #5210]
git-svn-id: svn+ssh://c...
drbrain (Eric Hodel)
06:26 AM Revision a14e13b2 (git): * load.c (rb_f_require): Improve documentation of Kernel#require.
[Ruby 1.9 - Bug #5210]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:16 AM Revision 73867ef5 (git): * 2011-08-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:16 AM Revision 91d6e312 (git): * backport r33023 from trunk.
* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
gzip header is readable to avoid SEGV.
* test/...
Hiroshi Nakamura
02:36 AM Revision a5cb0fb0 (git): * 2011-08-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:36 AM Revision e3e98506 (git): * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
gzip header is readable to avoid SEGV.
* test/zlib/test_zlib.rb (test_corrupted_header): Test it.
git-svn-id: svn+...
Hiroshi Nakamura
12:33 AM Bug #5208: \b and \B don't match properly
> Ruby では \w とは別に \p{Word} というものを用意しているので、「\b は \p{Word} に従う」でよいかと思っています。
そういう考えもありましたか。ただ、少なくともPerl 5.14とPython 2...
k_takata (Ken Takata)

08/22/2011

11:59 PM Bug #5213 (Closed): GC.stress=true で TestSH#test_commercial が Failure になる
make test-all TESTS="--gc-stress date/test_switch_hitter.rb -n test_commercial"
を実行すると
1) Failure:
test_commer...
nagachika (Tomoyuki Chikanaga)
08:47 PM Bug #5204 (Assigned): `defined?(@@foo) && @foo` may fail
Hi ko1, what do you think? shyouhei (Shyouhei Urabe)
07:34 PM Bug #5211 (Rejected): Segmentation fault in Enumerator#each
On 1.9.3, I cannot reproduce this issue using gcc-4.2 with -O3 and llvm-gcc with -O0 on OS X 10.7 (Lion).
Which vers...
mrkn (Kenta Murata)
03:31 PM Bug #5211 (Rejected): Segmentation fault in Enumerator#each
Under ruby-1.9.2-p290, on OS X Lion, the following code
@e1 = %w(strike strike strike).to_enum
@e2 = [1,2,3]....
woollyams (Mike Williams)
02:48 PM Revision 4ed47113 (git): * 2011-08-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:48 PM Revision 9c038691 (git): * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary
strings from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
01:38 PM Bug #5208 (Assigned): \b and \B don't match properly
チケット登録ありがとうございます。
やり方はこれでバッチリです。
で、本件ですが、
> ruby 1.9.2では、\wがマルチバイト文字にマッチしないように鬼車を修正していたと思いますが、
> \b, \Bについては\w,...
naruse (Yui NARUSE)
12:14 PM Bug #5194 (Rejected): exceptions caught compiling with clang 2.1 on OSX 10.7
Which revision did you build?
I tried to build r33019 with "Apple clang version 2.1 (tags/Apple/clang-163.7.1) (ba...
mrkn (Kenta Murata)
11:59 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
むらたです。


On Saturday, August 20, 2011 at 19:07 , Motohiro KOSAKI wrote:
> むらたさん
>
> regressionではないようですし、見る...
mrkn (Kenta Murata)
08:36 AM Bug #5210 (Closed): Kernel#require documentation is incomplete
The documentation for Kernel#require could benefit from additional description.
It does not describe what a return...
agrimm (Andrew Grimm)
08:28 AM Bug #5175: Ruby1.9.2p290 MySQLアクセスエラー
dbi_mysql_connect2.rbは、MySQLへアクセスする簡単なプログラムです。
コードは、以下です。
#!D:/Ruby/bin/ruby.exe -Ks
require "dbi"
begin
...
e_maekawa (eiichi maekawa)

08/21/2011

01:02 PM Bug #5208 (Closed): \b and \B don't match properly
初めまして、高田と申します。
\b, \Bが正しく単語境界、非単語境界にマッチしていません。
ruby 1.9.2では、\wがマルチバイト文字にマッチしないように鬼車を修正していたと思いますが、
\b, \Bについては\w,...
k_takata (Ken Takata)
11:43 AM Bug #3861 (Closed): Endian bugs in fiddle/dl on sparc64
I've just committed with r33015. close the issue now ngoto (Naohisa Goto)
04:23 AM Bug #3861: Endian bugs in fiddle/dl on sparc64
On Sat, Aug 20, 2011 at 07:11:23PM +0900, Motohiro KOSAKI wrote:
>
> Issue #3861 has been updated by Motohiro KOS...
tenderlovemaking (Aaron Patterson)
09:00 AM Revision c1ba3ce7 (git): * backport r33019 from trunk.
* iseq.c (iseq_s_disasm): remove variable which is no longer used
since r33013.
git-svn-id: svn+ssh://ci.ruby-lang...
ktsj (Kazuki Tsujimoto)
08:59 AM Bug #5175 (Feedback): Ruby1.9.2p290 MySQLアクセスエラー
ping? sorah (Sorah Fukumori)
08:55 AM Revision 729ad0b0 (git): * iseq.c (iseq_s_disasm): remove variable which is no longer used
since r33013.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ktsj (Kazuki Tsujimoto)
05:34 AM Revision 6d36527c (git): * 2011-08-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:34 AM Revision 4d436eef (git): * configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
05:34 AM Revision b28715b2 (git): * configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
02:35 AM Revision 04694797 (git): * 2011-08-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:35 AM Revision 01db73f6 (git): Merge commit r32895 from trunk:
* ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sarg
should be used to handle shorter return val...
ngoto (Naohisa Goto)

08/20/2011

07:13 PM Bug #2768: SEGV when using OpenSSL::Cipher (AES) in certain way
Ping? Nahi-san, can you please tell us your final decision?
kosaki (Motohiro KOSAKI)
07:11 PM Bug #3861 (Assigned): Endian bugs in fiddle/dl on sparc64
Aaron, I think it's ok to backport. But I'd respect your opinion. Please decide it.
Thanks.
kosaki (Motohiro KOSAKI)
07:07 PM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
むらたさん
regressionではないようですし、見る時間がなさそうであれば1.9.4に送ってしまってください。僕は時間がないので当分見る予定ないです
kosaki (Motohiro KOSAKI)
07:02 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
Matz, I think we need to decide either 1) revert r32283 or 2) fix naruse reported regression. Everybody know you are ... kosaki (Motohiro KOSAKI)
06:59 PM Bug #5164: Line endings, bug/regression or feature of 1.9.3?
Ping? kosaki (Motohiro KOSAKI)
06:07 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
MinGW built versions of ruby *did* export ruby_thread_data_type before the last commit.
$ ruby -v
ruby 1.9.3dev (...
cfis (Charlie Savage)
05:59 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Commit dea63e4ba22d354984ce0e9e4395f8aba7152ed3 breaks ruby-debug-base19 (not the old ruby-debug-base). ruby-debug-b... cfis (Charlie Savage)
02:23 PM Feature #5206: ruby -K should warn
> When ruby is run with -K it changes the default encoding of all files even when that may be incompatible with the ... kosaki (Motohiro KOSAKI)
08:27 AM Feature #5206 (Closed): ruby -K should warn
When ruby is run with -K it changes the default encoding of all files even when that may be incompatible with the sou... drbrain (Eric Hodel)
04:31 AM Revision aef5decf (git): * backport r33013 from trunk.
* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.
* test/ruby/test_method.rb (test_body): add a test for the ...
ktsj (Kazuki Tsujimoto)
04:26 AM Revision 5cb16a55 (git): * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.
* test/ruby/test_method.rb (test_body): add a test for the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
ktsj (Kazuki Tsujimoto)
01:43 AM Revision 4536f22a (git): * 2011-08-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:43 AM Revision c2de9428 (git): * 2011-08-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:43 AM Revision dcb7cc1a (git): * ext/stringio/stringio.c (strio_read): return new string if nil
is explicitly given as a buffer ([Bug #5207]), otherwise set the
encoding. also removed dead code.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
01:43 AM Revision aade9453 (git): * ext/stringio/stringio.c (strio_read): return new string if nil
is explicitly given as a buffer ([Bug #5207]), otherwise set the
encoding. also removed dead code.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom