Project

General

Profile

Activity

From 04/04/2012 to 04/10/2012

04/10/2012

10:41 PM Revision bab146b6 (git): * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method name
in documentation examples. Patch by naleski via
https://github.com/ruby/ruby/pull/115
git-svn-id: svn+ssh://ci.r...
drbrain (Eric Hodel)
10:33 PM Revision 6ba4bd58 (git): * pack.c (pack_pack): Warn when an invalid character is found in the
format string when $VERBOSE is true. [ruby-trunk - Feature #5219]
* pack.c (pack_unpack): ditto
* test/ruby/test_pa...
drbrain (Eric Hodel)
10:31 PM Feature #6130: inspect using to_s is pain
mame (Yusuke Endoh) wrote:
> I'm not sure if it is trivial to fix this issue.
> Could anyone please create a patch ...
Eregon (Benoit Daloze)
10:25 PM Feature #6265: Remove 'useless' 'concatenation' syntax
trans (Thomas Sawyer) wrote:
> The only time I have found it useful is with `\` for multi-line string, for things li...
trans (Thomas Sawyer)
10:24 PM Feature #6265: Remove 'useless' 'concatenation' syntax
The only time I have found it useful is with `\` for multi-line string, for things like entry in Ruby based-config fi... trans (Thomas Sawyer)
05:40 PM Feature #6265: Remove 'useless' 'concatenation' syntax
I think it is nice to have a syntax to concatenate strings in compile time. I do not think that missing commas are h... alexeymuranov (Alexey Muranov)
09:49 AM Feature #6265: Remove 'useless' 'concatenation' syntax
ko1 (Koichi Sasada) wrote:
> I prefer current behavior because it is same as C and it is easy to
> remember.
...
duerst (Martin Dürst)
07:23 AM Feature #6265: Remove 'useless' 'concatenation' syntax
(2012/04/10 7:01), Rodrigo Rosenfeld Rosas wrote:
> Hi Koichi, I created this issue because I did have this proble...
ko1 (Koichi Sasada)
07:23 AM Feature #6265: Remove 'useless' 'concatenation' syntax
Em 09-04-2012 16:06, SASADA Koichi escreveu:
> (2012/04/09 14:19), Yukihiro Matsumoto wrote:
>> I agree with mak...
rosenfeld (Rodrigo Rosenfeld Rosas)
04:23 AM Feature #6265: Remove 'useless' 'concatenation' syntax
(2012/04/09 14:19), Yukihiro Matsumoto wrote:
> I agree with making it deprecated. It is up to you to make it war...
ko1 (Koichi Sasada)
01:23 AM Feature #6265: Remove 'useless' 'concatenation' syntax
Em 09-04-2012 12:53, Nobuyoshi Nakada escreveu:
> Hi,
>
> (12/04/09 22:46), rosenfeld (Rodrigo Rosenfeld Rosas...
rosenfeld (Rodrigo Rosenfeld Rosas)
12:59 AM Feature #6265: Remove 'useless' 'concatenation' syntax
Hi,

(12/04/09 22:46), rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Also, while on the subject, don't you thin...
nobu (Nobuyoshi Nakada)
10:19 PM Feature #5008 (Rejected): Equal rights for Hash (like Array, String, Integer, Float)
Submit new issue for new proposal, e.g. adding hash conversion method to Struct etc.
The reason I hesitate to add ...
matz (Yukihiro Matsumoto)
10:07 PM Feature #5008 (Open): Equal rights for Hash (like Array, String, Integer, Float)
Hi,
matz (Yukihiro Matsumoto) wrote:
> #to_hash protocol expects the object to be hash-compatible. Struct is not...
marcandre (Marc-Andre Lafortune)
06:48 PM Feature #5008 (Rejected): Equal rights for Hash (like Array, String, Integer, Float)
#to_hash protocol expects the object to be hash-compatible. Struct is not the case.
Matz.
matz (Yukihiro Matsumoto)
09:11 PM Revision 38ce9797 (git): * string.c (rb_str_tr): Documented use of \ to escape characters.
[ruby-trunk - Bug #6161]
* string.c (rb_str_count): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35291 ...
drbrain (Eric Hodel)
08:57 PM Bug #4443: odd evaluation order in a multiple assignment
まあ、それはそれでいいかなと思います。
ちなみに ISO とかの標準的にはどうなってるんでしょう?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
06:35 PM Bug #4443: odd evaluation order in a multiple assignment
Cから受け継いだ代入の評価順が「おかしい」のが原因である(本来は a → b と表記すべきか)ことを考えると、
むしろ foo[0] = bar が :bar, :fooと動作するようにすべきでしょうか。
いや、単なる思いつき...
matz (Yukihiro Matsumoto)
08:15 PM Revision d8164e57 (git): * lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash instead
of an Array. Patch by Andrei Bocan. [ruby-trunk - Bug #6107]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35...
drbrain (Eric Hodel)
07:34 PM Revision 1a7f3d7c (git): It is wrong to expect the last output is "exit".
When lb.join is commented out as [ruby-dev:30653] says,
@keeper is living until the program truely die.
So after it o...
naruse (Yui NARUSE)
07:07 PM Feature #5650 (Closed): Add rb_enc_raise() to allow C extensions to raise errors with messages with correct encoding
This issue was solved with changeset r35283.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
06:53 PM Feature #3845 (Rejected): "in" infix operator
This proposal is only for cosmetics.
I don't want a new operator that does not introduce something new.
Matz.
matz (Yukihiro Matsumoto)
06:51 PM Feature #3963 (Rejected): Map class in standard library
I reject the original idea of Map inclusion to the core. Map and Hash are too similar.
Matz.
matz (Yukihiro Matsumoto)
06:48 PM Feature #4862 (Rejected): Struct#to_hash
#to_hash protocol expects the object to be hash-compatible. Struct is not the case.
Matz.
matz (Yukihiro Matsumoto)
06:47 PM Bug #4307 (Rejected): include fails after undef_method
lsegal's comment is right. undef_methods defies the definition of upper classes, include mixed modules.
So, this is...
matz (Yukihiro Matsumoto)
06:43 PM Feature #4574 (Rejected): Numeric#within
I reject this propsal, since the name discussion diverged.
If someone really wants this feature (and believes #clamp...
matz (Yukihiro Matsumoto)
06:27 PM Feature #4265 (Rejected): Provide a core method Kernel#ruby for invoking a new Ruby instance
No good name candidate. Maybe done via MVM change.
Matz.
matz (Yukihiro Matsumoto)
06:25 PM Feature #4086 (Rejected): Feature request: add String#contain? and {Enumerable,Array}#contain? methods
The proposal is ambiguous. Only valid point I see is String#contain? might be more intuitive than String#include?, b... matz (Yukihiro Matsumoto)
06:23 PM Feature #5605 (Closed): [PATCH] net/http: use IO.copy_stream for requests using body_stream
This issue was solved with changeset r35281.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
05:15 AM Feature #5605: [PATCH] net/http: use IO.copy_stream for requests using body_stream
I prefer the original too. drbrain (Eric Hodel)
06:06 PM Revision 85820f09 (git): * 2012-04-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:06 PM Revision cee4c0bf (git): * ext/ripper/lib/ripper/sexp.rb: fix spelling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
05:19 PM Bug #953 (Feedback): 深い入れ子の配列の取り扱いで落ちる
随分前のチケットに対してすみません.
こちら,まだ再現するでしょうか.手元の環境では,
動いちゃったり,stack level too deep (SystemStackError)
だったりで,それなりにちゃんと動いているよう...
ko1 (Koichi Sasada)
03:39 PM Feature #5716 (Closed): duplicated when clause is ignored -> Report which clause it is specifically.
This issue was solved with changeset r35277.
markus, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
03:27 PM Feature #6260 (Feedback): Relationship of collating sequence to === and <=> for Strings not documented
Hello,
Could you (or anyone) please make a draft in rdoc style?
Akr, could you please review the draft?
--
Y...
mame (Yusuke Endoh)
03:21 PM Bug #6269 (Assigned): Process.spawn does not work with Tempfile
Nobu has a patch. I know.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
03:18 PM Bug #6275: symbol not found: _environ on Mac OS X
Ok please go ahead.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
03:00 PM Bug #6275: symbol not found: _environ on Mac OS X
The patch seems fine, and hash.c has similar code already. nobu (Nobuyoshi Nakada)
02:42 PM Bug #6275 (Assigned): symbol not found: _environ on Mac OS X
Sorah, do you know anything about this?
--
yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
07:50 AM Bug #6275 (Closed): symbol not found: _environ on Mac OS X
1. download latest ruby
2. download vim7.3 and built with ruby support
3. run vim73, and type: ruby puts "ruby" at ...
stonep (dehui peng)
02:41 PM Bug #6262 (Assigned): [readline] reverse-i-search with multibyte chars
mame (Yusuke Endoh)
02:38 PM Bug #6249 (Assigned): Process.exec doesn't restore the environment if it fails
mame (Yusuke Endoh)
02:36 PM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
Correct.
Do you have any suggestion?
nobu (Nobuyoshi Nakada)
01:02 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
I'd like to clarify the fix here.
* ObjectSpace::WeakMap was added as a "proper" weak reference map
* WeakRef use...
headius (Charles Nutter)
02:35 PM Feature #6244 (Assigned): Removal of some unused functions from /ext/json/fbuffer/fbuffer.h
mame (Yusuke Endoh)
02:33 PM Bug #6170 (Rejected): Compile error: "implicit declaration of function 'pthread_get_stackaddr_np'", "'pthread_get_stacksize_np'"
Mac OS X prior to 10.5 has not been supported ever. nobu (Nobuyoshi Nakada)
02:00 PM Bug #6170 (Assigned): Compile error: "implicit declaration of function 'pthread_get_stackaddr_np'", "'pthread_get_stacksize_np'"
Sorah, do you know anything about this error?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:32 PM Feature #6236: WEBrick::HTTPServer swallows Exception
This is not a bug, is it? Moving to the feature tracker.
And there is no maintainer of WEBrick. I tentatively as...
mame (Yusuke Endoh)
02:07 PM Bug #6174 (Assigned): Fix collision of ConditionVariable#wait timeout and #signal (+ other cosmetic changes)
mame (Yusuke Endoh)
01:57 PM Feature #6154 (Assigned): Eliminate extending WaitReadable/Writable at runtime
I think it is suitable to handle this issue in the feature tracker.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:47 PM Bug #6274 (Rejected): Float addition incorrect
This is due to the fact that floats are approximate. The results follow the IEEE standard. Try it in Javascript, you'... marcandre (Marc-Andre Lafortune)
05:10 AM Bug #6274 (Rejected): Float addition incorrect
Adding decimals with repeating values appears to lead to an error in returned value.
For example if you inspect:
...
swanboy (Michael Swan)
11:56 AM Revision a69e190e (git): More increae timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:19 AM Revision 66fd3a4e (git): Wait the server until it stops.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:07 AM Revision f45fc7da (git): * error.c (rb_enc_raise): new function to raise an exception with
the message in the given encoding. patched by now (Nikolai
Weibull) at [ruby-core:41160]. [Feature #5650]
git-s...
nobu (Nobuyoshi Nakada)
09:57 AM Feature #3575 (Closed): String#split is inconsistent with empty string and negative limit
This issue was solved with changeset r35275.
Conrad, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
09:48 AM Bug #6273 (Closed): confusing rdoc on Zlib
This issue was solved with changeset r35273.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
09:23 AM Revision a59dd4b4 (git): Increae timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:23 AM Revision b386b25a (git): * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):
use IO.copy_stream for requests using body_stream.
patched by Eric Wong. [ruby-core:40898] [Feature #5605]
git-svn...
naruse (Yui NARUSE)
07:53 AM Revision 6a1f4186 (git): * thread_pthread.c: add prototype declarations for older Mac OS X.
[ruby-core:43376][Bug #6170]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35280 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 99fd04b4 (git): rb_str_format: check overflow
* sprintf.c (rb_str_format): check overflow at too long name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3527...
nobu (Nobuyoshi Nakada)
07:19 AM Revision 9a269ab1 (git): start GC before GC.stress.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:05 AM Feature #6201: do_something then return :special_case (include "then" operator)
Eregon (Benoit Daloze) wrote:
> Yes, and the "." match well ";" if you see what I mean in my return statement.
So...
rosenfeld (Rodrigo Rosenfeld Rosas)
03:45 AM Feature #6201: do_something then return :special_case (include "then" operator)
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Just forget about this then. By the way, did you like the pun? ;)
Ye...
Eregon (Benoit Daloze)
02:18 AM Feature #6201: do_something then return :special_case (include "then" operator)
You're right, Benoit, I completely forgot about the case statements.
Just forget about this then. By the way, did ...
rosenfeld (Rodrigo Rosenfeld Rosas)
02:12 AM Feature #6201: do_something then return :special_case (include "then" operator)
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> My understanding is that adding a new keyword to Ruby will break backwa...
Eregon (Benoit Daloze)
01:32 AM Feature #6201: do_something then return :special_case (include "then" operator)
Sorry if I'm being boring here. Just let me know and I'll never ask about this again.
My understanding is that add...
rosenfeld (Rodrigo Rosenfeld Rosas)
06:39 AM Revision 6da0604d (git): * compile.c (iseq_set_sequence): show a hint if there are duplicated
"when" clauses. [ruby-core:41502] [ruby-trunk - Feature #5716]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
ko1 (Koichi Sasada)
03:41 AM Revision 2eb5d1de (git): Add timeout to TC_JSONGenerate#test_gc.
http://fb.rubyci.org/~chkbuild/ruby-trunk/log/20120409T230301Z.log.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
naruse (Yui NARUSE)
02:07 AM Bug #6230: [WEBrick] WEBrick::HTTPResponse#body の IO オブジェクトの読み込みに read メソッドを使っているため必要以上にブロックされる
znz さん、naruse さん、
なるほど、確かにそうするのが良いですね。
ありがとうございます。
nobuoka (yu nobuoka)
12:57 AM Revision e5c418d9 (git): * string.c (rb_str_split_m): Documented behavior of split on the empty
string. [ruby-trunk - Feature #3575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35275 b2dd03c8-39d4-4d8f-98...
drbrain (Eric Hodel)
12:48 AM Revision 830ff445 (git): * 2012-04-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:48 AM Revision 718ab93d (git): * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacing
NO_FLUSH with FINISH. [ruby-trunk - Bug #6273]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35273 b2dd03c8-39...
drbrain (Eric Hodel)

04/09/2012

11:10 PM Feature #3399 (Closed): UNC path is not handled properly
This issue was solved with changeset r35271.
jojelino, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
10:52 PM Feature #6265: Remove 'useless' 'concatenation' syntax
Hi Yusuke, I guessed it was a joke, but I couldn't get it at that time. Actually I had a hard time reading "CONCAT" i... rosenfeld (Rodrigo Rosenfeld Rosas)
10:46 PM Feature #6265: Remove 'useless' 'concatenation' syntax
Thank you very much! I do also agree that we should warn users so that they have some time to change their "\" style ... rosenfeld (Rodrigo Rosenfeld Rosas)
02:23 PM Feature #6265: Remove 'useless' 'concatenation' syntax
Hi,
In message "Re: [ruby-core:44207] [ruby-trunk - Feature #6265] Remove 'useless' 'concatenation' syntax"
o...
matz (Yukihiro Matsumoto)
12:43 PM Feature #6265: Remove 'useless' 'concatenation' syntax
Matz,
> I agree with removing string concatenation in 3.0.
Okay. Then, is the syntax deprecated in 2.0?
If so...
mame (Yusuke Endoh)
08:04 AM Feature #6265: Remove 'useless' 'concatenation' syntax
I agree with removing string concatenation in 3.0.
matz (Yukihiro Matsumoto)
10:49 PM Bug #6246: 1.9.3-p125 intermittent segfault
Dennis, looking at your ruby trace, it looks like you've run into something else
It appears that you are on osx, a...
jshow (Jodi Showers)
09:51 PM Feature #4168 (Closed): WeakRef is unsafe to use in Ruby 1.9
I believe so.
If something goes wrong, please reopen this or file a new ticket.
nobu (Nobuyoshi Nakada)
09:46 PM Bug #6271 (Assigned): textmode File#read on CRLF
nobu (Nobuyoshi Nakada)
12:52 AM Bug #6271: textmode File#read on CRLF
I tested the code above in some environments.
(a) ruby 1.9.3p125 (2012-02-16 revision 34643) [i386-cygwin] : works f...
riskwa (riskwa anon)
07:05 PM Bug #6267 (Closed): Segmentation fault when exponentiating complex number
tadf fixed it at r35265. naruse (Yui NARUSE)
06:55 AM Bug #6267 (Open): Segmentation fault when exponentiating complex number
the following still does
Complex(0,1)**2
tadf (tadayoshi funaba)
02:53 AM Bug #6267 (Closed): Segmentation fault when exponentiating complex number
This issue was solved with changeset r35262.
Pablo, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
05:48 PM Bug #6235: Call to malloc not checked in thread_pthread.c
I'll fix it.
ko1 (Koichi Sasada)
05:48 PM Feature #5716: duplicated when clause is ignored -> Report which clause it is specifically.
Hi Koichi Sasada!
I have not tested it yet (will do so at the end of this week),
but I believe it will help me.
...
shevegen (Robert A. Heiler)
02:23 PM Feature #5716: duplicated when clause is ignored -> Report which clause it is specifically.
Thank you for your comment.

I added a small hint on it because if duplicated object was too big, the
output s...
ko1 (Koichi Sasada)
03:16 PM Bug #6211 (Closed): Ripper lexes :on_rbrace when it should find :on_embexpr_end
This issue was solved with changeset r35269.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
02:14 PM Revision 04e3e2de (git): * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:10 PM Revision 3ed259ab (git): * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.
[ruby-core:30623][Feature #3399]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35271 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
01:53 PM Feature #5446: at_fork callback API
"mame (Yusuke Endoh)" <[email protected]> wrote:
> Do you still want this feature?

Yes, but lower priority.

...
normalperson (Eric Wong)
01:07 PM Feature #4234 (Closed): Hash#default_proc= Doesn't Accept nil Argument
This issue was solved with changeset r35268.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby...
marcandre (Marc-Andre Lafortune)
08:14 AM Feature #4234: Hash#default_proc= Doesn't Accept nil Argument
Agreed. Marc, could you check this patch in (with document update)?
Matz.
matz (Yukihiro Matsumoto)
12:53 PM Feature #5605: [PATCH] net/http: use IO.copy_stream for requests using body_stream
"naruse (Yui NARUSE)" <[email protected]> wrote:
> Issue #5605 has been updated by naruse (Yui NARUSE).
>
> T...
normalperson (Eric Wong)
05:23 AM Feature #5605: [PATCH] net/http: use IO.copy_stream for requests using body_stream
The original patch looks better than [ruby-core:40903]'s.
drbrain, do you have any idea?
If no one object it, I'l...
naruse (Yui NARUSE)
11:00 AM Feature #5669: Random thread scheduling based on a seed
I want to reject it.
reasons:
(1) It is difficult to implement it in portable way.
(2) I have a doubt about ...
ko1 (Koichi Sasada)
10:49 AM Revision 8c879633 (git): Wait until the callback is called with timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:23 AM Feature #6270 (Rejected): add "??a" support for "not defined?(a) or a.nil?"
As Eric pointed out, it's conflicting existing syntax. I don't reject the basic idea (though I am excited), so try a... matz (Yukihiro Matsumoto)
01:33 AM Feature #6270: add "??a" support for "not defined?(a) or a.nil?"
=begin
This syntax seems too similar to the ?a character string syntax
Currently ?a returns "a", so how would the...
drbrain (Eric Hodel)
08:12 AM Feature #5632: Attempt to open included class shades it instead.
Quite reasonable. But the change would introduce serious incompatibility, so that we can not make this happen in 2.0.... matz (Yukihiro Matsumoto)
07:07 AM Bug #6273 (Closed): confusing rdoc on Zlib
=begin
The rdoc at ext/zlib/zlib.c gives some examples of code to deflate/inflate a string. If you try to use them t...
lparra (Luis Parravicini)
06:16 AM Revision 41c19913 (git): * parse.y (string_content, parser_yylex): count brace nesting to
dispatch embexpr_end. [ruby-core:43775][Bug #6211]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35269 b2dd03c8...
nobu (Nobuyoshi Nakada)
04:07 AM Revision 6b18a8c2 (git): * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paint
[Feature #4234]
* test/ruby/test_hash.rb: test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35268 b...
Marc-Andre Lafortune
12:44 AM Bug #6247 (Assigned): Range not checked for day of year
naruse (Yui NARUSE)
12:38 AM Bug #6228 (Assigned): [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3
naruse (Yui NARUSE)

04/08/2012

11:12 PM Revision 6cb7ac7e (git): * ext/date/date_strftime.c: gets the value with range() consistetly.
* ext/date/date_strftime.c (range): now just replaces the given item.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
Tadayoshi Funaba
11:05 PM Revision 228a99a0 (git): Add test for r35265.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
10:34 PM Bug #6271 (Open): textmode File#read on CRLF
I think that is not fixed yet.
io_unread() doesn't work properly in that case.
An idea is not using `read into buff...
h.shirosaki (Hiroshi Shirosaki)
08:59 PM Bug #6271 (Closed): textmode File#read on CRLF
Seems fixed already in the repository. nobu (Nobuyoshi Nakada)
06:54 PM Bug #6271 (Closed): textmode File#read on CRLF
I'm not sure this is bug,
when "File#read(X)" for textmode finishes inside of CRLF, stream keeps CR unread against m...
riskwa (riskwa anon)
10:27 PM Bug #6272 (Closed): Rinda sticks on some tests
Rindaが例えば以下のようにすると刺さります。
while [ yes ];do;make test-all TESTS='-v -n test_ruby_talk_264062 rinda/test_rinda.rb' RU...
naruse (Yui NARUSE)
10:00 PM Revision 08df8218 (git): * complex.c (nucomp_expt): [ruby-core:44170].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
07:17 PM Revision e0ba59b7 (git): Additional experimental fix for r35261.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:46 PM Bug #6269: Process.spawn does not work with Tempfile
I find it a bit inconsistent that a Tempfile object is not supported,
as, for example, this code works without a pro...
matled (Matthias Lederhofer)
04:34 AM Bug #6269: Process.spawn does not work with Tempfile
ssuda (Sambasiva Suda) wrote:
> :in, :out and :err expects path or fd. Please try Process.spawn("date", :out => tmp....
ssuda (Sambasiva Suda)
04:18 AM Bug #6269: Process.spawn does not work with Tempfile
:in, :out and :err expects path. Please try Process.spawn("date", :out => tmp.path) ssuda (Sambasiva Suda)
03:11 AM Bug #6269 (Closed): Process.spawn does not work with Tempfile
The following code fails with an exception:
require 'tempfile'
tmp = Tempfile.new(File.basename($0))
...
matled (Matthias Lederhofer)
06:45 PM Feature #6270: add "??a" support for "not defined?(a) or a.nil?"
So `??foo' is basically a macro for `not defined?(foo) or foo.nil?'. jacksonwillis (Jackson Willis)
12:49 PM Feature #6270 (Rejected): add "??a" support for "not defined?(a) or a.nil?"
It would work like this:
??foo #=> nil
foo = nil
??foo #=> nil
foo = 3
??foo #=> t...
jacksonwillis (Jackson Willis)
06:32 PM Feature #6183: Enumerator::Lazy performance issue
(Yusuke Endoh) wrote:
> (1..10).lazy.select {|x| false }.map {|x| p x }.to_a
> should print nothing, but it a...
gregolsen (Innokenty Mikhailov)
05:53 PM Revision a4d3990f (git): * 2012-04-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:53 PM Revision 71d11429 (git): * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnum
with mathn. [ruby-core:44170] [Bug #6267]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35262 b2dd03c8-39d4-4d8f...
naruse (Yui NARUSE)
01:46 PM Revision fdc38828 (git): * ext/json/generator/generator.c (generate_json_bignum):
add RB_GC_GUARD.
http://fb.rubyci.org/~chkbuild/ruby-trunk/log/20120407T210301Z.diff.html.gz
git-svn-id: svn+ssh:/...
naruse (Yui NARUSE)
01:46 PM Revision 63467e52 (git): Decrease the default level of try_fdopen.
Because it cause Bus Error:
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20120407T230202Z.log.html.gz
git-svn-id: ...
naruse (Yui NARUSE)
12:54 PM Feature #6225: Hash#+
Would it be better to use `Hash#<<` instead of `Hash#+`? jacksonwillis (Jackson Willis)
12:50 PM Bug #4378 (Closed): 1.9.2でClassオブジェクトのcloneの特異メソッドが消える
r33292 から発生しなくなっているようですので閉じさせて頂きます。 wanabe (_ wanabe)
07:02 AM Bug #6230: [WEBrick] WEBrick::HTTPResponse#body の IO オブジェクトの読み込みに read メソッドを使っているため必要以上にブロックされる
r35253 でマージしました、ありがとうございました。
znz (Kazuhiro NISHIYAMA) wrote:
> nobuoka (yu nobuoka) wrote:
> > (現在の実装では大丈夫そうですが、...
naruse (Yui NARUSE)
06:50 AM Bug #6230 (Closed): [WEBrick] WEBrick::HTTPResponse#body の IO オブジェクトの読み込みに read メソッドを使っているため必要以上にブロックされる
This issue was solved with changeset r35253.
yu, thank you for reporting this issue.
Your contribution to Ruby is gre...
naruse (Yui NARUSE)
06:26 AM Revision 8474c90e (git): Don't run tests which can't run with editline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:52 AM Bug #6246: 1.9.3-p125 intermittent segfault
I have a similar problem when creating a new rails (3.2.3) app. It segfaults on the bundle install step. I think this... hectormalot (Dennis de Reus)

04/07/2012

11:41 PM Revision 7b186338 (git): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keys
and fetch values from it to prevent @timeout_info's error
"can't add a new key into hash during iteration".
git-sv...
naruse (Yui NARUSE)
11:41 PM Revision 9ec849ee (git): * Remove unused variables.
* use Thread.pass instead of true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35257 b2dd03c8-39d4-4d8f-98ff-8...
naruse (Yui NARUSE)
11:23 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
Hi Luis,

> Hiroshi: will be good do this in two commits:
>
> - First commit that reverts the usage of CREAT...
h.shirosaki (Hiroshi Shirosaki)
11:10 PM Bug #6131 (Closed): Ctrl-C handler do not work from exec process (Windows)
This issue was solved with changeset r35249.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
Anonymous
10:37 PM Bug #6230: [WEBrick] WEBrick::HTTPResponse#body の IO オブジェクトの読み込みに read メソッドを使っているため必要以上にブロックされる
nobuoka (yu nobuoka) wrote:
> (現在の実装では大丈夫そうですが、仕様に明記されていないことに期待していいのかどうか。。)
そういう場合はその期待が変わったときに気づいて対処出来るように、
期待し...
znz (Kazuhiro NISHIYAMA)
09:45 PM Bug #6230: [WEBrick] WEBrick::HTTPResponse#body の IO オブジェクトの読み込みに read メソッドを使っているため必要以上にブロックされる
指摘ありがとうございます。 readpartial は長さ 1 以上の String オブジェクトを返す、という仕様になっているということを確認したので、空文字列かどうかで分岐する部分は削除しました。 また、毎回 buf を生成するの... nobuoka (yu nobuoka)
09:54 PM Revision 0e19adc8 (git): merge revision(s) 35255:
* io.c (io_unread): cast as long the value for extra_max.
[ruby-core:44137] [Bug #6257]
git-svn-id: svn+s...
naruse (Yui NARUSE)
09:53 PM Revision 2f6ff54e (git): * io.c (io_unread): cast as long the value for extra_max.
[ruby-core:44137] [Bug #6257]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35255 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
09:50 PM Revision 0304254b (git): * 2012-04-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:50 PM Revision 56206ab8 (git): * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
use readpartial to get data even if the response is streaming data and
each data is smaller than @buffer_size.
pa...
naruse (Yui NARUSE)
09:31 PM Revision 45a500e5 (git): * 2012-04-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:31 PM Revision a9649469 (git): merge revision(s) 35245,35248:
* ext/psych/lib/psych.rb: bumping up psych version to match release.
* ext/psych/psych.gemspec: ditto
* ext/...
tenderlovemaking (Aaron Patterson)
02:10 PM Revision 42109a02 (git): * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
new function.
* process.c (enum): add EXEC_OPTION_PGROUP and move the position
above for the usage in proc_spawn_n...
h.shirosaki (Hiroshi Shirosaki)
02:10 PM Revision fc83ebb0 (git): * test/ruby/test_thread.rb
(TestThreadGroup#test_thread_timer_and_interrupt): skip on Windows.
Process.kill cannot kill a subprocess if CREATE...
h.shirosaki (Hiroshi Shirosaki)
11:14 AM Feature #6265: Remove 'useless' 'concatenation' syntax
Yusuke, am I supposed to understand what you meant with the code in your last comment? If so, I didn't get it...
N...
rosenfeld (Rodrigo Rosenfeld Rosas)
05:29 AM Feature #6265: Remove 'useless' 'concatenation' syntax
On Fri, Apr 6, 2012 at 16:52, marcandre (Marc-Andre Lafortune)
<[email protected]> wrote:

>>  > What is th...
now (Nikolai Weibull)
01:47 AM Feature #6265: Remove 'useless' 'concatenation' syntax
I don't think the current code in mkmf.rb is good.
I just meant that the syntax is actually used and thus we cannot ...
mame (Yusuke Endoh)
12:03 AM Feature #6265: Remove 'useless' 'concatenation' syntax
> I found an actual example in lib/mkmf.rb:
>
> hdr = ['#include "ruby.h"' "\n"]
Wouldn't this read better th...
rosenfeld (Rodrigo Rosenfeld Rosas)
12:00 AM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
msg = 'put "\n" here -> ' "\n"
I found an actual example in lib/mkmf.rb:
hdr = ['#include "ruby.h"' "\n"]
...
mame (Yusuke Endoh)
11:01 AM Feature #6256: Slightly improve ruby_qsort performance
Updated patch - I forgot that chklim may be set to 0,
so I separated chklim and cutoff.
MartinBosslet (Martin Bosslet)
10:35 AM Feature #6256: Slightly improve ruby_qsort performance
I could improve the Insertion Sort a bit by using memcpy/memmove.
It runs a bit faster even with the "worst case de...
MartinBosslet (Martin Bosslet)
07:36 AM Feature #6256: Slightly improve ruby_qsort performance
I added a patch, together with benchmarks.
Here's the results on my machine without the optimization:
$ ruby d...
MartinBosslet (Martin Bosslet)
10:29 AM Bug #6266: encoding related exception with recent integrated psych
On Sat, Apr 07, 2012 at 06:31:25AM +0900, jonforums (Jon Forums) wrote:
>
> Issue #6266 has been updated by jonfo...
Anonymous
06:31 AM Bug #6266: encoding related exception with recent integrated psych
On Arch (3.2.14-1-ARCH) the sample also exceptions when I change my locale to en_US.iso88591 from en_US.utf8.
But ...
jonforums (Jon Forums)
01:10 AM Bug #6266 (Closed): encoding related exception with recent integrated psych
Newer versions of Psych integrated into both ruby_1_9_3 and trunk create exceptions if the yaml file isn't perceived ... jonforums (Jon Forums)
08:15 AM Bug #6267 (Closed): Segmentation fault when exponentiating complex number
A segfault is raised when running the following script, with any exponent greater or equal to 5:
require "mathn/co...
pabloh (Pablo Herrero)
06:42 AM Feature #6216: SystemStackError backtraces should not be reduced to one line
If it wasn't clear from the above example, Ruby 1.9.3 returns a backtrace pointing to a line of code in dm-core which... postmodern (Hal Brodigan)
02:18 AM Bug #6264: Struct.members rdoc
@duerst Apparently, a lot more changes were included in your commit. Is it intended? Eregon (Benoit Daloze)
01:29 AM Revision 5638bbda (git): * ext/psych/lib/psych.rb: bumping up psych version to match release.
* ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35248 b2dd03c8-39d4-4d8f-98ff-823...
tenderlovemaking (Aaron Patterson)

04/06/2012

11:52 PM Feature #6265: Remove 'useless' 'concatenation' syntax
Hi,
now (Nikolai Weibull) wrote:
> On Fri, Apr 6, 2012 at 14:53, rosenfeld (Rodrigo Rosenfeld Rosas)
> <rr.rosa...
marcandre (Marc-Andre Lafortune)
11:23 PM Feature #6265: Remove 'useless' 'concatenation' syntax
On Fri, Apr 6, 2012 at 14:53, rosenfeld (Rodrigo Rosenfeld Rosas)
<[email protected]> wrote:

> What is this ...
now (Nikolai Weibull)
09:53 PM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
What is wrong with this code:
some_method 'argument1', 'argument2' 'argument3'
Yes, the missing colon, but it i...
rosenfeld (Rodrigo Rosenfeld Rosas)
11:09 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
Hiroshi: will be good do this in two commits:
- First commit that reverts the usage of CREATE_NEW_PROCESS_GROUP, s...
luislavena (Luis Lavena)
07:23 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
Hello,

In message "[ruby-core:44154] [ruby-trunk - Bug #6131] Ctrl-C handler do not work from exec process (Win...
usa (Usaku NAKAMURA)
06:55 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
Assigned to usa-san for comments. h.shirosaki (Hiroshi Shirosaki)
06:17 PM Revision 8354d2f7 (git): * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revert
unlogged changes which committed by accident probably.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35247 b2dd0...
nobu (Nobuyoshi Nakada)
05:09 PM Revision e02ad732 (git): * 2012-04-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:09 PM Revision 85e4c896 (git): * ext/psych/parser.c: fall back to any encoding if the external
encoding is wrong. [ruby-core:44163]
* test/psych/test_encoding.rb: fix test
git-svn-id: svn+ssh://ci.ruby-lang.org...
tenderlovemaking (Aaron Patterson)
04:23 PM Bug #6264 (Closed): Struct.members rdoc
This issue was solved with changeset r35244.
Adam, thank you for reporting this issue.
Your contribution to Ruby is g...
duerst (Martin Dürst)
07:22 AM Bug #6264 (Closed): Struct.members rdoc
It reads:
Returns an array of strings representing the names of the instance variables.
It should read:
Retu...
gurgeous (Adam Doppelt)
08:53 AM Feature #6261 (Rejected): Enumerable#emap and Enumerable#egrep
use Enumerable#lazy.
Matz.
matz (Yukihiro Matsumoto)
06:28 AM Feature #6261: Enumerable#emap and Enumerable#egrep
Hello,
This should already be possible with the recent Enumerator::Lazy (in trunk), just drop a `.lazy` after the ...
Eregon (Benoit Daloze)
07:23 AM Revision 61115992 (git): struct.c (documentation for rb_struct_members_m):
fix 'array of strings' to 'array of symbols'
[ruby-core:44152][Bug #6264]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
duerst (Martin Dürst)
06:03 AM Feature #6263 (Feedback): Simple access to toplevel object (main)
It's simple, because no one wanted it ever.
Why do you want?
> Would be nice if there were a simple way, maybe sp...
nobu (Nobuyoshi Nakada)
05:25 AM Feature #6263 (Feedback): Simple access to toplevel object (main)
=begin
Maybe I miss something, but why is there no way to get toplevel object easily. Only way seems
to be:
...
trans (Thomas Sawyer)
05:28 AM Revision 529827d7 (git): * 2012-04-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:28 AM Revision 7b8bdf57 (git): * Makefile.in ($(LIBRUBY_A)): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:33 AM Bug #6262 (Closed): [readline] reverse-i-search with multibyte chars
=begin
以下のように、C-r にマルチバイト文字を渡すとバイトの切れ端が返ってきます。
IM を介すので、うまく動いてもインクリメンタルサーチにはならないのですが、
履歴が検索できるようになるとありがたいです。
#...
no6v (Nobuhiro IMAI)
02:25 AM Feature #4766: Range#bsearch
Hope this can be committed at some point... rogerdpack (Roger Pack)

04/05/2012

10:11 PM Feature #6261 (Rejected): Enumerable#emap and Enumerable#egrep
I was inspired by Ruby 1.9.x`s Enumerable#chunk and #slice_before, which both take a block and return an enumerator. ... yimutang (Joey Zhou)
08:59 PM Feature #6256 (Assigned): Slightly improve ruby_qsort performance
Sound good. I agree, too.
Please create a patch and show benchmark.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
07:04 PM Feature #6256: Slightly improve ruby_qsort performance
I haven't looked at the sources, but this exact optimization is very well known in the literature, and I'm showing it... duerst (Martin Dürst)
10:02 AM Feature #6256 (Feedback): Slightly improve ruby_qsort performance
Hi all,
I think I may have found a way to slightly improve the performance of ruby_qsort.
Quicksort running time...
MartinBosslet (Martin Bosslet)
05:57 PM Bug #6213: Builder::XmlMarkup drops html_safe
Hi nobu,
I wrote to jim
I want to make this builder concept
into the core of ruby.
I just love this idea,
of...
eike.rb (Eike Dierks)
05:23 PM Feature #6183: Enumerator::Lazy performance issue
Hi,

(12/04/04 20:59), Yusuke Endoh wrote:
> I glanced your patch. It will degrade functional modularity
> ...
nobu (Nobuyoshi Nakada)
01:43 PM Bug #6258: String#succ has suprising behavior for "\u1036" (MYANMAR SIGN ANUSVARA), producing "\u1000" instead of "\u1037"
"\u1036".succ is "\u1000\u1000", not a single character.
% ruby -ve 'puts "\u1036".succ.dump'
ruby 2.0.0dev (...
akr (Akira Tanaka)
01:10 PM Bug #6258 (Assigned): String#succ has suprising behavior for "\u1036" (MYANMAR SIGN ANUSVARA), producing "\u1000" instead of "\u1037"
Sounds like a bug to me, but no idea what's going on. Tanaka-san, what do you think? shyouhei (Shyouhei Urabe)
10:59 AM Bug #6258 (Closed): String#succ has suprising behavior for "\u1036" (MYANMAR SIGN ANUSVARA), producing "\u1000" instead of "\u1037"
"\u1036".succ.ord.to_s(16) # => "1000"
Discovered when investigating StackOverflow question http://stackoverflow.c...
dbenhur (Devin Ben-Hur)
01:26 PM Bug #6255 (Closed): RUBY_LIB_PREFIX in missing/alloca.c
This issue was solved with changeset r35240.
Wataru, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
11:38 AM Feature #6260 (Rejected): Relationship of collating sequence to === and <=> for Strings not documented
Collating sequences are mentioned in the documentation for the class String only in reference to the "succ" method, a... perry (Perry Metzger)
07:47 AM Feature #4264: General type coercion protocol for Ruby
And I'd like to add some question.
== Why do you want to remove the monkey-patching?
If you are worried about m...
mame (Yusuke Endoh)
07:45 AM Feature #4264: General type coercion protocol for Ruby
=begin
Hello, headius
Thank you. Is your problem about just monkey-patching?
Please check the following summary...
mame (Yusuke Endoh)
03:53 AM Feature #4264: General type coercion protocol for Ruby
On Thu, Apr 05, 2012 at 12:28:38AM +0900, headius (Charles Nutter) wrote:
>
> Issue #4264 has been updated by hea...
Anonymous
12:28 AM Feature #4264: General type coercion protocol for Ruby
Yusuke: Individual classes can (and often should) still define their own to_a, etc. There's no reason to move the cur... headius (Charles Nutter)
04:26 AM Revision 1ba77338 (git): * 2012-04-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:26 AM Revision 789f9c22 (git): * missing/alloca.c (xmalloc, xfree): use ruby version, not
depending on RUBY_LIB_PREFIX. [ruby-dev:45492][Bug #6255]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35240 b...
nobu (Nobuyoshi Nakada)
12:36 AM Bug #6246: 1.9.3-p125 intermittent segfault
attached is a more verbose valgrind
$ valgrind --num-callers=50 --error-limit=no --partial-loads-ok=yes --undef-va...
jshow (Jodi Showers)
12:08 AM Bug #6246: 1.9.3-p125 intermittent segfault
Aaron, I've updated this gist with a run that uses a more direct command line - which I think was hiding some of the ... jshow (Jodi Showers)

04/04/2012

10:45 PM Bug #6246: 1.9.3-p125 intermittent segfault
I'm in the north american eastern time zone
I can meet today if you can
11am eastern is doable for me - just ov...
jshow (Jodi Showers)
11:53 AM Bug #6246: 1.9.3-p125 intermittent segfault
On Wed, Apr 04, 2012 at 10:18:26AM +0900, jshow (Jodi Showers) wrote:
>
> Issue #6246 has been updated by jshow (...
Anonymous
11:53 AM Bug #6246: 1.9.3-p125 intermittent segfault
On Wed, Apr 04, 2012 at 10:18:26AM +0900, jshow (Jodi Showers) wrote:
>
> Issue #6246 has been updated by jshow (...
Anonymous
10:18 AM Bug #6246: 1.9.3-p125 intermittent segfault
Aaron,
attached is the full output from valgrind using your options - https://gist.github.com/2296847
I'm pres...
jshow (Jodi Showers)
02:23 AM Bug #6246: 1.9.3-p125 intermittent segfault
On Tue, Apr 03, 2012 at 11:15:14AM +0900, jshow (Jodi Showers) wrote:
>
> Issue #6246 has been updated by jshow (...
Anonymous
09:54 PM Bug #6255 (Closed): RUBY_LIB_PREFIX in missing/alloca.c
木村といいます。
missing/alloca.cに
61 #ifdef RUBY_LIB_PREFIX
62 #define xmalloc ruby_xmalloc
63 #define xfree ru...
kimuraw (Wataru Kimura)
09:29 PM Feature #6245 (Rejected): "is_integer?" method declaration in prelude
Sorry, but let's not open a ticket about goruby, but just send a mail.
I'd like to focus on redmine ticket that real...
mame (Yusuke Endoh)
09:23 PM Feature #6183: Enumerator::Lazy performance issue
Hello,

2012/4/4 gregolsen (Innokenty Mikhailov) <[email protected]>:
> Here's the new patch attached - ...
mame (Yusuke Endoh)
07:41 PM Feature #6183: Enumerator::Lazy performance issue
Here's the new patch attached - problem, mentioned by Yusuke Endoh, fixed - now I'm creating a new copy of enumerator... gregolsen (Innokenty Mikhailov)
09:14 PM Feature #6253 (Assigned): Implement a way to pass keyword options to curried procs
Hello,
2012/4/4 jballanc (Joshua Ballanco) <[email protected]>:
> The example below demonstrates a Rack-like sys...
mame (Yusuke Endoh)
02:27 PM Feature #6253 (Rejected): Implement a way to pass keyword options to curried procs
=begin
(See original discussion in issue #4610)
With the introduction of keyword arguments in Ruby 2.0, it would ...
jballanc (Joshua Ballanco)
06:23 PM Bug #6249: Process.exec doesn't restore the environment if it fails
2012/4/3 john_firebaugh (John Firebaugh) <[email protected]>:

>>> ENV["foo"]
> => nil
>>> Process.ex...
akr (Akira Tanaka)
12:49 PM Revision 3f443e61 (git): Use mount_proc to avoid the delay of writing data to files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
11:40 AM Feature #6243 (Rejected): Make ERB Ruby's Super Power
Closing since April 1st has completed. :-) tenderlovemaking (Aaron Patterson)
11:11 AM Feature #5779: Ruby-FTP - allow easy way to find out whether a remote target is a file or a directory
RFC 3659 extends ftp with MLST, the command to show the detail of directories,
but it is not widely implemented yet.
naruse (Yui NARUSE)
09:29 AM Revision 79086bb4 (git): merge revision(s) 34897,34904,34906,34931:
Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.
* test/ruby/test_sleep.rb (TestSleep#test_s...
naruse (Yui NARUSE)
09:15 AM Feature #2080: Proc#to_source, Method#to_source
Still looking forward to this feature request :) rogerdpack (Roger Pack)
07:58 AM Revision 223e0212 (git): Sleep 0.5sec to wait the file is written on server.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:10 AM Revision 7865005f (git): * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:01 AM Revision f0cd9107 (git): * variable.c (mark_global_entry): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:21 AM Revision f9b8e21f (git): fix typo in r35183
* variable.c (mark_global_entry): fix typo in r35183.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35234 b2dd03...
nobu (Nobuyoshi Nakada)
02:33 AM Revision 5374e6b2 (git): * version.h (RUBY_PATCHLEVEL): bump.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Revision 29f5f952 (git): * 2012-04-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:32 AM Revision a5064ff1 (git): * ext/-test-/add_suffix/bug.c: make all functions in util.c static
to get rid of multiple definitions. reported at
https://trac.macports.org/ticket/33814
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
01:33 AM Revision 096ffa2a (git): * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown and
read on closing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:56 AM Bug #6252 (Rejected): OpenSSL - ECDSA signature reliability
=begin
The snippet code attached shows ECDSA signature test with secp160r1 curve.
Given:
* ((|msg|)) a message wit...
sacketty (Henri Sack)
 

Also available in: Atom