Project

General

Profile

Activity

From 02/12/2011 to 02/18/2011

02/18/2011

09:39 PM Revision 774eeba6 (git): * 2011-02-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:39 PM Revision c36abbfd (git): * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]
* test/testunit/test_rake_integration.rb: adding an integration test
with the rake loader to prevent regressions.
...
tenderlovemaking (Aaron Patterson)
05:14 PM Bug #4407: rubygems test should use require_relative
=begin

On Feb 17, 2011, at 05:13 , Shota Fukumori wrote:

> require 'rubygems/package/tar_test_case'
> -require...
zenspider (Ryan Davis)
12:32 PM Revision 03022c9d (git): merge revision(s) 30903:
* test/ruby/test_exception.rb (TestException::test_to_s_taintness_propagation):
Test for below.
* e...
shyouhei (Shyouhei Urabe)
12:18 PM Revision 4f4dc7b2 (git): merge revision(s) 30905:
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given ...
shyouhei (Shyouhei Urabe)
12:02 PM Revision b593b831 (git): merges r30896 from trunk into ruby_1_9_2.
--
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given path ...
yugui (Yuki Sonoda)
11:59 AM Revision 9f89da18 (git): merges r30896 from trunk into ruby_1_9_1.
--
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given path ...
yugui (Yuki Sonoda)
11:48 AM Revision 452c5aff (git): merge revision(s) 30896:
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given ...
shyouhei (Shyouhei Urabe)
11:05 AM Revision c13f6287 (git): * 2011-02-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:05 AM Revision fca16b0c (git): * error.c (exc_to_s): untainted strings can be tainted via
Exception#to_s, which enables attackers to overwrite sane strings.
Reported by: Yusuke Endoh <mame at tsg.ne.jp>.
...
shyouhei (Shyouhei Urabe)
10:47 AM Revision e86bf2db (git): merge revision(s) 30604:
* win32/win32.c (init_stdhandle): backport mistake of r29382.
some code are needless in ruby 1.8.
...
shyouhei (Shyouhei Urabe)
10:43 AM Revision 4fdfac49 (git): merges r30721 from trunk into ruby_1_9_2.
--
* array.c (rb_ary_join): [].join.encoding must be US-ASCII.
[ruby-list:47790]
git-svn-id: svn+ssh://ci.ruby-lan...
yugui (Yuki Sonoda)
10:43 AM Revision b0416f34 (git): merges r30699 and r30700 from trunk into ruby_1_9_2.
--
* configure.in: Add #include<sys/stat.h> when struct stat is
tested. Otherwise, incomplete type ...
yugui (Yuki Sonoda)
10:43 AM Revision b5296022 (git): merges r30683 and r30684 from trunk into ruby_1_9_2.
--
* hash.c (rb_hash_fetch_m): add GC guard to prevent intermediate
variable from GC.
--
* ...
yugui (Yuki Sonoda)
10:43 AM Revision 7c9904b2 (git): merges r30659 from trunk into ruby_1_9_2.
--
* class.c (clone_method): add GC guard to prevent intermediate
variable from GC. [Bug #4321] [ru...
yugui (Yuki Sonoda)
10:43 AM Revision a474c66f (git): merges r30657 from trunk into ruby_1_9_2.
--
* vm_eval.c (rb_throw_obj): add GC guard to prevent intermediate
variable from GC. [Bug #4322] [...
yugui (Yuki Sonoda)
10:42 AM Revision c1afbd39 (git): * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
race condition in the case where the given path is a directory,
and some other user can move that directory, and cr...
shyouhei (Shyouhei Urabe)
10:37 AM Revision b0e9e1d4 (git): * configure.in: revert revision r29854. This revision introduced
binary incompatibilities on some circumstances. The bug that
revision was fixing gets reopened by this reversion.
...
shyouhei (Shyouhei Urabe)
08:49 AM Bug #4408 (Third Party's Issue): Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
=begin
It is my understanding that due to the current Ruby OpenSSL bindings, only the following ciphers modes are s...
micah (micah anderson)
05:20 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
sorry for the poor example, the proposal should have been to make


Dir['C:\Users\Public\Desktop\*']
...
rogerdpack (Roger Pack)
04:25 AM Bug #3972 (Open): r28668 breaks test/unit when combined with the testing rake task
=begin
r30849 causes this bug again. Please revert r30849 or stop including `include Test::Unit::RequireFiles` in `...
tenderlovemaking (Aaron Patterson)
02:30 AM Bug #4400: nested at_exit hooks run in strange order
=begin
On Thu, Feb 17, 2011 at 10:16 AM, Charles Nutter <[email protected]>wrote:

> Issue #4400 has been upda...
jballanc (Joshua Ballanco)
12:16 AM Bug #4400: nested at_exit hooks run in strange order
=begin
FWIW, JRuby already seems to match the C ordering, thought I don't think we did it on purpose:


~/proj...
headius (Charles Nutter)
01:00 AM Bug #4401: override :method method breaks Psych
=begin
Fails the same in JRuby (we just reuse Psych's .rb code): http://jira.codehaus.org/browse/JRUBY-5520
=end
headius (Charles Nutter)
12:50 AM Feature #4265: Provide a core method Kernel#ruby for invoking a new Ruby instance
=begin
On Wed, Feb 16, 2011 at 5:40 PM, Roger Pack <[email protected]> wrote:
>> As Hongli pointed out, and as ...
headius (Charles Nutter)

02/17/2011

10:47 PM Bug #3720 (Closed): test_marshal_dump_extra_iv doesn't check as intended
=begin
This issue was solved with changeset r30891.
Tomoyuki, thank you for reporting this issue.
Your contributio...
nagachika (Tomoyuki Chikanaga)
10:13 PM Bug #4407 (Closed): rubygems test should use require_relative
=begin
hi,

rubygem's some tests should use require_relative.

Patch is here

diff --git test/rubygems/t...
sorah (Sorah Fukumori)
08:03 PM Bug #4401: override :method method breaks Psych
=begin
The other way, might be:

Object.instance_method(:method).bind(target).call(:to_yaml).source_location...
godfat (Lin Jen-Shin)
06:37 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Sorry, I can't suggest any ways.

Anyone can suggest a way to he?
=end
sorah (Sorah Fukumori)
05:56 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, what approach can I take to overcome this issue? What do you suggest? Perhaps, I can remove RVM comple...
krz (Christian Fazzini)
05:30 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
1.9.2's ruby_lib_version is 1.9.1, so library directory is 1.9.1. (See 1.9.2's NEWS)

And I can't decide ...
sorah (Sorah Fukumori)
04:43 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Yea it is. Earlier you told me to do $LOADED_FEATURES. I was just checking if its normal for the output of $L...
krz (Christian Fazzini)
04:39 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Related to your issue (this thread's issue)
=end
sorah (Sorah Fukumori)
04:36 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, what is the related issue? I am still getting the same error as initial post.
=end
krz (Christian Fazzini)
02:07 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
[ruby-list:47892] (Japanese) is related issue?

--
Shota Fukumori a.k.a. @sora_h - http://codnote.net/
=...
sorah (Sorah Fukumori)
02:06 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Any updates on this?

At above paste. Is it normal that openssl is bundled/using ruby 1.9.1. Look at this l...
krz (Christian Fazzini)
05:45 PM Bug #4405 (Closed): WIN32OLE & Threads incompatible
=begin
The WIN32OLE library does not work when using Ruby threads. It may raise exceptions such as this:

(drub...
larsch (Lars Christensen)
04:13 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
よしだあつしです。

Rubyのポリシーとして環境変数にパスワードは書いてはいけないということはわかりました。
ただ私が問題だと思ったのはcurlやwgetでは受け入れられているものが
「何も言わずに無視される...
yalab (あつし よしだ)
03:32 PM Revision 80466e3f (git): * compile.c (get_exception_sym2type): guard temporary object from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
03:08 PM Revision 946e37cf (git): * 2011-02-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:08 PM Revision 8147a76b (git): * iseq.c (prepare_iseq_build): initialize iseq_compile_data::err_info
with nil. this fix exception in rb_iseq_load().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30892 b2dd03c8-39d...
nagachika (Tomoyuki Chikanaga)
02:22 PM Feature #4402 (Closed): Include an "in" operator
=begin
Duplicated: http://redmine.ruby-lang.org/issues/show/3845
=end
naruse (Yui NARUSE)
02:13 PM Bug #4359 (Rejected): regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
> I suppose I could add a special case, but that seems strange. It also
> seems strange that inspect will ...
naruse (Yui NARUSE)
10:48 AM Bug #4359: regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
On Tue, Feb 15, 2011 at 04:23:24PM +0900, Yui NARUSE wrote:
> Issue #4359 has been updated by Yui NARUSE.
>...
tenderlovemaking (Aaron Patterson)
01:37 PM Revision 594f2fcf (git): * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):
fix a typo of local variable. [Bug #3720] [ruby-dev:42083]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30891 b...
nagachika (Tomoyuki Chikanaga)
12:44 PM Feature #4257: switch_hitter - an acceleration of date library
=begin
Looks good, no unexpected failures in home_run's test suite.
=end
jeremyevans0 (Jeremy Evans)
06:43 AM Feature #4257: switch_hitter - an acceleration of date library
=begin
Added http://jira.codehaus.org/browse/JRUBY-5518 to track this. We'll want to implement a Java version of swi...
headius (Charles Nutter)
12:33 PM Revision 1d403c3b (git): * 2011-02-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:33 PM Revision 52061198 (git): * ext/openssl/ossl.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:58 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
Hi,

You should escape backslash in double quoted string literal("" or %!!) as follows,

Dir[%!C:\\Us...
nagachika (Tomoyuki Chikanaga)
09:52 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
I don't think your example string means what you think it means:

$ ruby -e 'p %!a\x65!, %q!a\x65!'
"ae...
drbrain (Eric Hodel)
05:17 AM Bug #4404 (Rejected): Make Dir.glob respect backslash as if slash in windows
=begin
Hello all.
Related to

http://redmine.ruby-lang.org/issues/show/2625

I at times find myself usin...
rogerdpack (Roger Pack)
06:48 AM Bug #3660: Trace events seem to be missing
=begin
It's worth mentioning that tracer is broken in JRuby for the same reason. Depending on caller to be the same ...
headius (Charles Nutter)
03:24 AM Bug #4403: require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
=begin
On Wed, Feb 16, 2011 at 7:48 AM, Robert Pankowecki
<[email protected]> wrote:
> Bug #4403: require comm...
wyhaines (Kirk Haines)

02/16/2011

11:48 PM Bug #4403 (Rejected): require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
=begin
Consider this file structure:

~/test/symbolic > tree
.
|-- a
| `-- a.rb
|-- b -> a
|-- c.r...
rupert (Robert Pankowecki)
08:47 PM Bug #4400 (Closed): nested at_exit hooks run in strange order
=begin
This issue was solved with changeset r30888.
Suraj, thank you for reporting this issue.
Your contribution t...
kosaki (Motohiro KOSAKI)
05:21 AM Bug #4400: nested at_exit hooks run in strange order
=begin
> |> ko1, what do you think?
> |
> |I don't have any idea about it.  However, I think it should be a
> |sp...
kosaki (Motohiro KOSAKI)
04:25 AM Bug #4400: nested at_exit hooks run in strange order
=begin
Cool! I prefer C's behavior also. Thank you.
=end
sunaku (Suraj Kurapati)
08:45 PM Feature #4402 (Closed): Include an "in" operator
=begin
It would be great to support the syntax

return if result in [nil, 'exit', 'quit']

which is a more h...
rosenfeld (Rodrigo Rosenfeld Rosas)
11:42 AM Revision 36a0a1a3 (git): * eval_jump.c (rb_exec_end_proc): changed at_exit and END proc
evaluation order. [Bug #4400] [ruby-core:35237]
* eval_jump.c (rb_mark_end_proc): ditto.
* test/ruby/test_beginendbl...
kosaki (Motohiro KOSAKI)
11:17 AM Revision 90b86c51 (git): * 2011-02-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:17 AM Revision 7bcc7db8 (git): * ext/openssl/openssl_missing.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:04 AM Feature #4335: String#split for empty string is always empty array
=begin
'/'.split('/', -1) returns ["", ""].
I don't think it's necessary to be default.
=end
nobu (Nobuyoshi Nakada)
01:37 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I get:

$ rvm use 1.9.2
Using /Users/Chris/.rvm/gems/ruby-1.9.2-p136

$ ruby -v
ruby 1.9.2p136 (2...
krz (Christian Fazzini)
12:12 AM Bug #4401 (Closed): override :method method breaks Psych
=begin
I am not sure if this could be considered a bug, but it used to work.
To reproduce it:

ruby -r psych ...
godfat (Lin Jen-Shin)

02/15/2011

11:48 PM Bug #4400: nested at_exit hooks run in strange order
=begin
Hi,

In message "Re: [ruby-core:35252] Re: [Ruby 1.9-Bug#4400] nested at_exit hooks run in strange order"
...
matz (Yukihiro Matsumoto)
10:32 PM Bug #4400: nested at_exit hooks run in strange order
=begin
(2011/02/15 20:25), Motohiro KOSAKI wrote:
> ko1, what do you think?

I don't have any idea about it. How...
ko1 (Koichi Sasada)
10:31 PM Bug #4400: nested at_exit hooks run in strange order
=begin
> btw, C's atexit() has different behavior.
>
> (snip)
>
> % gcc at_exit.c; ./a.out
> outer3
> outer2_b...
kosaki (Motohiro KOSAKI)
08:25 PM Bug #4400: nested at_exit hooks run in strange order
=begin
The attached patch is to adapt C's behavior.

And, Current behavior seems to be introduced by following ...
kosaki (Motohiro KOSAKI)
07:38 PM Bug #4400: nested at_exit hooks run in strange order
=begin
2011/2/15 Suraj Kurapati <[email protected]>:
> Bug #4400: nested at_exit hooks run in strange order
> ...
kosaki (Motohiro KOSAKI)
03:56 PM Bug #4400: nested at_exit hooks run in strange order
=begin
By the way, this issue is not contrived. It prevents propagation of a
proper exit status when using Test:...
sunaku (Suraj Kurapati)
03:49 PM Bug #4400 (Closed): nested at_exit hooks run in strange order
=begin
Hello,

The documentation for Kernel#at_exit says "If multiple [at_exit] handlers are
registered, they ...
sunaku (Suraj Kurapati)
10:58 PM Bug #1813 (Open): Threading seg fault (1.9.1-p129 Linux/Mac)
=begin
This issue can be still reproduced on trunk. (ruby 1.9.3dev (2011-02-15 trunk 30882) [x86_64-linux])

reo...
kosaki (Motohiro KOSAKI)
08:37 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I wanna check that it isn't issue of irb.

Hmm... could you try the following line in `rails console`?
...
sorah (Sorah Fukumori)
05:38 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Shota, yea that seems to work. Why doesn't it work in Rails console though?

$ irb -rtwitter
ruby-1.9.2...
krz (Christian Fazzini)
05:20 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
=begin
Could you try at irb

$ irb -rtwitter
>> Twitter.user("sferik").location

?
=end
sorah (Sorah Fukumori)
05:06 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Sakuro, this is what I get in Rails console:

ruby-1.9.2-p136 :001 > require 'openssl'
=> nil
ru...
krz (Christian Fazzini)
09:28 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Try this in both console to see which openssl is used.

require 'openssl'
system "otool -L #{$LOADED_FE...
sakuro (Sakuro OZAWA)
06:57 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I think you don't using `rvm install 1.9.2 -C --with-openssl-dir=/usr`'s ruby at rails
=end
sorah (Sorah Fukumori)
03:54 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Benoit, I tried both rvm install 1.9.2 -C --with-openssl-dir=/usr and rvm install 1.9.2 --with-openssl-dir...
krz (Christian Fazzini)
07:25 PM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
Hi Jon,

Thanks for good demonstration. It encourage to me very much.
But #3 is a bit misleading. ^ was...
kosaki (Motohiro KOSAKI)
01:51 AM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
and...

C:\>lua -e "os.execute(\"^@echo foo\")"
foo

C:\>python -c "import os;os.system(\"^@echo fo...
jonforums (Jon Forums)
01:45 AM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
fwiw, behavior on win7 32-bit with lua v5.1.4 and python v2.7.1...

C:\>lua -e "os.execute('@echo foo')"
...
jonforums (Jon Forums)
04:30 PM Feature #3685: Struct does not define #to_ary, needed for implicit-splat.
=begin

=end
naruse (Yui NARUSE)
04:27 PM Bug #4349 (Closed): typo of rdoc in marshal.c
=begin
This issue was solved with changeset r30882.
Heesob, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
04:23 PM Bug #4359 (Feedback): regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
I don't think we must show Regexp#fixed_encoding? in Regexp#inspect.
=end
naruse (Yui NARUSE)
04:22 PM Feature #4335 (Feedback): String#split for empty string is always empty array
=begin
We don't think we should follow Python's result
and your this proposal doesn't have enough reason to change...
naruse (Yui NARUSE)
04:17 PM Bug #4381 (Closed): Encoding of result is not consistent for String#[]=
=begin
This issue was solved with changeset r30881.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
04:17 PM Bug #4382 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
This issue was solved with changeset r30876.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
04:17 PM Bug #4380 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
This issue was solved with changeset r30876.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
12:38 PM Revision 85caed47 (git): * ext/gdbm/gdbm.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:28 PM Bug #3660: Trace events seem to be missing
=begin
I think this was fixed by r29914 which changes


elsif caller.size <= 1

to:

elsif caller.cou...
rocky (Rocky Bernstein)
11:35 AM Revision 67b9e488 (git): * array.c (ary_join_1): fix array size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:44 AM Revision 61a4ee9b (git): * configure.in: fix and resubmit r30621. [ruby-dev:43203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
07:24 AM Revision 01e84b10 (git): Fix typo of rdoc. [ruby-core:35016]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:14 AM Revision 1a492ba1 (git): Add a test for the encoding of str_aset. [ruby-core:35142]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:08 AM Revision c7d3b3f1 (git): * array.c (array_join): copy the encoding of the first element as
an initial encoding.
* array.c (array_join_0): ditto.
* array.c (array_join_1): ditto.
* array.c (inspect_ary): di...
naruse (Yui NARUSE)
07:08 AM Revision 7798b966 (git): * hash.c (inspect_i): copy the encoding of the first key as
an initial encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:08 AM Revision 366e1c38 (git): * array.c (inspect_ary): don't taint the inspected result of a
recursive array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:08 AM Revision a8f5a06a (git): * encoding.c (rb_enc_compatible): change the rule for empty strings:
remove the special treatment of the US-ASCII encoded empty string.
Now Encoding.compatible? usually respect the enc...
naruse (Yui NARUSE)
07:08 AM Revision 443b1517 (git): * string.c (rb_enc_cr_str_buf_cat): remove special treatment of
ASCII-8BIT receivers.
* string.c (str_gsub): set initial encoding of the buffer as the
same of the receiver. [ruby...
naruse (Yui NARUSE)
04:35 AM Bug #4398 (Third Party's Issue): Highlighting of "'?" in Emacs
=begin
The string "'?" breaks syntax highlighting in Emacs. Emacs considers the string unterminated. See attached f...
djwhitt (David Whittington)
12:51 AM Revision 7da18cf1 (git): * 2011-02-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:51 AM Revision 25a4c792 (git): * test/ruby/test_system.rb (TestSystem#test_system_at): use findstr
command instead of find command, because the latter is confusing
another famous Unix command.
git-svn-id: svn+ssh...
U.Nakamura

02/14/2011

09:59 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
卜部です。

(2011/02/14 21:43), KOSAKI Motohiro wrote:
> 結論からいうと、
>
> # もしwarnflagsが未指定でGCCなら
> if test "$G...
shyouhei (Shyouhei Urabe)
09:43 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
>> 最後に今回問題になっているr30621により根本修正としてconftest中は
>> -Werror=implicit-function-declaration が自動付加をしなくなりました。
>
> r3...
kosaki (Motohiro KOSAKI)
09:17 PM Bug #4397 (Closed): test-mkmf fails due to compilation errors
=begin
This issue was solved with changeset r30872.
Shyouhei, thank you for reporting this issue.
Your contributio...
shyouhei (Shyouhei Urabe)
08:30 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 20:05), Yusuke ENDOH wrote:
> 遠藤です。
>
> 2011年2月14日19:53 Urabe Shyouhei <[email protected]...
shyouhei (Shyouhei Urabe)
08:05 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
遠藤です。

2011年2月14日19:53 Urabe Shyouhei <[email protected]>:
>> デフォルトでこのオプションになるようにすべきではないんでしょうか?
>> 今...
mame (Yusuke Endoh)
07:54 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 19:33), KOSAKI Motohiro wrote:
> ところで、素朴な疑問なんですが、これの意図は?「gcc拡張をうっかり使ってしまってportabilityが下がるのを防ぎたい」...
shyouhei (Shyouhei Urabe)
07:33 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
> これでもまだ長いと思われるので更に解説すると、debugflagsによりgccはstrict ansi
> modeになっており、warnflagsで数々のgcc拡張機能を使ったときの警告を抑制していま
> す...
kosaki (Motohiro KOSAKI)
07:05 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 18:24), KOSAKI Motohiro wrote:
>> 手元の環境では r30621 から以下のようにtest-allが失敗するようになっています。
>>
>> http://...
shyouhei (Shyouhei Urabe)
06:25 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
2011年2月14日18:12 Shyouhei Urabe <[email protected]>:
> Bug #4397: test-mkmf fails due to compilation erro...
kosaki (Motohiro KOSAKI)
06:12 PM Bug #4397 (Closed): test-mkmf fails due to compilation errors
=begin
手元の環境では r30621 から以下のようにtest-allが失敗するようになっています。

http://www.atdot.net/sp/raw/vsnlgl

ちょっと変更の意図が分からないので...
shyouhei (Shyouhei Urabe)
06:12 PM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
If you are writing C and you need to run "@echo" command, you should escape the string by `^' (caret).

...
kosaki (Motohiro KOSAKI)
06:04 PM Bug #4396 (Rejected): windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
This issue

C test program.
------------------------------------------
main()
{
system("\"@ech...
kosaki (Motohiro KOSAKI)
02:13 PM Revision d7feebb4 (git): * thread.c (rb_thread_io_blocking_region): reset th->waiting_fd
after blocking region, because remaining waiting_fd might
cause unnecessary IOError.
git-svn-id: svn+ssh:/...
nagachika (Tomoyuki Chikanaga)
01:17 PM Bug #4393 (Closed): windows commands starting with "@" should run at all
=begin
This issue was solved with changeset r30867.
Roger, thank you for reporting this issue.
Your contribution t...
usa (Usaku NAKAMURA)
01:02 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
2011年2月11日23:08 Mitsuru Ogino <[email protected]>:

> そういう意見もあるとは思います。なにが危険かというのをライブラリ側が決め
> るかユーザが決めるかという問...
akr (Akira Tanaka)
12:07 PM Revision fd569ed7 (git): * configure.in: revert r30621. That revision introduced mkmf test
failures and it turned out to be OK to revert. [ruby-dev:43203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
shyouhei (Shyouhei Urabe)
12:04 PM Revision 8f59ed79 (git): * ext/fiddle/conversions.h: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:49 AM Revision c6e63806 (git): * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on
mswin32 port. If you changed win32/configure.bat, you should change
setup.mak too.
git-svn-id: svn+ssh://ci.ruby...
kosaki (Motohiro KOSAKI)
09:34 AM Bug #4395 (Closed): Can't require test/rubygems/simple_gem when tests run in different directory
=begin
It fails as following:
1) Skipped:
test_require_failed(test/rubygems/simple_gem) [/home/naruse/ruby/te...
naruse (Yui NARUSE)
09:11 AM Bug #4394 (Rejected): Bug in floating point multiplication
Learn floating point numbers.
What Every Computer Scientist Should Know About Floating-Point Arithmetic
http://do...
naruse (Yui NARUSE)
05:34 AM Bug #4394: Bug in floating point multiplication
This is how floating point math works. See here for more info: http://en.wikipedia.org/wiki/Floating_point#Representa... jballanc (Joshua Ballanco)
03:01 AM Bug #4394 (Rejected): Bug in floating point multiplication
I stumbled upon the following odd rounding error in Float multiplication while using irb to calculate the tip for the... philomath (Stefan Lembach)
08:49 AM Revision 8068d73c (git): * test/ruby/test_system.rb (TestSystem#test_system_at):
added test. [ruby-core:35218] (#4393)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30869 b2dd03c8-39d4-4d8f-9...
kosaki (Motohiro KOSAKI)
08:30 AM Revision cee21ad2 (git): * test/ruby/test_system.rb (TestSystem#test_system_at):
added test. [ruby-core:35218] (#4393)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30868 b2dd03c8-39d4-4d8f-9...
kosaki (Motohiro KOSAKI)
04:17 AM Revision 23301142 (git): * win32/win32.c (is_internal_cmd): if the first char of prog is '@',
execute it via shell. [ruby-core:35218] (#4393)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30867 b2dd03c8-3...
U.Nakamura
01:34 AM Revision 0755c1c8 (git): * lib/test/unit.rb: revert r30863, because it causes too many noise.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura

02/13/2011

11:00 PM Bug #4393: windows commands starting with "@" should run at all
=begin
Agreed. C lang's System() allow system("@dir"). Therefore ruby's should allow it too.
Plus, This can be rep...
kosaki (Motohiro KOSAKI)
11:40 AM Bug #4393 (Closed): windows commands starting with "@" should run at all
=begin
Hello all.
Originally reported this here:
http://www.ruby-forum.com/topic/1060963

I believe in win...
rogerdpack (Roger Pack)
10:35 PM Revision 9c8770e0 (git): * 2011-02-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:35 PM Revision bc2abdca (git): * ext/curses/curses.c: parenthesize macro arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:00 PM Feature #4391 (Assigned): date/delta tests
=begin

=end
naruse (Yui NARUSE)
12:43 AM Feature #4391 (Rejected): date/delta tests
=begin
Attached are a few tests for the Date::Delta class. I hope they are of some use.
And some points which migh...
skra (Sebastian Krause)
10:41 AM Revision 63ca916e (git): * lib/test/unit.rb (Test::Unit::RequireFiles#non_options): skip
test suites failed to load instead of mere messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30863 b2dd03c...
nobu (Nobuyoshi Nakada)
07:47 AM Bug #4392 (Closed): Typo in enum.c
=begin
This issue was solved with changeset r30857.
Gaku, thank you for reporting this issue.
Your contribution to...
matz (Yukihiro Matsumoto)
02:51 AM Bug #4392 (Closed): Typo in enum.c
=begin
I found a small typo in enum.c source file.

diff --git a/enum.c b/enum.c
index 823d111..584b838 100644...
gaku (Gaku Ueda)
01:22 AM Feature #4257: switch_hitter - an acceleration of date library
=begin
i'm planning to apply this change within a couple of weeks.
=end
tadf (tadayoshi funaba)
01:13 AM Revision 0224758a (git): * ChangeLog: re-edit, and fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:56 AM Revision 7c3a8027 (git): * test/openssl/test_config.rb (OpenSSL#test_freeze): fix error
message assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:56 AM Revision afafb8c0 (git): * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
return true to finish the test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30860 b2dd03c8-39d4-4d8f-98ff-823f...
nobu (Nobuyoshi Nakada)
12:56 AM Revision b16fc578 (git): * test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
use assert_not instead of refute, unless required minitest
directly.
* test/test_prime.rb (TestPrime::sieve.Integer)...
nobu (Nobuyoshi Nakada)
12:56 AM Revision c84e5292 (git): * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):
catch IOError when server socket was closed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30858 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
12:51 AM Bug #4375 (Closed): "undefined method `coerce' for nil:NilClass" for "Date.new === nil"
=begin

=end
tadf (tadayoshi funaba)

02/12/2011

10:41 PM Revision 00e84afa (git): * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in
[ruby-core:35216].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
09:26 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
On 12 February 2011 10:26, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated b...
Eregon (Benoit Daloze)
06:42 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Here is the latest crash report log
=end
krz (Christian Fazzini)
06:26 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I followed: http://rvm.beginrescueend.com/packages/openssl/. I have tried installing ruby via rvm with numero...
krz (Christian Fazzini)
12:07 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
>I am still confused. If it is an openssl problem, then shouldn't rvm install 1.9.2 --with-openssl-dir=/usr/l...
sorah (Sorah Fukumori)
11:43 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
At 7:04 AM +0900 2/12/11, Christian Fazzini wrote:
>Issue #4373 has been updated by Christian Fazzini.
>
>...
stepheneb (Stephen Bannasch)
07:00 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I am still confused. If it is an openssl problem, then shouldn't rvm install 1.9.2 --with-openssl-dir=/usr/lo...
krz (Christian Fazzini)
03:51 PM Revision ce430673 (git): * lib/date.rb (Date#===): [ruby-core:35127]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:29 PM Revision 2eb7b571 (git): * 2011-02-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:29 PM Revision 420d98e4 (git): * lib/test/unit.rb (Test::Unit::Options#process_args): always
return options.
* lib/test/unit.rb (Test::Unit::RequireFiles#non_options): return
if any test case get loaded.
* li...
nobu (Nobuyoshi Nakada)
02:47 PM Bug #4390 (Closed): TCPSocket#readline doesn't raise if the socket is #close'd in another thread
=begin
This issue was solved with changeset r30852.
Alex, thank you for reporting this issue.
Your contribution to...
nobu (Nobuyoshi Nakada)
01:18 AM Bug #4390 (Closed): TCPSocket#readline doesn't raise if the socket is #close'd in another thread
=begin
In Ruby 1.8.7-p302, the following code outputs "Success!". On 1.9.2-p136, it hangs at q.pop, because the bloc...
regularfry (Alex Young)
02:17 PM Revision 7f46fadd (git): * lib/test/unit.rb (assert_include): add alias.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:44 AM Revision 58b32536 (git): * thread.c (rb_thread_io_blocking_region): new function to run
blocking region with GIL released, for fd.
* thread.c (rb_thread_fd_close): implement. [ruby-core:35203]
git-svn-id...
nobu (Nobuyoshi Nakada)
05:42 AM Revision dda8de06 (git): * vm.c (th_init): rename from th_init2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:41 AM Revision aca69e1f (git): * lib/test/unit.rb (Test::Unit::AutoRunner#initialize): use
default_dir if no test case given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30850 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
05:41 AM Revision 4e3df72f (git): * lib/test/unit.rb (Test::Unit::Runner): rename from Test::Unit::Mini.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:08 AM Bug #4386: encoding: directive does not affect regex expressions
=begin
On Wed, Feb 9, 2011 at 18:47, Usaku NAKAMURA <[email protected]> wrote:
> But, as Eric said, US-ASCII re...
meta (mathew murphy)
12:30 AM Revision 58ed5a45 (git): * lib/test/unit.rb (Test::Unit::GlobOption#non_options): run tests
under base directory if no argument given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30848 b2dd03c8-39d4-4d8...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom