Project

General

Profile

Activity

From 05/26/2011 to 06/01/2011

06/01/2011

11:59 PM Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes
Hi,
> At Thu, 13 Jan 2011 10:17:23 +0900,
> Tyler Benster wrote in [ruby-core:34453]:
>
> Current syntactic su...
nobu (Nobuyoshi Nakada)
10:57 PM Revision 358624d5 (git): * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
10:34 PM Revision 9b3e7967 (git): Imported minitest 2.2.2 (r6281)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
10:29 PM Revision 172af012 (git): Clarified String#tr rdoc. (RickHull)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
10:03 PM Bug #4808 (Closed): thread_wait_for() eats 100% of CPU power
This issue was solved with changeset r31893.
Hidetoshi, thank you for reporting this issue.
Your contribution to Ruby...
kosaki (Motohiro KOSAKI)
01:40 PM Bug #4808 (Assigned): thread_wait_for() eats 100% of CPU power
kosaki (Motohiro KOSAKI)
06:53 AM Bug #4808 (Closed): thread_wait_for() eats 100% of CPU power
いつからかは把握できていませんが (少なくとも 1.9.2p0 では発生しません),
thread_wait_for() が CPU パワーを大量に消費するようになっています.
# これが原因で,Ruby/Tk も CPU を 1...
nagai (Hidetoshi Nagai)
09:16 PM Revision ffe4aff8 (git): More clarification for enumerator_feed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
08:23 PM Feature #4766: Range#bsearch
It might make sense for SortedSet (part if the stdlib), though.

Konstantin

On Jun 1, 2011, at 13:07 , Yusuke E...
rkh (Konstantin Haase)
08:07 PM Feature #4766: Range#bsearch
Thank you for your time.
> Once you supply the block, the ordered attribute of a range does not mean anything.
...
mame (Yusuke Endoh)
04:20 PM Feature #4766 (Rejected): Range#bsearch
I seriously considered about the issue, but I feel something wrong about this feature proposal. Binary search requir... matz (Yukihiro Matsumoto)
07:57 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
=begin
follow-up issue: #4774
=end
lazaridis.com (Lazaridis Ilias)
06:48 PM Bug #4758: yaml file not human readable when saving utf-8
=begin
link: r31715.
=end
lazaridis.com (Lazaridis Ilias)
06:29 PM Feature #4806: A few Issues subjecting the Issue Tracker
Yui NARUSE wrote:
> Lazaridis Ilias wrote:
> > a) I tried to get an overview of the development with the Roadmap, b...
lazaridis.com (Lazaridis Ilias)
03:18 PM Feature #4806: A few Issues subjecting the Issue Tracker
Lazaridis Ilias wrote:
> a) I tried to get an overview of the development with the Roadmap, but it's not actual. Ple...
naruse (Yui NARUSE)
04:32 PM Revision 3e95b638 (git): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
redirect stderr to null device.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31896 b2dd03c8-39d4-4d8f-98ff-823...
akr (Akira Tanaka)
03:46 PM Revision e93a9cfa (git): * 2011-06-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:46 PM Revision eeccb593 (git): * ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug #4811]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
03:35 PM Bug #4812 (Closed): tool/rbinstall.rb does not work with rubygems 1.8.5
=begin
Now rubygems 1.8.5 is merged into the trunk. But tool/rbinstall.rb depends on the fact that
DIRECTORIES = ...
sakuro (Sakuro OZAWA)
02:59 PM Bug #4811 (Closed): Tk extconf.rb failed
=begin
On Mac OS X 10.5, with the folloing configure options, ext/tk/extconf.rb failed.
'--prefix=/Users/yugui/loc...
yugui (Yuki Sonoda)
01:03 PM Revision 859da834 (git): * thread_pthread.c (native_sleep): fix 1000times calculation error.
this is a regression since r31457. [Bug #4808] [ruby-dev:43606]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
kosaki (Motohiro KOSAKI)
11:20 AM Feature #1081: add File::write() convenience method
I want to commit ASAP because we're going to freeze specification,
so if there aren't any problems, I'll commit pat...
sorah (Sorah Fukumori)
07:23 AM Feature #1081: add File::write() convenience method
hi,

On Tue, May 31, 2011 at 10:20 PM, Yusuke Endoh <[email protected]> wrote:
> Great!  I tested your patch and no...
sorah (Sorah Fukumori)
09:59 AM Bug #4777: Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
Hello, Nathan

I think that this issue is similar to #4608.

In that ticket, a fault of 11.04 kernel is susp...
mame (Yusuke Endoh)
05:18 AM Bug #4777: Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
"ruby -v" =>
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
We have a test case documented here:
https:...
nathansobo (Nathan Sobo)
09:44 AM Bug #4775: lib/cgi/*
I did not apply the changes to documentation for class CGI in files besides lib/cgi.rb as they get added to the docum... drbrain (Eric Hodel)
09:42 AM Bug #4775 (Closed): lib/cgi/*
This issue was solved with changeset r31882.
Kuba, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
09:28 AM Bug #4762: Adding documentation for mathn
Since there were other commits to mathn.rb before I received your patch I applied a modified version.
I added a no...
drbrain (Eric Hodel)
09:26 AM Bug #4762 (Closed): Adding documentation for mathn
This issue was solved with changeset r31881.
Anil, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
09:23 AM Bug #3924: Performance bug (in require?)
Hi Yusuke,

(05/31/2011 01:58 AM), Yusuke ENDOH wrote:
> Still, trunk is 1.5x slower than 1.9.2 because of the...
shyouhei (Shyouhei Urabe)
07:59 AM Bug #3924: Performance bug (in require?)
On 1/06/11 12:24 AM, Yusuke Endoh wrote:
>> In addition I have addressed the following concerns from Yusuke:
>> ...
xaviershay (Xavier Shay)
07:17 AM Bug #3924: Performance bug (in require?)

Hello,
Require performance has been imporved a little at r31875, i think.
Please compare the proposal with it.
...
tarui (Masaya Tarui)
08:22 AM Bug #4757: Attempt to make Enumerator docs more clear (patch included)
Ryan and I worked on the example and wording to help clarify it since #feed is a difficult method to understand. Ple... drbrain (Eric Hodel)
08:20 AM Revision dcc1f64c (git): * thread_pthread.c: remove unused macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
07:36 AM Bug #4760 (Closed): Some documentation improvements for Hash#key
This issue was solved with changeset r31878.
Utkarsh, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
07:32 AM Bug #4760: Some documentation improvements for Hash#key
I thought this was ok since Hash is now sorted.
I will change this from "the first occurrence" to "an occurrence" ...
drbrain (Eric Hodel)
07:27 AM Bug #4756 (Closed): Cleanup and enhance docs for PTY (patch included)
This issue was solved with changeset r31877.
David, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
07:27 AM Bug #4756: Cleanup and enhance docs for PTY (patch included)
Oops! I meant to keep the "not reached" comment when I reviewed this diff but it slipped my mind when I applied it. drbrain (Eric Hodel)
07:25 AM Bug #4695 (Closed): documentation updates: Zlib is 100%
This issue was solved with changeset r31876.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
06:42 AM Revision 402cbc87 (git): * parse.y (peek_n): new macro to see next nth char.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:41 AM Revision d441e3b9 (git): * test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script name
in assertion message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:40 AM Revision 19a8b5cb (git): * tool/rbinstall.rb (gem): fix for rubygems change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:57 AM Revision f9648139 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:12 AM Revision e4b16eff (git): MOSTLY Imported minitest 2.2.1 (r6277)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
04:05 AM Revision b204eabf (git): * lib/rubygems, test/rubygems: properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:45 AM Revision d2213092 (git): Import rubygems 1.8.5 (released @ 137c80f)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
03:37 AM Revision 4752539e (git): * NEWS: add new features of bigdecimal.
* ChangeLog: 2011-06-01 is Wednesday.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31884 b2dd03c8-39d4-4d8f-98f...
Kenta Murata
01:15 AM Bug #4804 (Closed): IO.pipeとNEWLINE_DECORATOR
This issue was solved with changeset r31872.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
12:48 AM Revision 38de163f (git): doco: p outputs newline regardless of record separator
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
12:42 AM Revision b8f3f2d6 (git): * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.
[Ruby 1.9 - Bug #4775]
* lib/cgi/core.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31882 b2...
drbrain (Eric Hodel)
12:26 AM Revision 5dcb4fc1 (git): * lib/mathn.rb: Improve documentation and attach it to Numeric.
Modified from patch by Anil V. [Ruby 1.9 - Bug #4762]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31881 b2dd...
drbrain (Eric Hodel)
12:21 AM Revision b6dd727b (git): * lib/prime.rb: Indent examples enough to appear as code sections.
Note that Prime is Enumerable. [#4762]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31880 b2dd03c8-39d4-4d8f-...
drbrain (Eric Hodel)

05/31/2011

11:43 PM Bug #4799: M17N tests are too JP specific
This shold not be a JP specific bug, Japanese Windows's codepage is 932 and it is a variant of Shift-JIS, not EUC-JP.... naruse (Yui NARUSE)
11:24 PM Bug #3924: Performance bug (in require?)
Hello,
2011/5/31 Xavier Shay <[email protected]>:
> Patches:      https://gist.github.com/58dbd6e72c1a1f47a415...
mame (Yusuke Endoh)
09:13 PM Bug #3924: Performance bug (in require?)
Argh I mangled my benchmark table. Here is a picture that is easy to read:
https://img.skitch.com/20110531-qn7nukkyr...
xaviershay (Xavier Shay)
09:08 PM Bug #3924: Performance bug (in require?)
Hello,
This is a long message, but I have tried to address most of the concerns with my patch. There are two section...
xaviershay (Xavier Shay)
09:29 AM Bug #3924: Performance bug (in require?)
Hello,

2011/5/31 Xavier Shay <[email protected]>:
>>> rb_ary_push( rb_gv_get( "$LOADED_FEATURES" ), requir...
mame (Yusuke Endoh)
07:23 AM Bug #3924: Performance bug (in require?)
On Mon, May 30, 2011 at 6:01 PM, Xavier Shay <[email protected]> wrote:
>
>
> On 30/05/11 5:35 PM, Shyouhei Ur...
luislavena (Luis Lavena)
07:23 AM Bug #3924: Performance bug (in require?)
On Mon, May 30, 2011 at 6:00 PM, Xavier Shay <[email protected]> wrote:
>
>> It is an impossible approach becau...
luislavena (Luis Lavena)
07:23 AM Bug #3924: Performance bug (in require?)
On 31/05/11 1:16 AM, Yusuke ENDOH wrote:
> Hello, Xavier
>
> http://rhnh.net/2011/05/28/speeding-up-rails-star...
xaviershay (Xavier Shay)
07:23 AM Bug #3924: Performance bug (in require?)
On 30/05/11 5:35 PM, Shyouhei Urabe wrote:
> * I'm not sure if your code is ready for case-insensitive filesystems...
xaviershay (Xavier Shay)
07:23 AM Bug #3924: Performance bug (in require?)
On 30/05/11 11:55 PM, Yusuke ENDOH wrote:
> Hello,
>
> 2011/5/30 Xavier Shay<[email protected]>:
>>> - Pl...
xaviershay (Xavier Shay)
02:29 AM Bug #3924: Performance bug (in require?)
Hello,

I'd like to show a new benchmark on Ubuntu.

- trunk becomes as fast as 1.9.2p180 if r30789 is rev...
mame (Yusuke Endoh)
01:59 AM Bug #3924: Performance bug (in require?)
Hello,

2011/5/31 Yusuke ENDOH <[email protected]>:
> Hello, Xavier
>
> http://rhnh.net/2011/05/28/speeding-u...
mame (Yusuke Endoh)
12:23 AM Bug #3924: Performance bug (in require?)
Hello, Xavier

http://rhnh.net/2011/05/28/speeding-up-rails-startup-time

In the above article, you said tha...
mame (Yusuke Endoh)
11:23 PM Bug #4611: [BUG] Segementation fault reported
Just some additional info. I have a very similar issue.
I've got a very simple OmniAuth install. I've registered t...
PeterBell (Peter Bell)
11:23 PM Feature #4801: Shorthand Hash Syntax for Strings
On Tue, May 31, 2011 at 05:55:39AM +0900, Piotr Szotkowski wrote:
> Cezary:

First of all, thanks Piotr for takin...
Cezary (Cezary Baginski)
12:23 AM Feature #4801: Shorthand Hash Syntax for Strings
On Mon, May 30, 2011 at 11:24:29PM +0900, Michael Edgar wrote:
> On May 30, 2011, at 10:19 AM, Cezary wrote:
>
...
Cezary (Cezary Baginski)
11:19 PM Revision f4273e88 (git): Extra formatting and clarification of enumerator_feed [#4757]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
10:35 PM Revision f6809f61 (git): * hash.c (key_i): Change rdoc from "the first occurence" to "an
occurrence" since first occurrence is not a specification of
Hash#key. [Ruby 1.9 - Bug #4760]
git-svn-id...
drbrain (Eric Hodel)
10:27 PM Revision 161cdee2 (git): * ext/pty/pty.c (pty_check): Restore "not reached" comment.
[Ruby 1.9 - Bug #4756]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:25 PM Revision 290c4db6 (git): * ext/zlib/zlib.c: Fix document-method declarations for set_sync and
set_comment. [Ruby 1.9 - Bug #4695]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31876 b2dd03c8-39d4-4d8f-98f...
drbrain (Eric Hodel)
10:18 PM Feature #1081: add File::write() convenience method
Hello,
2011/5/31 Shota Fukumori <[email protected]>:
> Patch has updated, Now File.binwrite accepts Hash for speci...
mame (Yusuke Endoh)
03:43 PM Feature #1081: add File::write() convenience method
Patch has updated, Now File.binwrite accepts Hash for specifying options:
https://gist.github.com/69c544ec245f3a07...
sorah (Sorah Fukumori)
09:56 PM Revision 9ce69e7c (git): * load.c (loaded_feature_path): cut nonsence loop execution to fix
performance bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Masaya Tarui
09:44 PM Feature #4806 (Closed): A few Issues subjecting the Issue Tracker
a) I tried to get an overview of the development with the Roadmap, but it's not actual. Please update the roadmap.
...
lazaridis.com (Lazaridis Ilias)
09:42 PM Feature #4805 (Closed): Add X509::Name#hash_old for 0.9.X compat
X509::Name#hash with OpenSSL 1.0.0 returns different value than with OpenSSL 0.9.X.
Attached patch adds X509::Name#h...
nahi (Hiroshi Nakamura)
04:42 PM Bug #4804 (Closed): IO.pipeとNEWLINE_DECORATOR
IO.pipeで生成されるIOはDEAFULT_TEXTMODE、すなわちWindowsにおいては
FMODE_TEXTMODEに設定されますが、実際には改行コード変換が行われません。
どうもecflagsにNEWLINE_D...
usa (Usaku NAKAMURA)
04:23 PM Revision 867fa454 (git): * ChangeLog: adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:16 PM Revision 604fe33b (git): * class.c (rb_mix_module): implement Module#mix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:15 PM Revision fcc86b0f (git): * io.c (io_encoding_set): should honor already set ecflags since it
might be set by mode option. fixed #4804
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31872 b2dd03c8-39d4-4d8f...
nobu (Nobuyoshi Nakada)
03:36 PM Revision 10c0604a (git): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unused
variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
03:33 PM Revision 678b6820 (git): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation from
a Float through Rational.
* ext/bigdecimal/bigdecimal.c (BigDecimal_new): ditto.
* test/bigdecimal/test_bigdecimal.rb...
Kenta Murata
03:13 PM Revision 8f9ff461 (git): * ChangeLog: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
03:09 PM Revision d7058e10 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with a
Rational. The precision used for instantiate a BigDecimal from the
given Rational is obtained from the receiver Bi...
Kenta Murata
03:05 PM Revision 8b709310 (git): * 2011-06-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:05 PM Revision a010ea9a (git): no space inside parens
* io.c: remove spaces before closing parens.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31866 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
02:53 PM Revision 6a158e05 (git): * ext/date/date_core.c (offset_to_sec): fixed invalid validation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:43 PM Revision 100931ac (git): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for
coercing from a Rational to stop requiring "bigecimal/util.rb".
[ruby-core:34318]
* ext/bigdecimal/bigdecimal.c (Ge...
Kenta Murata
01:53 PM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
Akira Tanaka <[email protected]> wrote:
> As far as I remember, io.c should not use vm_core.h and rb_thread_t.
> ko1 ...
normalperson (Eric Wong)
01:45 PM Revision b54141bb (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a
BigDecimal object from an Integer.
* test/bigdecimal/test_bigdecimal.rb (test_new_with_integer):
add for testing th...
Kenta Murata
01:28 PM Revision 899d2c14 (git): * ext/date/date_core.c: use simple/complex mode instead of light/right mode.
* test/date/*.rb: followed the above changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31862 b2dd03c8-39d4...
Tadayoshi Funaba
12:29 PM Revision 3b3cf875 (git): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
initialize SIGINT handler.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31861 b2dd03c8-39d4-4d8f-98ff-823fe69b...
akr (Akira Tanaka)
11:38 AM Bug #3927 (Feedback): Ruby can't interprete rmagick library
yugui (Yuki Sonoda)
11:37 AM Bug #3927: Ruby can't interprete rmagick library
Is it still reproducible with Ruby 1.9.2-p180? yugui (Yuki Sonoda)
10:31 AM Bug #4634 (Rejected): Segmentation fault on marshal_dump
yugui (Yuki Sonoda)
08:10 AM Revision b219a56c (git): * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
server returning '100 continue' response befor sending HTTP request
body. See NEWS for more detail. See #3622.
Or...
Hiroshi Nakamura
05:21 AM Revision da1db8b4 (git): * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set as
DEFAULT_TEXTMODE in call of io_set_encoding(), and of write IO is
also set as it in call of io_new_instance() via r...
U.Nakamura
03:59 AM Revision 8fa30bbd (git): * strftime.c (rb_strftime_with_timespec): improved style consistency.
constified some variables.
* test/test_time.rb (TestTime#test_huge_precision): test for #4456.
git-svn-id: svn+ssh:...
yugui (Yuki Sonoda)
03:54 AM Revision 69dcd163 (git): * test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,
test_wait}: give system some time to process the written data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31...
U.Nakamura
03:46 AM Revision dd0f22f9 (git): merges r30629 and r30630 from trunk into ruby_1_9_2.
--
* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actually
part of YAML 1.1, so they should be supported...
yugui (Yuki Sonoda)
03:43 AM Revision c5324d7e (git): * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resources
explicitly. fix problem of r31671
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31855 b2dd03c8-39d4-4d8f-98ff-8...
U.Nakamura
03:18 AM Revision e9faf5ff (git): merges r28643 from trunk into ruby_1_9_2. Fixes #3570.
--
* time.c (localtime_with_gmtoff_zone): renamed from
localtime_with_gmtoff and return the timezone abbreviation n...
yugui (Yuki Sonoda)
03:18 AM Revision 1ff0d08b (git): merges r29851 from trunk into ruby_1_9_2.
--
* time.c (time_zone): use rb_locale_str_new_cstr to set encoding
as locale and convert its content to internal e...
yugui (Yuki Sonoda)
03:18 AM Revision 60d976b3 (git): merges r30542 from trunk into ruby_1_9_2. Fixes #4279.
--
* pack.c (pack_unpack): the resulted string of unpack('M') must have
ASCII-8BIT encoding (and ENC_CODERANGE_VALI...
yugui (Yuki Sonoda)
02:28 AM Revision 72b489a5 (git): merges r30798 from trunk into ruby_1_9_2.
--
* lib/test/unit/assertions.rb (assert_block): move from
test/fileutils/fileasserts.rb.
git-svn-id: svn+ssh://ci...
yugui (Yuki Sonoda)
02:28 AM Revision a4dba495 (git): merges r30364 from trunk into ruby_1_9_2. Fixes #4377.
--
* io.c (pipe_open): Added rb_thread_atfork(). We must reinitialize
GVL at new process creation.
git-svn...
yugui (Yuki Sonoda)
02:12 AM Revision eece2be9 (git): merges r30789 from trunk into ruby_1_9_2. Fixes #4446.
--
* load.c (rb_get_expanded_load_path): always expand load paths.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
yugui (Yuki Sonoda)
02:12 AM Revision 0771e527 (git): Fixes a mistake in merge of r31812.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:12 AM Revision 5a37afe8 (git): Imported ext/-test-/string from trunk to ruby_1_9_2. Fixes #4540.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
02:08 AM Revision 70c97ec8 (git): * vm_exec.c: remove conditions for clang
because clang version 3.0 (trunk 132165) doesn't need them.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31846 ...
naruse (Yui NARUSE)
01:49 AM Revision d96b56b3 (git): merges r28557 from trunk into ruby_1_9_2. Fixes #4506.
--
* io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directly
to avoid select() on a socket which TCP sta...
yugui (Yuki Sonoda)
01:26 AM Bug #4141: Tk extension is not accepting any type of parameter combination
Hidetoshi Nagai, thank you, It is now possible to compile Tcl/Tk with MinGW without issues.
I've open a backport r...
luislavena (Luis Lavena)
12:53 AM Bug #4798: test_process and test_signal errors and halts on Windows
On Mon, May 30, 2011 at 7:08 AM, KOSAKI Motohiro
<[email protected]> wrote:
>
> Because, following line h...
luislavena (Luis Lavena)
12:13 AM Revision 031d624b (git): merges r31822 and r31823 from trunk into ruby_1_9_2.
--
* insns.def (opt_mult): as r31805, volatile it.
Without this, clang -O fails calculation.
* numeric.c (fix_mul)...
yugui (Yuki Sonoda)
12:13 AM Revision a6cafde2 (git): merges r31805 from trunk into ruby_1_9_2.
--
* numeric.c (int_pow): make sure to assign the result of x * z.
If xz is optimized out, the value won't overflow...
yugui (Yuki Sonoda)
12:13 AM Revision d7170216 (git): merges r31778 from trunk into ruby_1_9_2.
--
* numeric.c (flo_round): fix for negative value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@...
yugui (Yuki Sonoda)
12:13 AM Revision d5009084 (git): merges r31747 and r31758 from trunk into ruby_1_9_2.
--
* io.c (fill_cbuf): finish reading at EOF.
--
* io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empt...
yugui (Yuki Sonoda)
12:12 AM Revision 3cefaf62 (git): merges r31744 and r31745 from trunk into ruby_1_9_2.
--
prevent an error when passing a frozen string to REXML::Text.new
dup the string passed in instead of cloning so t...
yugui (Yuki Sonoda)
12:12 AM Revision cb4feba9 (git): merges r31678 from trunk into ruby_1_9_2.
--
* test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
yugui (Yuki Sonoda)
12:12 AM Revision 246df6f7 (git): merges r31640 from trunk into ruby_1_9_2.
--
* test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
yugui (Yuki Sonoda)
12:12 AM Revision 67cf90f6 (git): merges r31623 from trunk into ruby_1_9_2.
--
* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
exception. [Bug #4283] [ruby-core:34534].
gi...
yugui (Yuki Sonoda)
12:12 AM Revision 0c9c99ab (git): merges r31614 from trunk into ruby_1_9_2.
--
* test/test_singleton.rb: Add tests from lib/singleton.rb. Patch by
Pete Higgins. [Ruby 1.9 -...
yugui (Yuki Sonoda)
12:12 AM Revision bd9588cd (git): merges r31609 from trunk into ruby_1_9_2.
--
* vm_core.h (rb_thread_struct): add volatile to
transition_for_lock because it is not protected by lock.
git-sv...
yugui (Yuki Sonoda)
12:12 AM Revision fffe09dd (git): merges r31577 from trunk into ruby_1_9_2.
--
* cont.c (cont_init): clear macihne_stack_start/end of saved thread to
prevent mark machine stack of GC'ed Thr...
yugui (Yuki Sonoda)
12:11 AM Revision 31dc2ea2 (git): merges r31507 from trunk into ruby_1_9_2.
--
* lib/forwardable.rb: support 'delegate :foo => :bar' for to meet
by specification of RDOC.
git-svn-id: svn+s...
yugui (Yuki Sonoda)
12:11 AM Revision d3398c19 (git): merges r31482 from trunk into ruby_1_9_2.
--
* thread_pthread.c (native_cond_timedwait): add to care EINTR.
* thread_pthread.c (thread_timer): remove EINTR che...
yugui (Yuki Sonoda)
12:11 AM Revision eff01662 (git): merges r31441,r31442 and r31443 from trunk into ruby_1_9_2.
--
YAML.load time correctly parse usecs smaller than 1 fixes #4571
Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lan...
yugui (Yuki Sonoda)
12:11 AM Revision ffafcd96 (git): merges r31436 and r31437 from trunk into ruby_1_9_2.
--
* eval.c (frame_func_id): __method__ return different name from
methods defined by Module#define_method with...
yugui (Yuki Sonoda)
12:11 AM Revision d3818d6b (git): merges r31405 from trunk into ruby_1_9_2.
--
* ext/socket/init.c (rsock_connect): add to care EINTR. based
on a patch from Eric Wong at [ruby-core:35621][Bug...
yugui (Yuki Sonoda)

05/30/2011

11:23 PM Feature #4801: Shorthand Hash Syntax for Strings
On Mon, May 30, 2011 at 09:05:04PM +0900, Michael Edgar wrote:
> Since :"#{abc}" is allowed in Ruby, I imagine tha...
Cezary (Cezary Baginski)
09:23 PM Feature #4801: Shorthand Hash Syntax for Strings
Em 30-05-2011 09:05, Michael Edgar escreveu:
> Since :"#{abc}" is allowed in Ruby, I imagine that any such substit...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:59 PM Feature #4801: Shorthand Hash Syntax for Strings
Em 30-05-2011 07:58, Cezary escreveu:
> On Mon, May 30, 2011 at 04:21:32PM +0900, Yukihiro Matsumoto wrote:
>> H...
rosenfeld (Rodrigo Rosenfeld Rosas)
07:59 PM Feature #4801: Shorthand Hash Syntax for Strings
On Mon, May 30, 2011 at 04:21:32PM +0900, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:36571...
Cezary (Cezary Baginski)
04:53 PM Feature #4801: Shorthand Hash Syntax for Strings
> |> Iff  {'key': 'value'} means {:key yeban (Anurag Priyam)
04:23 PM Feature #4801: Shorthand Hash Syntax for Strings
Hi,

In message "Re: [ruby-core:36571] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings"
...
matz (Yukihiro Matsumoto)
04:23 PM Feature #4801: Shorthand Hash Syntax for Strings
I would find that misleading. +1 for {'a': 'b'} rkh (Konstantin Haase)
04:23 PM Feature #4801: Shorthand Hash Syntax for Strings
> Iff  {'key': 'value'} means {:key yeban (Anurag Priyam)
09:53 AM Feature #4801: Shorthand Hash Syntax for Strings
Hi,

In message "Re: [ruby-core:36559] [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings"
...
matz (Yukihiro Matsumoto)
09:44 AM Feature #4801 (Rejected): Shorthand Hash Syntax for Strings
Assuming there's no technical limitation or ambiguities, I suggest that the shorthand syntax for symbol's in the cont... wardrop (Tom Wardrop)
11:11 PM Revision b4bc8239 (git): * ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:59 PM Bug #3924: Performance bug (in require?)
Hello,

2011/5/30 Xavier Shay <[email protected]>:
>> - Please try to minimize a patch.
>>   - It would be g...
mame (Yusuke Endoh)
04:33 PM Bug #3924: Performance bug (in require?)
=begin
Hi Xavier. I'm also reading your patch.
* Though the patch is big, after applying it's super readable t...
shyouhei (Shyouhei Urabe)
07:42 AM Bug #3924: Performance bug (in require?)
Yusuke Endoh wrote:
> Hello, Xavier
>
> Thank you for your contribution. Your patch seems to attempt a good
> t...
xaviershay (Xavier Shay)
12:53 AM Bug #3924: Performance bug (in require?)
Em 29-05-2011 12:23, Rodrigo Rosenfeld Rosas escreveu:
> Em 28-05-2011 18:38, Xavier Shay escreveu:
>> Issue #39...
rosenfeld (Rodrigo Rosenfeld Rosas)
12:29 AM Bug #3924: Performance bug (in require?)
Em 28-05-2011 18:38, Xavier Shay escreveu:
> Issue #3924 has been updated by Xavier Shay.
>
>
> Rodrigo: Ple...
rosenfeld (Rodrigo Rosenfeld Rosas)
10:53 PM Feature #1081: add File::write() convenience method
Hello,

2011/5/30 Shota Fukumori <[email protected]>:
> My Implementation has been completed File.write, binwri...
mame (Yusuke Endoh)
10:57 AM Feature #1081: add File::write() convenience method
Hi,
My Implementation has been completed File.write, binwrite.
Patch is attached.
RDocs in patch and test is c...
sorah (Sorah Fukumori)
09:47 PM Revision c50a3040 (git): * 2011-05-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:47 PM Revision 8b3e21b2 (git): Tue Jun 30 06:45:21 2011 Martin Bosslet <[email protected]>
* ext/openssl/ossl_pkey_rsa.c: Complete documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31826 b2dd...
MartinBosslet (Martin Bosslet)
08:23 PM Bug #4798 (Closed): test_process and test_signal errors and halts on Windows
This issue was solved with changeset r31824.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
usa (Usaku NAKAMURA)
08:23 PM Bug #4798: test_process and test_signal errors and halts on Windows
> C:/Users/Luis/Projects/oss/ruby/test/ruby/test_signal.rb:205: warning: cannot close fd before spawn
>
> And th...
kosaki (Motohiro KOSAKI)
07:24 PM Feature #3375: --disable-libedit to disable libedit
Shyouhei Urabe wrote:
> もともとif ... else ... endだったんですが、それではうまくいかなくて、true/falseのほかにnilが来るパターンがあって、
> それに対応するためにtrue/...
naruse (Yui NARUSE)
12:06 PM Feature #3375: --disable-libedit to disable libedit
あれ、いや、自信なくなってきたなあ。
もともとif ... else ... endだったんですが、それではうまくいかなくて、true/falseのほかにnilが来るパターンがあって、それに対応するためにtrue/fase/ni...
shyouhei (Shyouhei Urabe)
04:32 AM Feature #3375: --disable-libedit to disable libedit
r31265 で上記のパッチは適用されていますが、
このパッチの when nil って誤りで、when false が正しいと思うんですが
naruse (Yui NARUSE)
03:53 PM Bug #4803 (Assigned): RCLASS_SUPER won't compile for C extensions as of revision 31627
matz (Yukihiro Matsumoto)
03:53 PM Bug #4803: RCLASS_SUPER won't compile for C extensions as of revision 31627
Hi,

In message "Re: [ruby-core:36566] [Ruby 1.9 - Bug #4803] RCLASS_SUPER won't compile for C extensions as of ...
matz (Yukihiro Matsumoto)
02:53 PM Bug #4803: RCLASS_SUPER won't compile for C extensions as of revision 31627
Can anyone explain to me the rationale behind moving the rb_classext_t definition into internal.h, and what I should ... dazuma (Daniel Azuma)
02:34 PM Bug #4803 (Closed): RCLASS_SUPER won't compile for C extensions as of revision 31627
The RCLASS_SUPER macro (defined in ruby.h) no longer compiles for C extensions because the required rb_classext_t typ... dazuma (Daniel Azuma)
03:37 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
Merged the update from Eric Hodel. Thanks Eric, and I'm sorry for posting the patch which does not include full chang... nahi (Hiroshi Nakamura)
01:30 PM Revision 34913093 (git): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don't
close stderr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:23 AM Revision 36cad2f9 (git): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small
but critical typo of r31642. sorry...
[Bug #4798] [ruby-core:36550]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
U.Nakamura
07:28 AM Revision 13e644cb (git): Fix mixed declarations in r31822.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:53 AM Revision 1d543137 (git): * insns.def (opt_mult): as r31805, volatile it.
Without this, clang -O fails calculation.
* numeric.c (fix_mul): ditto.
* rational.c (f_imul): ditto.
git-svn-id: ...
naruse (Yui NARUSE)
06:50 AM Feature #4788: resolv.rb refactoring
とりあえず思いつかなかったのでパッチでは each_resource_ という名前にしてしまいましたが、fetch_resource という名前でどうでしょうか。 metanest (Makoto Kishimoto)
06:09 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
Yui NARUSE wrote:
> Lazaridis Ilias wrote:
[...]
> This problem is from missing converters even if Windows needs i...
lazaridis.com (Lazaridis Ilias)
12:47 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
Lazaridis Ilias wrote:
> Yui NARUSE wrote:
>
> > > The basic action would be to extend the error message "Encodin...
naruse (Yui NARUSE)
04:45 AM Revision 766c32ad (git): merges r31389 and r31398 from trunk into ruby_1_9_2.
--
* test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.
the patch was written by Eric Wong. [Feature #4531...
yugui (Yuki Sonoda)
04:45 AM Revision f9a973ad (git): merges r31371 from trunk into ruby_1_9_2.
--
* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll on
mswin/mingw.
git-svn-id: svn+ssh://ci.ruby-lang.o...
yugui (Yuki Sonoda)
04:45 AM Revision c1e6116a (git): merges r31365 from trunk into ruby_1_9_2.
--
* configure.in (STRIP): use proper toolchain. based on a patch
from Jon Forums at [ruby-core:35909]. fixes #46...
yugui (Yuki Sonoda)
04:44 AM Revision b3498ae6 (git): merges r31353 from trunk into ruby_1_9_2.
--
* transcode.c (econv_init): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31818 b2dd0...
yugui (Yuki Sonoda)
04:44 AM Revision 475907ec (git): merges r31351 and r31352 from trunk into ruby_1_9_2.
--
* include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64
versions on mingw are useless because they ...
yugui (Yuki Sonoda)
04:44 AM Revision 1049a5df (git): merges r31346 from trunk into ruby_1_9_2.
--
* ext/openssl/extconf.rb: Should check SSLv2_*method.
openssl compiled with "no-ssl2" the extconf don't fail
w...
yugui (Yuki Sonoda)
04:44 AM Revision 30f0aca4 (git): merges r31344 and r31345 from trunk into ruby_1_9_2.
--
* win32/win32.c (kill): accept 0 as pid, fixes #4596
--
* win32/win32.c (kill): accept 0 only sig is SIGINT #4596
...
yugui (Yuki Sonoda)
04:44 AM Revision c214c628 (git): merges r31344 from trunk into ruby_1_9_2.
--
* win32/win32.c (kill): accept 0 as pid, fixes #4596
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_...
yugui (Yuki Sonoda)
04:44 AM Revision 43be6769 (git): merges a part of r31319 from trunk into ruby_1_9_2.
--
* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):
XML-RPC's int is 32bit int, and Fixnum also may be beyond 32...
yugui (Yuki Sonoda)
04:43 AM Revision dc70f82c (git): merges r31317 from trunk into ruby_1_9_2.
--
* ext/psych/parser.c (parse): strings from psych have proper taint
markings.
* test/psych/test_tainted.rb: test ...
yugui (Yuki Sonoda)
04:43 AM Revision 86692258 (git): merges r31314 from trunk into ruby_1_9_2.
--
* win32/win32.c (CreateChild): maximum length of lpCommandLine is
32,768 characters, including t...
yugui (Yuki Sonoda)
04:43 AM Revision b79b4492 (git): merges r29431 from trunk into ruby_1_9_2.
--
* configure.in (RSHIFT): quote to get rid of argument expansion
for autoconf 2.68.
git-svn-id: svn+ssh://ci.rub...
yugui (Yuki Sonoda)
04:43 AM Revision 69e5d34b (git): merges r31310 from trunk into ruby_1_9_2.
--
* string.c (rb_str_each_line): check string's length when compare
separator and string. [ruby-core:35815] fixes ...
yugui (Yuki Sonoda)
04:43 AM Revision ac899ff9 (git): merges r31304 from trunk into ruby_1_9_2.
--
* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):
avoid float error. [ruby-core:35804]
git-svn-i...
yugui (Yuki Sonoda)
02:09 AM Revision fbb389a0 (git): * 2011-05-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@31807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:08 AM Revision 1a8ea0fc (git): * lib/logger.rb (Logger::ProgName): do not depend on subversion
keyword ($Id$). ProgName with revision number was written in the
header line of each logfile for ease of tracking w...
Hiroshi Nakamura
01:28 AM Revision 4e4649e1 (git): * numeric.c (int_pow): make sure to assign the result of x * z.
If xz is optimized out, the value won't overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31805 b2dd03c8-3...
naruse (Yui NARUSE)
12:54 AM Bug #4716: Ripper orders rescue_mod subnodes inconsistently [PATCH]
Could I get an update on this? Given the potential for a 1.9.3 release, I'd like to see as few Ripper bugs remaining ... adgar (Michael Edgar)
12:04 AM Bug #4799 (Closed): M17N tests are too JP specific
Hello,
While attempting to successfully run 'test-all' on Windows, I found receiving several M17N tests errors due...
luislavena (Luis Lavena)

05/29/2011

11:55 PM Bug #4798 (Closed): test_process and test_signal errors and halts on Windows
Hello,
I'm trying to complete a run of tests against trunk (r31779) and find myself with several errors that halt ...
luislavena (Luis Lavena)
11:45 PM Bug #4680 (Assigned): [PATCH] io.c: fix busy wait with sendfile()
naruse (Yui NARUSE)
11:32 PM Feature #1081: add File::write() convenience method
Hi, I'm implementing this feature in C.
I've been completed File.write, I'll complete implementation of File.binwr...
sorah (Sorah Fukumori)
11:24 PM Bug #4685 (Assigned): WEBrick::HTTPServlet::ERBHandler should allow ERB documents to set content_type
It seems reasonable, please commit it unless anyone object to this. naruse (Yui NARUSE)
11:18 PM Bug #4781 (Closed): Engrish in comment in Regexp#=~
This issue was solved with changeset r31781.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby ...
naruse (Yui NARUSE)
11:14 PM Bug #4773 (Closed): require 'webrick/https' すると WEBrick::HTTPRequest#parse_uri が public になってしまう
This issue was solved with changeset r31780.
okkez, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
10:50 PM Revision bc5aeb98 (git): merges r31288 and r31289 from trunk into ruby_1_9_2.
--
* lib/uri/generic.rb (#route_from_path): Fix a bug where
URI('http://h/b/').route_to('http://h/b') wrongly retur...
yugui (Yuki Sonoda)
10:50 PM Revision f0de89f8 (git): merges r31286 from trunk into ruby_1_9_2.
--
* numeric.c (ruby_float_step): wrong loop condition.
fixes [ruby-core:35753], reported by Joey Zhou.
* test/rub...
yugui (Yuki Sonoda)
10:50 PM Revision f13e0ec8 (git): merges r31278 from trunk into ruby_1_9_2.
--
* include/ruby/win32.h (frexp, modf): wrongly declared as pure in
mingw math.h.
git-svn-id: svn+ssh://ci.ruby-l...
yugui (Yuki Sonoda)
10:49 PM Revision 49ed59fd (git): merges r31277 from trunk into ruby_1_9_2.
--
* include/ruby/win32.h (ftruncate, truncate): mingw64 misses
prototypes.
git-svn-id: svn+ssh://ci.ruby-lang.org...
yugui (Yuki Sonoda)
10:49 PM Revision 48a3fa90 (git): merges r31272 from trunk into ruby_1_9_2.
--
* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
yugui (Yuki Sonoda)
10:49 PM Revision ca0ac3e3 (git): merges r31266 from trunk into ruby_1_9_2.
--
* lib/uri/common.rb: avoid race condition. fixes #4572
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
10:49 PM Revision d4e840bf (git): merges r31262 and r31264 from trunk into ruby_1_9_2.
--
Evaluate truncate, ftruncate and ftello existence
This corrects mingw-w64 compilation.
--
* include/ruby/win32.h:...
yugui (Yuki Sonoda)
10:49 PM Revision 7ffffab2 (git): merges r31248 from trunk into ruby_1_9_2.
--
* ext/stringio/stringio.c (strio_getline): check whether str is
a string when str and lim are given.
https://t...
yugui (Yuki Sonoda)
10:49 PM Revision 61ce0127 (git): merges r31244 from trunk into ruby_1_9_2.
--
* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):
pop pushed error after each try of reading. fixes #4550
* ex...
yugui (Yuki Sonoda)
10:49 PM Revision 1dd5d8e4 (git): merges r31242 from trunk into ruby_1_9_2.
--
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):
pop pushed error after each try of reading. fixes #4550
gi...
yugui (Yuki Sonoda)
10:48 PM Revision e9514443 (git): merges r31237 from trunk into ruby_1_9_2.
--
* io.c (rb_io_syswrite): While local FS writes are usually
buffered, the buffers can be full or the file opened ...
yugui (Yuki Sonoda)
10:48 PM Revision 5b66b692 (git): merges r31177,r31178 and r31179 from trunk into ruby_1_9_2.
--
Use LOG_PID instead of LOG_PERROR in Syslog.open test
LOG_PERROR isn't a POSIX option for syslog, so it fails on ...
yugui (Yuki Sonoda)
10:48 PM Revision a7fb5151 (git): merges r31164 from trunk into ruby_1_9_2.
--
* ext/openssl/ossl_x509name.c: id_aref's type is ID.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_...
yugui (Yuki Sonoda)
10:48 PM Revision cbb9603f (git): merges r31162 from trunk into ruby_1_9_2.
--
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,
so it should use NUM2INT.
* ext/openssl/ossl_o...
yugui (Yuki Sonoda)
10:48 PM Revision c1014362 (git): merges r31158 from trunk into ruby_1_9_2.
--
* numeric.c (flo_round): fix inaccurate results.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@...
yugui (Yuki Sonoda)
10:48 PM Revision cca6b1d3 (git): merges r31152 and r31154 from trunk into ruby_1_9_2.
--
* win32/win32.c: wait process real termination after reading
exit code. fixes #4518
--
* win32/win32.c: fix r311...
yugui (Yuki Sonoda)
10:06 PM Revision 3b58e17d (git): revert r31783.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:18 PM Bug #3924: Performance bug (in require?)
Hello, Xavier
Thank you for your contribution. Your patch seems to attempt a good
thing, but it is tremendously ...
mame (Yusuke Endoh)
06:39 AM Bug #3924: Performance bug (in require?)
Actually Luis I just read your gist, my numbers match up with ruby 1.9.3dev (2011-05-28 trunk 31761) [i386-mingw32], ... xaviershay (Xavier Shay)
06:37 AM Bug #3924: Performance bug (in require?)
Rodrigo: Please try the latest version of rvm: rvm get head. Otherwise let me know what platform you are on.
Luis: S...
xaviershay (Xavier Shay)
01:57 AM Bug #3924: Performance bug (in require?)
Jon Forums wrote:
> @Luis, if you have time, would you add results to your gist using a patched ruby_1_9_2 build?
>...
luislavena (Luis Lavena)
01:53 AM Bug #3924: Performance bug (in require?)
@Luis, if you have time, would you add results to your gist using a patched ruby_1_9_2 build?
Your 1.9.3dev result...
jonforums (Jon Forums)
01:23 AM Bug #3924: Performance bug (in require?)
On Fri, May 27, 2011 at 9:11 PM, Xavier Shay <[email protected]> wrote:
>
> My last problem was related to the ...
luislavena (Luis Lavena)
05:04 PM Bug #4797 (Rejected): 'make test-all' on Fedora15 cause a lot of http test error
I'm sorry. This is Linux bug. The kernel community think this is regression and
Dave already reverted the commit. I'...
kosaki (Motohiro KOSAKI)
04:37 PM Bug #4797 (Rejected): 'make test-all' on Fedora15 cause a lot of http test error
Currently, 'make test-all' on Fedora15 cause 66 errors. because
1) recent linux kernel doesn't allow port reuse ev...
kosaki (Motohiro KOSAKI)
05:01 PM Revision 4de27b35 (git): NetBSD also denies to set sticky bit against regular file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:49 PM Revision e524bb98 (git): try and catch for the test of setenv(3).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:49 PM Revision 818cb970 (git): * 2011-05-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:49 PM Revision 0d6c5910 (git): * bignum.c (bigmul1_toom3): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:37 PM Feature #4796: Coverage should be restartable
> You are talking about second (or later) calls to Coverage.start, right?
Yes, that would be fine.
> I cannot und...
xaviershay (Xavier Shay)
01:51 PM Feature #4796 (Assigned): Coverage should be restartable
Hello.
As a maintainer of ext/coverage, I like to approve this feature unless
there is objection. But I'd like t...
mame (Yusuke Endoh)
12:41 PM Feature #4796 (Closed): Coverage should be restartable
I would like a way to be able to make the following test past:
require "test/unit"
require "coverage"
...
xaviershay (Xavier Shay)
02:22 PM Revision 7c99a7df (git): * numeric.c (flo_round): use absolute value as divisor.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:21 PM Revision 2ceceb8f (git): * test/date/test_switch_hitter.rb: properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:18 PM Revision f7b04698 (git): * re.c (rb_reg_match): fix rdoc of Regexp#=~.
patched by Tsuyoshi Sawada. [Bug #4781]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31781 b2dd03c8-39d4-4d8f-9...
naruse (Yui NARUSE)
02:14 PM Revision d5a775f5 (git): * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):
keep parse_uri as private. patched by okkez. [Bug #4773]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31780 b2d...
naruse (Yui NARUSE)
01:26 PM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
As far as I remember, io.c should not use vm_core.h and rb_thread_t.
ko1 dislikes it.
akr (Akira Tanaka)
07:10 AM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
Hm. rb_thread_interrupted() is safe to call from blocking region. akr (Akira Tanaka)
08:55 AM Revision 4173fb0c (git): * numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
06:09 AM Revision a3ffe969 (git): * numeric.c (flo_round): fix for negative value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:23 AM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
`class Foo::Bar::Baz` does *not* open the Foo::Bar scope. `class
Foo::Bar; class Baz` does however.
// Magnus Holm...
judofyr (Magnus Holm)

05/28/2011

11:51 PM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
But isn't Baz defined at the immediate Foo::Bar scope? Why does it keep going up the chain? jxfruby (John Feminella)
11:05 PM Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
The call to 'Baz' in method 'x' will look up the ancestor chain and find the Baz constant defined for Object(because ... andhapp (Anuj Dutta)
10:39 PM Bug #4795 (Rejected): Nested classes don't seem to resolve correctly when another class exists with the same name
# in /tmp/foo.rb
module Foo
end
module Foo::Bar
class Baz; end
end
class Baz
def say
"::Baz"
...
jxfruby (John Feminella)
11:32 PM Revision 8cd1c4dd (git): merges r31113 from trunk into ruby_1_9_2.
--
* ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush should
not change sync mode on e...
yugui (Yuki Sonoda)
11:32 PM Revision b337563f (git): merges r31101 from trunk into ruby_1_9_2.
--
* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe
is true. Patch by Masaki Matsushita (Glas...
yugui (Yuki Sonoda)
11:32 PM Revision 0642b2a5 (git): merges r31086 from trunk into ruby_1_9_2.
--
* parse.y (parser_encode_length): add exception as UTF8-MAC for
magic comment's emacs newline specifier
patche...
yugui (Yuki Sonoda)
11:32 PM Revision 9eb4b2e5 (git): merges r31085 from trunk into ruby_1_9_2.
--
* parse.y (parser_encode_length): fix typo: the length of
"-dos" and "-mac" is not 5 but 4.
patched by James M...
yugui (Yuki Sonoda)
11:32 PM Revision 394c7da4 (git): merges r31050 from trunk into ruby_1_9_2.
--
* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch by
Masaki Matsushita (Glass_saga).
* test/te...
yugui (Yuki Sonoda)
11:32 PM Revision fee12c7f (git): merges r31028 from trunk into ruby_1_9_2.
--
* include/ruby/intern.h: fix a typo of prototype declaration.
rb_mutex_try_lock -> rb_mutex_trylock [rub...
yugui (Yuki Sonoda)
11:31 PM Revision ce79ff70 (git): merges r31016 from trunk into ruby_1_9_2.
--
* test/ruby/test_process.rb (test_execopts_redirect): redirecting fd
>= 3 is not supported on Windows, so should...
yugui (Yuki Sonoda)
11:31 PM Revision 6b47d60e (git): * strftime.c (STRFTIME): return 0 and ERANGE when precision is too
large. [ruby-dev:43284] fixes #4456
based on r31011.
* test/test_time.rb (TestTime#test_huge_precision): test for ...
yugui (Yuki Sonoda)
11:31 PM Revision aed90c7c (git): merges r30957 from trunk into ruby_1_9_2.
--
* ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose
whose format is (+/-)hhmm. Thanks Gonçalo...
yugui (Yuki Sonoda)
11:31 PM Revision cb5c87b7 (git): merges r30975 from trunk into ruby_1_9_2.
--
* lib/tempfile.rb: Fix example file paths in docs for tempfile.
https://github.com/ruby/ruby/pull/5
git-svn-id:...
yugui (Yuki Sonoda)
11:31 PM Revision 137c52d9 (git): merges a part of r30931 from trunk into ruby_1_9_2.
--
* ext/psych/lib/psych/json/stream.rb: do not emit custom tags in maps
or sequences when emitting JSON.
* ext/psy...
yugui (Yuki Sonoda)
11:18 PM Revision b0db8f0b (git): * 2011-05-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:18 PM Revision 1c0add85 (git): merges r30922 and r30924 from trunk into ruby_1_9_2.
--
* prevent temporary objects from GC, and should not use
RSTRING_PTR() for function calls since it evaluates the ...
yugui (Yuki Sonoda)
10:23 PM Bug #3924: Performance bug (in require?)
Great work, Xavier!

I would like to try it but my RVM installation seems to be broken somehow:

rvm install...
rosenfeld (Rodrigo Rosenfeld Rosas)
10:11 AM Bug #3924: Performance bug (in require?)
My last problem was related to the build system pushing things into $" and bypassing require.
I now have a patch t...
xaviershay (Xavier Shay)
05:40 PM Bug #4794 (Closed): Improving documenation for const_missing
I added another example to const_missing's documentation to make it a little more obvious. andhapp (Anuj Dutta)
05:17 PM Revision e15b3c83 (git): * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
04:15 PM Bug #4683: [PATCH] io.c: copy_stream execute interrupts and retry
I think this is subtle but interesting issue. Thank you.
I'm not sure rb_thread_interrupted() is callable without...
akr (Akira Tanaka)
04:04 PM Bug #1157: missing zlib.rb?
The error is due to zlib1g-dev is not installed by default. In ubuntu, to solve it:
1. sudo apt-get install zlib1g-d...
weigui (wei gui)
03:26 PM Bug #4793 (Closed): 特定のSyntaxErrorでirbが落ちる
=begin
以下のコードでirbが落ちます。
$ ./ruby -Ilib bin/irb
irb(main):001:0> next
SyntaxError: (irb):1: Can't escape from...
ktsj (Kazuki Tsujimoto)
03:24 PM Revision 25925517 (git): * 2011-05-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:24 PM Revision bde7a62f (git): * process.c (before_exec, after_exec): change from macro to function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
02:50 PM Feature #1081: add File::write() convenience method
Hello,
The status of this feature request is considered as "accepted".
If anyone writes a patch (in C) for this f...
mame (Yusuke Endoh)
01:52 PM Revision ed02c412 (git): * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFL
before calling execve(). Because r31760 reintroduced an issue that
system() may hang up (i.e. [ruby-dev:12261]).
* ...
kosaki (Motohiro KOSAKI)
08:47 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
=begin
Yui NARUSE wrote:
> > The basic action would be to extend the error message "Encoding::ConverterNotFoundEr...
lazaridis.com (Lazaridis Ilias)
08:22 AM Bug #4791 (Closed): Doc: Clarification on allowed timeout values
This patch clarifies what is an acceptable timeout value in Net::HTTP and Timeout::timeout. The existing documentatio... amikula (Alf Mikula)
07:59 AM Bug #4776: DateTime.new! has been disabled
On Wed, May 25, 2011 at 09:26:10AM +0900, Aaron Patterson wrote:
>
> Issue #4776 has been reported by Aaron Patte...
tenderlovemaking (Aaron Patterson)
07:11 AM Revision e39b50d4 (git): * signal.c (Init_signal, default_handler): change default SIGPIPE handler
from empty function to SIG_IGN. [ruby-dev:43215]
* signal.c (sigpipe): removed.
git-svn-id: svn+ssh://ci.ruby-lang...
kosaki (Motohiro KOSAKI)
02:24 AM Bug #4789: rb_str_bytesize() should use LONG2NUM()
Indeed. I've commited this.
Thank you!
kosaki (Motohiro KOSAKI)
02:23 AM Bug #4789 (Closed): rb_str_bytesize() should use LONG2NUM()
This issue was solved with changeset r31756.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i...
kosaki (Motohiro KOSAKI)
01:41 AM Bug #4522 (Rejected): Net::HTTP persistent connections
Recommended use of Net::HTTP is like:
Net::HTTP.start("www.terra.com.br") do |h|
h.get("/")
end
So if a ...
naruse (Yui NARUSE)
01:20 AM Bug #4790 (Closed): [rdoc] attempt to clarify IO rdocs
As per some confusion over options for File.open [1], here is a patch to attempt to clarify.
[1] http://www.ruby-f...
rogerdpack (Roger Pack)
01:06 AM Bug #4179 (Closed): OpenStruct#method_missing handles #[]= wrongly
Thanks for the patch.
It was modified so that:
- s[] also raises an error
- s[1]=2 states that "[]=" is the miss...
marcandre (Marc-Andre Lafortune)

05/27/2011

11:45 PM Revision aede5b39 (git): update comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:39 PM Bug #4789 (Closed): rb_str_bytesize() should use LONG2NUM()
RSTRING_LEN() is a long, so LONG2NUM() should be used, not INT2NUM(). now (Nikolai Weibull)
10:46 PM Feature #4784 (Closed): Import the JSON library
This issue was solved with changeset r31749.
Lazaridis, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
10:26 PM Feature #4784 (Assigned): Import the JSON library
Current ext/json is not recognized as gem by RubyGems.
Nobu, please hack it :D
naruse (Yui NARUSE)
10:45 PM Bug #4732 (Closed): mingw no longer writes files with "\r\n" by default, presumably unexpectedly
This issue was solved with changeset r31748.
Roger, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
10:28 PM Feature #4780 (Assigned): String#split with a block
naruse (Yui NARUSE)
10:20 PM Feature #4065 (Rejected): Rename or alias module#append_features to module#include_module
marcandre (Marc-Andre Lafortune)
08:26 PM Feature #4783: REXML::Text.new 引数がfreezeされていたとき
ありがとうございます! kou (Kouhei Sutou)
11:36 AM Feature #4783 (Closed): REXML::Text.new 引数がfreezeされていたとき
pullしておきました。 shyouhei (Shyouhei Urabe)
08:22 PM Bug #4522: Net::HTTP persistent connections
And if it's used like in example #1, and then there's an exception (which is rescued in user code), and then a new re... romanbsd (Roman Shterenzon)
06:06 PM Revision 9efb5a9d (git): * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:25 PM Revision 412e9ba1 (git): email addr fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
05:23 PM Revision 724b1c60 (git): * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().
Patch by Nikolai Weibull. [Bug #4789] [ruby-core:36511]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31756 b2...
kosaki (Motohiro KOSAKI)
05:09 PM Revision 78271e8c (git): * io.c (fill_cbuf): Fix test-all crash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
05:01 PM Feature #4788 (Closed): resolv.rb refactoring
このようなモンキーパッチが(私のコードではありませんが)
https://github.com/ioquatix/rubydns/blob/master/lib/rubydns/resolv.rb
#3835 ( [ruby-co...
metanest (Makoto Kishimoto)
04:22 PM Feature #4786: RCR new Feature: Numeric#grouped
Ruby doesn't include Locale depended features on current policy.
So it should be done by ICU or ActiveSupport or som...
naruse (Yui NARUSE)
08:53 AM Feature #4786: RCR new Feature: Numeric#grouped
Hi,

At Fri, 27 May 2011 08:17:52 +0900,
Nobuyoshi Nakada wrote in [ruby-core:36495]:
> And not all locales ...
nobu (Nobuyoshi Nakada)
08:50 AM Feature #4786: RCR new Feature: Numeric#grouped
P.S. POSIX does specify printf("%'d"), but this does not define _how_ the numbers are grouped, because of course, by... shyouhei (Shyouhei Urabe)
08:46 AM Feature #4786: RCR new Feature: Numeric#grouped
-1.
As nobu said numbering system depends on locales. So far ruby has been strictly avoiding locale-dependent fea...
shyouhei (Shyouhei Urabe)
08:23 AM Feature #4786: RCR new Feature: Numeric#grouped
Hi,

At Fri, 27 May 2011 07:22:37 +0900,
Roger Pack wrote in [ruby-core:36494]:
> Background:
> Currently ...
nobu (Nobuyoshi Nakada)
07:18 AM Feature #4786 (Rejected): RCR new Feature: Numeric#grouped
Hello all.
As discussed in http://www.ruby-forum.com/topic/1060694#new with apparently no objection, this is a req...
rogerdpack (Roger Pack)
03:59 PM Revision 8858722d (git): * 2011-05-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:59 PM Revision a50bdcd6 (git): * lib/ostruct.rb (method_missing): Handle [] and []= correctly.
Based on a patch by Caius Durling, bug #4179 [ruby-core:33792]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@317...
Marc-Andre Lafortune
02:57 PM Revision 40e7d793 (git): * test/rexml/test_core.rb (Tester::test_text_frozen): split frozen
string test. refs #4783
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sutou Kouhei
01:55 PM Revision 7bb29d4b (git): * proc.c: Rdoc formatting, clarification & example fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:55 PM Revision ffd86054 (git): * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdoc
more precise by specifying Object can searched for Modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31750 ...
Marc-Andre Lafortune
01:53 PM Feature #4787: Integer#each_modulo(n)
Hi,

I believe I've sent the following feature request to ruby-core,
but I sent to ruby-dev by mistake.

--
K...
mrkn (Kenta Murata)
01:18 PM Feature #4787 (Closed): Integer#each_modulo(n)
I suggest a new feature of Integer to enumerate by iterated Integer#modulo.
An example implementation in Ruby is the...
mrkn (Kenta Murata)
01:46 PM Revision c5719d9a (git): * tool/rbinstall.rb (gem): install gemspec of json. fixed #4784
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:45 PM Revision b5bc09d2 (git): * io.c (validate_enc_binmode): do not clear textmode flag if
default. fixed #4732
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:38 PM Revision 9909c675 (git): * io.c (fill_cbuf): finish reading at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:37 PM Revision faaf8ea8 (git): * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.
* test/ruby/test_signal.rb (TestSignal#test_signal2): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31746...
nobu (Nobuyoshi Nakada)
08:36 AM Bug #4141 (Closed): Tk extension is not accepting any type of parameter combination
This issue was solved with changeset r31742.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nagai (Hidetoshi Nagai)
02:34 AM Revision 83e216b6 (git): ChangeLog for it
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
02:34 AM Revision 42f704a8 (git): prevent an error when passing a frozen string to REXML::Text.new
dup the string passed in instead of cloning so that it's frozen state is ignored
Signed-off-by: URABE, Shyouhei <shy...
shyouhei (Shyouhei Urabe)
01:01 AM Feature #4774: User Friendly Handling of "Encoding::ConverterNotFoundError"
> The basic action would be to extend the error message "Encoding::ConverterNotFoundError" like this:
In current s...
naruse (Yui NARUSE)

05/26/2011

11:55 PM Bug #4027 (Rejected): Signal.trap で busy loop に陥る
シグナルマスクに関しては #4765 に分離されました。
signal_buff の競合状態は、新しめの gcc や Windows だと ATOMIC_INC/ATOMIC_DEC がロックつきになることと、
#4765 でシグ...
nagachika (Tomoyuki Chikanaga)
11:48 PM Revision e65e24bd (git): * thread.c (ppoll): typo bug fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
11:36 PM Revision 542190ce (git): * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.
* ext/tk/lib/tk/extconf.rb: cannot make on MinGW [Ruby 1.9 - Bug #4141].
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nagai (Hidetoshi Nagai)
11:24 PM Feature #4783: REXML::Text.new 引数がfreezeされていたとき
引数の文字列オブジェクトに興味があるのではなくて、文字列の中身だけに興味があると思うので、freezeは落としちゃう方向でよいと思います。なので、取り込みたいと思うのですが、pullってもらってよいでしょうか?
テストは直したほ...
kou (Kouhei Sutou)
03:16 PM Feature #4783 (Closed): REXML::Text.new 引数がfreezeされていたとき
lib/rexmlのメンテナの須藤さん:
pull requestが来ています。パッチ自体は妥当かなという気がしますので、そもそも現状が意図された状態なのか、それともこれはバグってことにするのか、その辺ご判断いただければと。よろ...
shyouhei (Shyouhei Urabe)
10:32 PM Bug #4785 (Closed): CSV Documentation
This issue was solved with changeset r31739.
Ysiad, thank you for reporting this issue.
Your contribution to Ruby is ...
JEG2 (James Gray)
04:52 PM Bug #4785 (Closed): CSV Documentation
Documentation updates only:
1. Specified that fastercsv was new as of 1.9, as "New" could be ambiguous.
2. Fix...
ysiadf (Ysiad Ferreiras)
05:23 PM Feature #4784: Import the JSON library
RubyGems ! rkh (Konstantin Haase)
04:56 PM Feature #4784: Import the JSON library
Sakuro OZAWA wrote:
> $ ls path-to/ruby/1.9.1/json*
> path-to/ruby/1.9.1/json.rb
>
> path-to/ruby/1.9.1/json:...
lazaridis.com (Lazaridis Ilias)
04:23 PM Feature #4784: Import the JSON library
Ah, you again. That's a dm-serializer issue then, as their gemspec specifies the json gem as a dependency. Libraries... rkh (Konstantin Haase)
04:22 PM Feature #4784: Import the JSON library
$ ls path-to/ruby/1.9.1/json*
path-to/ruby/1.9.1/json.rb

path-to/ruby/1.9.1/json:
add/ common.rb ext.rb ...
sakuro (Sakuro OZAWA)
04:13 PM Feature #4784: Import the JSON library
Shota Fukumori wrote:
> It has already included in ruby 1.9.
>
> is our including json gem not equal to yours?
...
lazaridis.com (Lazaridis Ilias)
03:46 PM Feature #4784 (Rejected): Import the JSON library
It has already included in ruby 1.9.
is our including json gem not equal to yours?
sorah (Sorah Fukumori)
03:20 PM Feature #4784 (Closed): Import the JSON library
I've personally lost several hours with the JSON gem (and was still not able to resolve the problem in a way that is ... lazaridis.com (Lazaridis Ilias)
03:35 PM Revision 4aaea4c9 (git): * 2011-05-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision a9c056f1 (git): * lib/csv.rb: Enhance each() to support Enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e James Edward Gray II
01:32 PM Revision b74f5dee (git): * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.
[Ruby 1.9 - Bug #4785]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
James Edward Gray II
11:52 AM Bug #921: autoload is not thread-safe
FYI: shyouhei is working for the fix. Here's commits for ruby_1_8 branch.
http://svn.ruby-lang.org/cgi-bin/viewvc.cg...
nahi (Hiroshi Nakamura)
06:46 AM Revision db0f21e9 (git): ChangeLog for it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:44 AM Revision b1524728 (git): * 2011-05-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:44 AM Revision c0f09a8a (git): * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect
* test/xmlrpc/parser.rb: test for the above
Signed-off-by: URABE, Shyouhei <[email protected]>
git-svn-id: svn...
shyouhei (Shyouhei Urabe)
04:23 AM Feature #4772: Hash#add_keys
On Wed, May 25, 2011 at 3:20 PM, Joey Zhou <[email protected]> wrote:

> 1) hash = Hash.new {|h,k| k.succ }
>...
aprescott (Adam Prescott)
02:25 AM Bug #4762: Adding documentation for mathn
You're right. I did not include the original patch. Sorry about that.
I am adding both the patches now. The second ...
anilv (Anil V)
01:02 AM Bug #4781 (Closed): Engrish in comment in Regexp#=~
I see the following grammatical mistakes in ruby-doc, probably reflecting the comments in the source:
Regexp#=~
...
sawa (Tsuyoshi Sawada)
12:05 AM Feature #4778: IO#each_chomped
Yes, I was confused by the fact that puts already chomps the argument... rosenfeld (Rodrigo Rosenfeld Rosas)
 

Also available in: Atom