Project

General

Profile

Activity

From 01/24/2012 to 01/30/2012

01/30/2012

10:53 PM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
Closed, as duplicate of Module#prepend request. marcandre (Marc-Andre Lafortune)
10:07 PM Bug #5940: Resolve conflict between inheritance and mixins
Thanks for the feedback and the suggestions.
Will be watching for the arrival of Module#prepend. :)
mlanza (Mario Lanza)
10:01 PM Bug #5948 (Closed): Adding ZLib documentation
I added missing ZLib documentation and corrected some things that were there.
I reviewed original zlib.h file tha...
rafadc (Rafael de Castro)
09:47 PM Revision 95b2f410 (git): * 2012-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:47 PM Revision ef84b7c6 (git): * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.
* ext/iconv/iconv.c (get_iconv_opt_i): ditto.
* ext/syck/token.c (Plain): fix types on LP64.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
06:55 PM Bug #5947 (Closed): typo in doc/re.rdoc
The "Repetition" section in doc/re.rdoc has this text:
"The fist uses a greedy"
"fist" should be "first".
Re...
salty-horse (Ori Avtalion)
03:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
I remade benchmark. It seems that I was wrong.
Excuse me.
funny_falcon (Yura Sokolov)
02:12 PM Bug #5946: Remove too early and unnecessary calls to heaps_increment
Could you make a benchmark, please?
My benchmark shows 1% improvement when patch is applied to ruby-trunk and 6% a...
funny_falcon (Yura Sokolov)
01:54 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
Hi.
I reject it because lazy sweeping would spent much time if heap is full.
https://github.com/funny-falcon/ruby/co...
authorNari (Narihiro Nakamura)
01:12 PM Bug #5946 (Rejected): Remove too early and unnecessary calls to heaps_increment
Too early call in `lazy_sweep` slows down sweep phase, cause while loop breaks on `if (has_free_object) { ... return ... funny_falcon (Yura Sokolov)
10:08 AM Revision 72969cd3 (git): * vm_eval.c (vm_call0): should pass block to enumerators. patched
by Kazuki Tsujimoto. [ruby-dev:44961][Bug #5731]
* vm_eval.c (method_missing), vm_insnhelper.c (vm_call_method):
d...
nobu (Nobuyoshi Nakada)
09:59 AM Feature #5945 (Assigned): Add the ability to mark a at_exit as process-local.
I'd like to propose a enhancement to `at_exit`.
It would be nice if you could stop a `at_exit` handler from running...
robertgleeson (Robert Gleeson)
05:37 AM Revision cba57022 (git): * test/readline/test_readline.rb (test_completion_encoding): test on more locales.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:31 AM Revision bfaba73e (git): * file.c (append_fspath): need to set the encoding to result always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:39 AM Revision 44666293 (git): * 2012-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:39 AM Revision 5625355c (git): * test/irb/test_completion.rb: skip if cannot load irb/completion
(maybe readline does not exist).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34395 b2dd03c8-39d4-4d8f-98ff-82...
U.Nakamura

01/29/2012

06:53 PM Bug #5940: Resolve conflict between inheritance and mixins
What you want is a feature planned for Ruby 2.0 called Module#prepend (as compared to Module#include).

Konstantin...
rkh (Konstantin Haase)
02:24 PM Revision 19718978 (git): Skip test if locale is not Japanese nor UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:50 PM Revision b8015415 (git): Updated these files to detect AIX 7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Yutaka Kanemoto
10:48 AM Feature #5896: object representation in rb_enc_vsprintf()
警告については、gccの拡張ですしPRINTF_ARGSを諦めるのどうですか?
拡張した時点でprintf書式に合わないのはしようがないと思います。
tarui (Masaya Tarui)
03:18 AM Revision d5258cbe (git): * 2012-01-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 AM Revision f3dabace (git): * ext/readline/readline.c (readline_attempted_completion_function):
respect encodings. [Bug #5941]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34391 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
12:36 AM Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
Sorry for late reply.
As deshi says, that's not a bug, it's a feature.
naruse (Yui NARUSE)

01/28/2012

08:53 PM Bug #5940: Resolve conflict between inheritance and mixins
On 28.01.2012, at 01:53, Mario Lanza wrote:
>
> Some in the Ruby community (like Chad Fowler) have noticed issues...
rue (Eero Saynatkari)
08:53 AM Bug #5940 (Closed): Resolve conflict between inheritance and mixins
Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's p... mlanza (Mario Lanza)
08:12 PM Bug #5933: thin と Rack::FiberPool で SEGV が発生
ruby 1.9.3p28 (2012-01-28 revision 34386) [x86_64-darwin11.2.0] で試したところ、再現しません。
trunk では rails-3.2.0 が動かなかったので試すことが出...
hsbt (Hiroshi SHIBATA)
09:51 AM Bug #5812 (Closed): test-all is stuck on Windows
This issue was solved with changeset r34387.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
05:53 AM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
This issue was solved with changeset r34384.
foo, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
12:51 AM Revision a65f6649 (git): * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't
terminate by CTRL-C on Windows.
[ruby-dev:45149] [Bug #5812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343...
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision bb659206 (git): * test/ruby/test_thread.rb
(TestThreadGroup#test_thread_timer_and_interrupt): skip exit status
assertion because we cannot get signal status o...
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision 494fd237 (git): * thread_win32.c (rb_w32_wait_events_blocking): use
ruby_thread_from_native() instead of GET_THREAD() because
GET_THREAD() doesn't always return the current thread and...
h.shirosaki (Hiroshi Shirosaki)
12:51 AM Revision 11de7c03 (git): * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): set
binmode explicitly for fixing test error on Windows. This is consistent
with r34243.
[ruby-dev:45149] [Bug #5812]...
h.shirosaki (Hiroshi Shirosaki)

01/27/2012

11:48 PM Bug #5831: URI.extract not properly extracting URIs with trailing slash followed by single quote
I have reading lib/uri/common.rb, I found the URI.extract's behavior is split url with whitespace. so i think you rep... xds2000 (deshi xiao)
09:21 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
1.9.2p290, Rails-3.2.1 の環境で SEGV が発生しました。
/Users/hsbt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesu...
hsbt (Hiroshi SHIBATA)
08:53 PM Revision a16b7828 (git): * 2012-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:53 PM Revision 8f655293 (git): * 2012-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:53 PM Revision 4201e2b3 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
nobu (Nobuyoshi Nakada)
08:53 PM Revision ef72bdf2 (git): * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):
ignore non-string name modules. [ruby-core:42244][Bug #5938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@343...
nobu (Nobuyoshi Nakada)
05:29 PM Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
>ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Copy this into irb and press tab :)
module Fo...
eagspoo (foo bar)
02:22 PM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
Hi.
I make the following patch. Is it acceptable?
diff --git a/configure.in b/configure.in
index 085dfcf..f41e...
authorNari (Narihiro Nakamura)
08:13 AM Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
Motohiro KOSAKI wrote:
> You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only nee...
kernigh (George Koehler)
11:17 AM Bug #5812: test-all is stuck on Windows
すばらしい!
commitしてください。
usa (Usaku NAKAMURA)
08:04 AM Feature #5937: Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
Oops, forgot patch drbrain (Eric Hodel)
07:59 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
The attached patch allows Zlib::Inflate users to supply dictionaries ahead of time in order to avoid handling the Zli... drbrain (Eric Hodel)
07:35 AM Revision 0c5cfb68 (git): * common.mk (test-ruby): pass TESTS for options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:31 AM Revision c940d3fa (git): * 2012-01-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:31 AM Revision a92dd46d (git): * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculate
from HEAP_ALIGN_LOG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

01/26/2012

10:29 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
1.9.2p290, Rails-3.2.0, thin-1.3.1 に Rack::FiberPool ( https://github.com/mperham/rack-fiber_pool )を組み合わせると必ず SEGV しま... hsbt (Hiroshi SHIBATA)
10:25 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
1.9.2p290, Rails-3.2.0 の環境で RSpec を実行している途中に GC 周りで SEGV したので報告します。
https://gist.github.com/1682615
同じ箇所を再度実行して...
hsbt (Hiroshi SHIBATA)
07:17 PM Bug #5931 (Rejected): Random SEGV during execution on YARD specs
Hello, I experience random segfauls when running YARD 0.7.4 test suite. Note that the Ruby was build using GCC 4.7. Y... vo.x (Vit Ondruch)
02:36 PM Bug #5930: source_location of blocks incorrect
I've verified this behaviour under the following versions:
works: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-d...
charlton (Charlton Wang)
02:15 PM Bug #5930 (Closed): source_location of blocks incorrect
Similar to bug #2427 but maybe the opposite problem. Newer versions of ruby appear to store the source locations of b... charlton (Charlton Wang)
11:59 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
=begin
If a deflate stream requires a dictionary and the block of data is short it is impossible to decompress the d...
drbrain (Eric Hodel)
07:10 AM Revision 087b9f94 (git): * 2012-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:10 AM Revision 05a579c9 (git): Forward port r34151 from ruby_1_8_7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:32 AM Feature #5856: Feature: Raise any object
One can rescue Exception (or Object); this also rescues SystemExit, Interrupt, etc. There is plenty of code out ther... kstephens (Kurt Stephens)
03:04 AM Revision 68bf801c (git): * lib/matrix.rb: Clean up extra whitespace in output documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)

01/25/2012

06:24 PM Revision 16249968 (git): * 2012-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:24 PM Revision 8335ce70 (git): * ext/io/console/console.c (io_getch): default delegating method
for StringIO. https://github.com/nobu/io-console/issues/4
* ext/stringio/stringio.c: moved some methods to hidden mo...
nobu (Nobuyoshi Nakada)
11:32 AM Bug #5919 (Closed): File singleton methods (expand_path, realpath, dirname, basename, extname) should respect encodings
This issue was solved with changeset r34372.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
04:27 AM Revision 97f0b0f5 (git): * file.c (rb_file_s_basename): ignore non-ascii extension in
different encoding, which cannot match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34375 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
02:40 AM Revision b094ab09 (git): * file.c (rmext): no extension to strip if empty string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Revision a2905fb2 (git): * 2012-01-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:32 AM Revision ed469831 (git): * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
(rb_enc_path_last_separator, rb_enc_path_end)
(ruby_enc_find_basename, ruby_enc_find_extname): encoding-aware
pat...
nobu (Nobuyoshi Nakada)

01/24/2012

02:20 PM Feature #5895 (Closed): rb_iter_break_value
This issue was solved with changeset r34369.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
12:10 PM Feature #5895 (Assigned): rb_iter_break_value
Please check in. matz (Yukihiro Matsumoto)
12:36 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
I accept this patch for trunk, except that Hash(nil) should return an empty hash, not nil.
Matz.
matz (Yukihiro Matsumoto)
12:28 PM Bug #5540 (Rejected): Final comma in argument list before block causes syntax error
Syntax error is intentional. It was caused by a 1.9.2 bug.
Matz.
matz (Yukihiro Matsumoto)
12:13 PM Feature #5861 (Rejected): String#version_compare
Stringクラスのメソッドにする必然性はないように思います。バージョン的比較というのはそこまで一般的ではないような。
不満があれば、理由を添えて再オープンしてください。
Matz.
matz (Yukihiro Matsumoto)
11:52 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
This issue was solved with changeset r34364.
Xuân, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
10:53 AM Bug #5925: Lazy initialization is not thread safe.
On Tue, Jan 24, 2012 at 10:06:21AM +0900, Hiroshi Nakamura wrote:
>
> Issue #5925 has been updated by Hiroshi Nak...
Anonymous
10:06 AM Bug #5925: Lazy initialization is not thread safe.
=begin
I think the author expected that Hash#replace is thread-safe, and it surely is in CRuby. (see rescue for doub...
nahi (Hiroshi Nakamura)
05:39 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
Change http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/uri/common.rb?r1=26887&r2=26888& introduced lazy initial... xbaldauf (Xuân Baldauf)
07:21 AM Revision abd135d3 (git): * object.c (rb_Hash): fix mixed declaration and code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:28 AM Revision e187c4ca (git): * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:20 AM Revision 04726dd7 (git): * vm.c (rb_iter_break_value): new function to break a block with
the value. [ruby-dev:45132] [Feature #5895]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34369 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
04:29 AM Revision d03199b6 (git): * object.c (rb_Hash): trivial optimization.
* test/ruby/test_object.rb (TestObject#test_convert_hash): fix
arguments order.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
04:02 AM Revision 498838c6 (git): * object.c (rb_Hash): add Kernel#Hash conversion method like
Array() or Float(). a patch from Run Paint Run Run. Fix #3131
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34...
matz (Yukihiro Matsumoto)
04:00 AM Revision ac2683c8 (git): Additional test for r34358.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:52 AM Revision b9e48061 (git): * 2012-01-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:52 AM Revision edb7cdf1 (git): * lib/uri/common.rb (URI.encode_www_form_component): initialize on
requiring to support JRuby, which runs parallel multithreads.
[ruby-core:42222] [Bug #5925]
* lib/uri/common.rb (U...
naruse (Yui NARUSE)
 

Also available in: Atom