Project

General

Profile

Activity

From 07/03/2015 to 07/09/2015

07/09/2015

11:44 PM Bug #11342 (Feedback): ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit
Anthony Palermo wrote:
> make & sudo make install
> [1] 23519
> Password:
You may want to run `make && sudo mak...
nobu (Nobuyoshi Nakada)
10:17 PM Bug #11342: ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit
ruby 2.1.x compiles just fine aderium (Anthony Palermo)
10:16 PM Bug #11342 (Closed): ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit
~~~
make & sudo make install
[1] 23519
Password:
~~~
(snip)
~~~
option.c:886:33: error: expected declaration...
aderium (Anthony Palermo)
11:29 PM Bug #11341 (Third Party's Issue): Rails server command is not working fine
You load an extension library for 2.0 from 2.2.
Probably the usual rvm's bug.
~~~
0 ruby ...
nobu (Nobuyoshi Nakada)
05:03 PM Bug #11341: Rails server command is not working fine
The file which i uploaded is wrong one. sorry. This is the original one EshVal (Esh Val)
04:59 PM Bug #11341 (Third Party's Issue): Rails server command is not working fine
I wanted to run the rails server command and it's showing some log and it is crashed. EshVal (Esh Val)
11:12 PM Feature #10594: Comparable#clamp
Ferdinand Niedermann wrote:
> Here you go: https://github.com/ruby/ruby/pull/962
The failure condition should be ...
0x0dea (D.E. Akers)
08:28 PM Feature #10594: Comparable#clamp
Here you go: https://github.com/ruby/ruby/pull/962 nerdinand (Ferdinand Niedermann)
07:33 AM Feature #10594: Comparable#clamp
> That `min > max` should raise an `ArgumentError` seems the only logical conclusion.
I agree. I'll send another p...
nerdinand (Ferdinand Niedermann)
07:54 AM Revision 3e972a11 (git): test_process.rb: test for [Bug #11340]
* test/ruby/test_process.rb (test_wait_exception): test for r51202
and r51203. [Bug #11340]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
06:38 AM Revision b3544b25 (git): * win32/win32.c (waitpid): fixed return value of previous commit. thanks, nobu!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:11 AM Bug #11340 (Closed): Windows で Timeout.timeout を使って Process.waitpid を監視しても timeout が正しく動かない
Applied in changeset r51202.
----------
* win32/win32.c (waitpid): return immediately if interrupted.
reported by ...
usa (Usaku NAKAMURA)
05:00 AM Bug #11340 (Closed): Windows で Timeout.timeout を使って Process.waitpid を監視しても timeout が正しく動かない
以下のような、コードでプロセスの実行時間監視をしていたところ、
Windows とその他の環境で異なります。
~~~ruby
require 'timeout'
pid = Process.spawn('sleep',...
takkanm (三村 益隆)
06:10 AM Revision fcb79d53 (git): * win32/win32.c (waitpid): return immediately if interrupted.
reported by <takkanm AT gmail.com> [ruby-dev:49176] [Bug #11340]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
U.Nakamura
05:16 AM Feature #10829: Add to_proc method to the Array class
Have you seen Functors before?
https://www.ruby-forum.com/topic/4402886
baweaver (Brandon Weaver)
04:04 AM Revision f23adf74 (git): * vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
02:10 AM Revision d53e1a79 (git): * vm_core.h: remove rb_call_info_t::klass because
rb_callable_method_entry_t has information about defined class.
* vm_insnhelper.c (vm_search_method): don't set ci->k...
ko1 (Koichi Sasada)
01:19 AM Revision ea67287a (git): * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.
[fix GH-961] Patch by @billinghamj
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51199 b2dd03c8-39d4-4d8f-98ff-8...
hsbt (Hiroshi SHIBATA)
12:35 AM Revision dc2eb0c6 (git): * vm_core.h (rb_control_frame_t): fix comments (layout index).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
12:27 AM Bug #11327 (Closed): Improve duplicate key warning.
Applied in changeset r51196.
----------
* parse.y: Improve duplicate key warning with patch by @andremedeiros
[Fix...
zzak (zzak _)
12:27 AM Revision 701024f9 (git): * 2015-07-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:27 AM Revision d5e6c167 (git): * parse.y: Improve duplicate key warning with patch by @andremedeiros
[Fix GH-938] https://github.com/ruby/ruby/pull/938 [Bug #11327]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
zzak (zzak _)

07/08/2015

05:39 PM Bug #11152 (Feedback): Resolv::DNS should use Search Domains provided in /etc/resolv.conf by default
Hi,
It should parse your `/etc/resolv.conf` file. Can you post your `/etc/resolv.conf`? Maybe it's a problem wit...
tenderlovemaking (Aaron Patterson)
04:08 PM Feature #10594: Comparable#clamp
> I think there is even another option: Swapping the min and max values if they are passed in the wrong order.
I s...
0x0dea (D.E. Akers)
01:00 PM Feature #10594: Comparable#clamp
I think there is even another option: Swapping the min and max values if they are passed in the wrong order.
This ...
nerdinand (Ferdinand Niedermann)
11:35 AM Revision 39051ba1 (git): leakchecker.rb: close console
* test/lib/leakchecker.rb (LeakChecker#find_fds): close console
before find open FDs for each time.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
11:21 AM Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
Update: just tested with rubygems 2.4.8 and it generates BAT files correctly. I hope this version is planned for incl... jekader (Jeka Der)
10:08 AM Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
Hi and sorry for delay. My gem version is 2.4.5:
~~~
C:\Windows\system32>gem --version
2.4.5
C:\Windows\syste...
jekader (Jeka Der)
11:03 AM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
> Also, maybe the __APPLE__ || __HAIKU__ code above is suitable for all
OS, too.
I think so, and the following pa...
ngoto (Naohisa Goto)
02:58 AM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
[email protected] wrote:
> ~~~
> $ ruby -e 'a = IO.pipe; b = IO.pipe; p a; p b; pid = fork { exec("ruby", "-e"...
normalperson (Eric Wong)
12:47 AM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
Sometimes ASYNC BUG occurs, but it cannot be reproduced with truss.
~~~
$ ruby -e 'a = IO.pipe; b = IO.pipe; p a;...
ngoto (Naohisa Goto)
06:09 AM Revision 6c3d366b (git): resolver.rb: fix fd leaks
* lib/rubygems/resolver.rb (resolve): close UI output unless
debugging.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
05:05 AM Revision 023835f4 (git): basicsocket.c: swap examples [ci skip]
* ext/socket/basicsocket.c (bsock_do_not_reverse_lookup),
(bsock_do_not_reverse_lookup_set): [DOC] swap examples. t...
nobu (Nobuyoshi Nakada)
05:05 AM Revision ee750a8a (git): pass saved errno
* ext/socket/socket.c (socket_s_ip_address_list): pass saved errno
to rb_syserr_fail.
* ext/readline/readline.c (r...
nobu (Nobuyoshi Nakada)
01:59 AM Bug #11327: Improve duplicate key warning.
Agreed.
Matz
matz (Yukihiro Matsumoto)

07/07/2015

10:43 PM Revision 601c10e6 (git): * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:38 PM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
Can you try a higher fd number instead of 3?
Also, truss output would be useful.
Thanks.
normalperson (Eric Wong)
10:21 PM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
>Was there any output in stderr from this test?
nothing
Recently, the failure message is changed to below.
It ...
ngoto (Naohisa Goto)
04:58 PM Bug #11336: TestProcess#test_exec_fd_3_redirect failed on Solaris 10
Was there any output in stderr from this test? Thanks. normalperson (Eric Wong)
09:36 AM Bug #11336 (Closed): TestProcess#test_exec_fd_3_redirect failed on Solaris 10
On Solaris 10, TestProcess#test_exec_fd_3_redirect failed since r51146 (where the test was added).
~~~
1) Failu...
ngoto (Naohisa Goto)
09:59 PM Feature #11339 (Closed): [PATCH] io.c: avoid kwarg parsing in C API
~~~
rb_scan_args and hash lookups for kwargs in the C API are clumsy and
slow. Instead of improving the C API for ...
normalperson (Eric Wong)
07:51 PM Bug #11338 (Closed): [PATCH] iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Applied in changeset r51190.
----------
iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Fix RubyVM::InstructionSeq...
Anonymous
07:41 PM Bug #11338 (Closed): [PATCH] iseq.c (iseq_data_to_ary): dump kw_arg as symbol
iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Fix RubyVM::InstructionSequence#to_a after r49517
Keywords were ...
normalperson (Eric Wong)
07:50 PM Revision 011347e4 (git): iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Fix RubyVM::InstructionSequence#to_a after r49517
Keywords were made symbols to fix [Bug #10831] [ruby-core:68031],
s...
Eric Wong
06:29 PM Bug #11327: Improve duplicate key warning.
If matz will approve, and no objection, I will commit it. zzak (zzak _)
04:22 PM Feature #10594: Comparable#clamp
In the case of `min > max`, the options seem to be these:
* return `nil`
* return the receiver
* raise an `Argum...
0x0dea (D.E. Akers)
03:57 PM Revision fe94eaa5 (git): * test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumed
default external is UTF-8. fixed failures introduced at r51175.
* test/-ext-/symbol/test_type.rb
(Test_Symbol::Te...
U.Nakamura
03:42 PM Revision 3294c272 (git): * 2015-07-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:41 PM Revision d4397258 (git): * test/ruby/test_array.rb
(TestArray#test_short_heap_array_sort_bang_memory_leak): seems to need more
margin.
git-svn-id: svn+ssh://ci.ruby...
U.Nakamura
01:38 PM Feature #11337 (Closed): Allow rescue without begin inside blocks
While it's possible to have rescue's without begin in method definitions it's not possible to have the same facility ... rosenfeld (Rodrigo Rosenfeld Rosas)
09:21 AM Revision 4f66d02c (git): * random.c (fill_random_bytes_syscall): fix compile error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:20 AM Revision 7c94c028 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:48 AM Revision 2fb7e7df (git): compile.c (COMPILE_ERROR): reduce GET_THREAD() calls
Shorten a long line and reduce global variable access, giving
a minor code size reduction (at least on 32-bit x86):
...
Eric Wong
07:46 AM Revision 50c0a200 (git): random.c: fix failures on old Linux
This follows the behavior of fill_random_bytes_urandom and fixes
the following failures I encountered on my old machi...
Eric Wong
06:26 AM Revision bcd96d92 (git): random.c: try getrandom
* random.c (fill_random_bytes_syscall): try getrandom system call
on Linux if supported by the kernel.
git-svn-id:...
nobu (Nobuyoshi Nakada)
06:25 AM Revision e96955e8 (git): random.c: separate fill_random_bytes
* random.c (fill_random_bytes): separate into functions by system
call and by direct read of urandom device.
git-s...
nobu (Nobuyoshi Nakada)
06:02 AM Revision 8a0ab36d (git): file.c: skip invalid byte
* file.c (rb_str_normalize_ospath): skip invalid byte sequence not
to loop infinitely. this case usually does not ...
nobu (Nobuyoshi Nakada)
05:41 AM Revision 548497d5 (git): * vm_backtrace.c: remove debug flag introduced accidentaly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:40 AM Bug #11221: Fix indentation in Zlib documentation
ruby_2_1 r51178 merged revision(s) 50834. usa (Usaku NAKAMURA)
04:40 AM Revision c7458b51 (git): merge revision(s) 50834: [Backport #11221]
* ext/zlib/zlib.c: Fix indentation for rdoc.
[Bug #11221][ruby-core:69465]
git-svn-id: svn+ssh://ci.ruby-...
U.Nakamura
04:38 AM Bug #11249: Fix require paths for BigDecimal and io-console
ruby_2_1 r51177 merged revision(s) 50860. usa (Usaku NAKAMURA)
04:37 AM Revision a0cf0fbd (git): merge revision(s) 50860: [Backport #11249]
* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.
[fix GH-929] Patch by @voxik
...
U.Nakamura
04:24 AM Revision e25bb03e (git): merge revision(s) 50972:
test_gem_remote_fetcher.rb: get rid of errors
* test/rubygems/test_gem_remote_fetcher.rb (start_ssl_server):...
U.Nakamura
03:49 AM Revision c53464c7 (git): symbol.c: preserve encoding
* symbol.c (rb_check_id, rb_check_symbol): preserve encoding of
the given name.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
03:08 AM Revision 135c7572 (git): * cont.c (cont_free): remove mysterious fflush()
introduced at r19890, maybe accidentaly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51174 b2dd03c8-39d4-4d8...
ko1 (Koichi Sasada)
02:52 AM Revision c5dad98c (git): * proc.c (rb_method_call): because data->me should be non-NULL,
do not check data->me
* proc.c (method_inspect): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51173 b2...
ko1 (Koichi Sasada)
02:41 AM Revision f395c5be (git): * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()
no longer exists.
* iseq.c: don't use rb_iseq_t::orig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51172 b2d...
ko1 (Koichi Sasada)
02:27 AM Revision 16a68369 (git): * iseq.c, internal.h (rb_iseq_clone): removed because we don't need to
clone iseq any more.
* class.c (clone_method): share iseq between cloned methods. All of
method dependent informati...
ko1 (Koichi Sasada)

07/06/2015

07:45 PM Revision bbf7495f (git): string.c: ensure String#freeze resizes internal buffer
rb_str_freeze may resize oversized buffers to save memory, so favor
it over rb_obj_freeze. This is useful because IO...
Eric Wong
07:13 PM Revision 57f2c607 (git): * vm.c (vm_define_method): remove an unused local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:08 PM Revision 5c4d7b9a (git): * vm_core.h: remove rb_iseq_t::defined_method_id because it is not
needed.
* eval.c (frame_func_id): simplify. rb_callable_method_entry_t
has enough information.
* eval.c (frame_call...
ko1 (Koichi Sasada)
06:48 PM Revision ce457442 (git): * vm_core.h: remove a useless declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:44 PM Revision 02d58689 (git): * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
* internal.h, iseq.c (rb_iseq_klass): remove it because
rb_iseq_t::klass is removed.
* vm_insnhelper.c (vm_super_ou...
ko1 (Koichi Sasada)
04:54 PM Revision 202643de (git): * cont.c (fiber_init): initialize control frame correctly.
This fix does not affect any ordinal execution, but
affects debug prints.
git-svn-id: svn+ssh://ci.ruby-lang.org...
ko1 (Koichi Sasada)
04:49 PM Revision bba7c4b0 (git): * 2015-07-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:49 PM Revision 73c0f4f7 (git): * test/ruby/test_array.rb
(TestArray#test_short_heap_array_sort_bang_memory_leak): relax the threshold
to get rid of a false positive failure...
U.Nakamura
03:26 PM Feature #10594: Comparable#clamp
I tried the basic implementation (adaption of `#between?`). What should we do about cases like these?
```
irb(main)...
nerdinand (Ferdinand Niedermann)
01:49 PM Revision 62147303 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:03 AM Bug #3351 (Closed): stack overflow on super
Applied in changeset r51161.
----------
* vm_insnhelper.c (vm_search_super_method): do not skip calling
same metho...
ko1 (Koichi Sasada)
08:38 AM Bug #3351: stack overflow on super
Agreed.
Matz.
matz (Yukihiro Matsumoto)
09:02 AM Revision c8854d2c (git): * vm_insnhelper.c (vm_search_super_method): do not skip calling
same methods in super.
[Bug #3351]
* test/ruby/test_super.rb: fix a test.
git-svn-id: svn+ssh://ci.ruby-lang.org...
ko1 (Koichi Sasada)
09:00 AM Revision 415e9cef (git): * ext/tk/tcltklib.c: removed deprecated safe level.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:35 AM Revision b07e78fa (git): * method.h, proc.c (rb_method_entry_location): make it static
and remoev prefix `rb_' because it is used only in proc.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51159...
ko1 (Koichi Sasada)
08:27 AM Revision 4d419a54 (git): * test/lib/memory_status.rb: removed redundant path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
04:55 AM Bug #11316 (Closed): ruby 2.2 on Windows generates incorrect BAT files for gems
and imported to trunk at r49511. usa (Usaku NAKAMURA)
04:48 AM Bug #11316 (Rejected): ruby 2.2 on Windows generates incorrect BAT files for gems
Fixed at https://github.com/rubygems/rubygems/commit/f9232680 nobu (Nobuyoshi Nakada)
02:24 AM Revision 0918c27a (git): string.c: register_fstring
* string.c (register_fstring): separate registration from
rb_fstring().
* string.c (rb_fstring_new): skip argument...
nobu (Nobuyoshi Nakada)

07/05/2015

11:03 PM Revision 87954dd8 (git): fix multiple load
* test/rubygems/test_gem_commands_install_command.rb: previously
load rubygems/request_set which will be required i...
nobu (Nobuyoshi Nakada)
08:55 PM Revision 77eea6f9 (git): test/ruby/test_array.rb: longer timeout for memory leak test
This was causing CI failures on ko1's test box
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51155 b2dd03c8-39d4...
Eric Wong
04:18 PM Revision 1f3971e0 (git): * 2015-07-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:18 PM Revision ecb6ea2a (git): parallel.rb: upper directory
* test/lib/test/unit/parallel.rb: make @@project_dir one level
upper as this file had moved one level deeper.
git-...
nobu (Nobuyoshi Nakada)
02:54 PM Revision 9b37b750 (git): Fix typo in optparse library [ci skip] [Fix GH-956]
* lib/optparse.rb: [DOC] Fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51152 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
11:27 AM Bug #11335 (Closed): `ruby -r debug` catchpoint problem
With a `test-debug.rb` like this:
~~~
raise 'test'
~~~
And starting the debugger like this:
~~~
ruby -r d...
sigsys (Math Ieu)
09:28 AM Revision 4f1178ac (git): gc.c (gc_profile_record_get): fix spelling error in keys
This may cause compatibility problems for some users, but maybe
nobody tracked it closely in the past because it is d...
Eric Wong
08:05 AM Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
No issue with a fresh ruby-2.2.2-p95-x86-mingw either.
Deka, what do you get for "gem --version" ? Check which gem...
leriksen (Leif Eriksen)
03:42 AM Bug #11316 (Third Party's Issue): ruby 2.2 on Windows generates incorrect BAT files for gems
It's generated by rubygems, not ruby's installer. nobu (Nobuyoshi Nakada)
02:20 AM Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
I tested this against ruby 2.2.2p95 x64-mingw without issue.
rhc.bat appears to be correct.
~~~
@ECHO OFF
IF ...
leriksen (Leif Eriksen)
05:58 AM Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
Hi,
I think it is useful Time.parse specifications on the document.
This patch is fix operation to along specific...
nkmrya (Yasuhiro Nakamura)
05:54 AM Revision cd56fbdf (git): * README.md: fix a typo pointed out by raoulvdberge. [ci skip] [DOC]
https://github.com/ruby/ruby/pull/953#commitcomment-11998186
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51150...
nagachika (Tomoyuki Chikanaga)
03:56 AM Revision 7f3ab1cc (git): Update README.md [ci skip] [Fix GH-953]
* README.md: Added link HowToReport bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51149 b2dd03c8-39d4-4d8f...
nobu (Nobuyoshi Nakada)
03:03 AM Bug #11332: Arrayの操作でcrubyインタプリタのメモリリークが起きる
rev.51148 で実行して直っていることを確認しました metanest (Makoto Kishimoto)
01:52 AM Bug #11332 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
Applied in changeset r51147.
----------
array.c: fix memory leak
* array.c (rb_ary_sort_bang): the original array m...
nobu (Nobuyoshi Nakada)
12:41 AM Bug #11332: Arrayの操作でcrubyインタプリタのメモリリークが起きる
`pop`だけで起きるのはOSXのlibc固有のようでした。
Linuxではたしかに4要素から3要素に減らしたあとでsort!した場合だけのようです。
nobu (Nobuyoshi Nakada)
02:03 AM Revision 46062034 (git): test_process.rb: reap pid
* test/ruby/test_process.rb (test_exec_fd_3_redirect): should reap
the grandchild process, in common.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
01:51 AM Revision 48129219 (git): array.c: fix memory leak
* array.c (rb_ary_sort_bang): the original array may not be
embedded even if a substitution array is embedded, as i...
nobu (Nobuyoshi Nakada)
12:40 AM Revision 033e8e5b (git): test/ruby/test_process.rb: test for fd=3 usability in child
Ensure we can redirect anything to fd=3 in a child process. This
test exists because fd=3 is a commonly reserved FD ...
Eric Wong

07/04/2015

11:20 PM Bug #11332: Arrayの操作でcrubyインタプリタのメモリリークが起きる
`Array#pop`だけで起きるような気がします。
~~~
$ for i in 1 5 10 100 1000 10000; do echo; echo $i; ruby2.2 -r ./test/lib/memory_s...
nobu (Nobuyoshi Nakada)
03:15 PM Bug #11332: Arrayの操作でcrubyインタプリタのメモリリークが起きる
`ruby -e 'loop { [1, 2, 3, 4].tap(&:pop).sort! }'` とすると、同じ現象と思われるメモリ増加が確認できました。
(ruby 2.2.2p95 (2015-04-13 revision ...
wanabe (_ wanabe)
02:35 PM Bug #11332 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
きしもとです
`Array` の `sort!` と、`pop` または `shift` の操作を組み合わせると、わずか
ですが ruby インタプリタのメモリリークを引き起こすようです。多数回
繰返すと、どんどん大きくなり...
metanest (Makoto Kishimoto)
09:28 PM Bug #10902: require("enumerator") scans LOAD_PATH 2x on every invocation
I tried to fix it int load.c, but failed rubyspec:
http://80x24.org/spew/m/1436044472-18990-1-git-send-email-e@80x24...
normalperson (Eric Wong)
04:53 PM Revision 4ea870cd (git): * 2015-07-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:52 PM Revision 805d0a46 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:54 PM Bug #11334 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
wanabe (_ wanabe)
02:47 PM Bug #11334 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
きしもとです

Array の sort! と、pop または shift の操作を組み合わせると、わずか
ですが ruby インタプリタのメモリリークを引き起こすようです。多数回
繰返すと、どんどん大きくなります。...
metanest (Makoto Kishimoto)
02:54 PM Bug #11333 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
「メールをチケットにする」操作のミスで重複チケットを作ってしまったので閉じます。
失礼いたしました。
wanabe (_ wanabe)
02:35 PM Bug #11333 (Closed): Arrayの操作でcrubyインタプリタのメモリリークが起きる
きしもとです

Array の sort! と、pop または shift の操作を組み合わせると、わずか
ですが ruby インタプリタのメモリリークを引き起こすようです。多数回
繰返すと、どんどん大きくなります。...
metanest (Makoto Kishimoto)
02:25 PM Bug #11060: load(fifo) blocks whole process
Backported into `ruby_2_2` branch at r51143. nagachika (Tomoyuki Chikanaga)
02:24 PM Revision 31539009 (git): merge revision(s) 50887,50896,50902: [Backport #11060]
* file.c (rb_file_load_ok): try opening file without gvl not to
lock entire process. [Bug #11060]
git-sv...
nagachika (Tomoyuki Chikanaga)
11:54 AM Revision 39be41cb (git): all?, any?, one?, none? of empty Enumerable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:43 AM Revision aebf152e (git): * Add test case for empty array and first method with args.
Patch by @yui-knk [fix GH-955]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51141 b2dd03c8-39d4-4d8f-98ff-823fe...
hsbt (Hiroshi SHIBATA)
10:39 AM Revision a894e920 (git): * Add test for `Enumerable#sort` with block. Patch by @yui-knk
[fix GH-954]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
05:49 AM Revision df11c9c5 (git): enum.c: remove volatile, use RB_GC_GUARD
volatile appears unnecessary in most cases as the VALUEs are used as
arguments of uninlined functions. Even worse, v...
Eric Wong
05:33 AM Feature #11331 (Closed): [PATCH] load.c: use fstring for loaded features and expanded load path
Loaded features is an obvious candidate for fstring since
feature paths of Ruby sources are included in iseq locatio...
normalperson (Eric Wong)
05:28 AM Feature #11330 (Closed): [PATCH] string.c: ensure String#freeze resizes internal buffer
rb_str_freeze may resize oversized buffers to save memory, so favor
it over rb_obj_freeze. This is useful because I...
normalperson (Eric Wong)
04:38 AM Bug #11326: Defining a writer as a Struct member allowed?
[email protected] wrote:
> Eric Wong wrote:
> > I suggest banning it (barely-tested patch):
>
> +1

OK with ...
normalperson (Eric Wong)
01:43 AM Bug #11222 (Closed): make test-all 時の TESTS に -j オプションをつけるとファイルが多重ロードされる
Applied in changeset r51138.
----------
test_case.rb: fix multiple load
* lib/rubygems/test_case.rb (teardown): do ...
nobu (Nobuyoshi Nakada)
01:43 AM Revision 5c19a5fa (git): test_case.rb: fix multiple load
* lib/rubygems/test_case.rb (teardown): do not delete features
loaded from the original load paths, the same librar...
nobu (Nobuyoshi Nakada)
01:30 AM Misc #11329 (Closed): Improved documentation grammar for open-uri#open option
Minor documentation readability improvement vpafodaf (D Hudson)
12:47 AM Revision 443ce92b (git): * 2015-07-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:47 AM Revision 8bfc0b65 (git): vm.c: reduce branches for always-set VM fields
thgroup_default, mark_object_ary, load_path, load_path_snapshot,
expanded_load_path, loaded_features, loaded_features...
Eric Wong

07/03/2015

08:14 PM Bug #11201: pkg_config NoMethodError when finding other -config program
Backported into `ruby_2_2` branch at r51135. nagachika (Tomoyuki Chikanaga)
09:45 AM Bug #11201: pkg_config NoMethodError when finding other -config program
ruby_2_1 r51123 merged revision(s) 50717. usa (Usaku NAKAMURA)
08:13 PM Revision 7b2a41d3 (git): merge revision(s) 50717: [Backport #11201]
* lib/mkmf.rb (pkg_config): split --libs if --libs-only-l option
is not available. patch in [ruby-core:694...
nagachika (Tomoyuki Chikanaga)
08:05 PM Feature #10672: Enable SSL on cache.ruby-lang.org
This is really great, and addresses the hardest part of my request. Thank you to Fastly for supporting the open sourc... konklone (Eric Mill)
12:56 AM Feature #10672 (Closed): Enable SSL on cache.ruby-lang.org
I launched https CDN at 03/07/2015 JST.
Please use https://cache.ruby-lang.org
I appreciated fastly's suppot.
hsbt (Hiroshi SHIBATA)
07:58 PM Bug #11192: capture group special variable with large index invokes UB
Backported into `ruby_2_2` at r51134. nagachika (Tomoyuki Chikanaga)
07:33 PM Bug #11192: capture group special variable with large index invokes UB
sorry, previous commet is a mistake. nagachika (Tomoyuki Chikanaga)
07:31 PM Bug #11192: capture group special variable with large index invokes UB
Backported into `ruby_2_2` branch at r51132. nagachika (Tomoyuki Chikanaga)
09:39 AM Bug #11192: capture group special variable with large index invokes UB
ruby_2_1 r51122 merged revision(s) 50671. usa (Usaku NAKAMURA)
07:57 PM Revision 72fa2ec3 (git): merge revision(s) 50671: [Backport #11192]
* compile.c (iseq_compile_each): out of range NTH_REF is always
nil.
* parse.y (parse_numvar): che...
nagachika (Tomoyuki Chikanaga)
07:45 PM Bug #11117: When you refine String with to_regexp, then it breaks Regexp.try_convert even when the refinement is not used
Backported into `ruby_2_2` branch at r51133. nagachika (Tomoyuki Chikanaga)
08:55 AM Bug #11117: When you refine String with to_regexp, then it breaks Regexp.try_convert even when the refinement is not used
ruby_2_1 r51119 merged revision(s) 50430,50440. usa (Usaku NAKAMURA)
07:44 PM Revision 8ff3a728 (git): merge revision(s) 50430,50440: [Backport #11117]
* vm_eval.c (rb_method_call_status): undefined refined method is
not callable unless using. [ruby-core:690...
nagachika (Tomoyuki Chikanaga)
07:33 PM Bug #11162: Update documentation for CMath library
Backported into ruby_2_2 branch at r51132. nagachika (Tomoyuki Chikanaga)
09:13 AM Bug #11162: Update documentation for CMath library
ruby_2_1 r51121 merged revision(s) 50793,51120. usa (Usaku NAKAMURA)
07:31 PM Revision 306ed7c0 (git): merge revision(s) 50793,51120: [Backport #11162]
* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]
Patch provided by @davydovanton
git-svn-id:...
nagachika (Tomoyuki Chikanaga)
07:30 PM Bug #11327 (Closed): Improve duplicate key warning.
This change rephrases the duplicate key warning, which causes some confusion.
Before:
~~~
/Users/andre/bug.rb:...
superdealloc (Andre Medeiros)
07:27 PM Revision 5f938625 (git): merge revision(s) 50972:
test_gem_remote_fetcher.rb: get rid of errors
* test/rubygems/test_gem_remote_fetcher.rb (start_ssl_server):...
nagachika (Tomoyuki Chikanaga)
06:55 PM Bug #11045: ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior
Backported into `ruby_2_2` branch at r51130. nagachika (Tomoyuki Chikanaga)
06:55 PM Revision aa4dc2b0 (git): merge revision(s) 50366: [Backport #11045]
* test/ruby/test_m17n_comb.rb: test_str_crypt split into strict
and non-strict versions to allow masking out non-st...
nagachika (Tomoyuki Chikanaga)
06:51 PM Bug #11254: [BUG] no corresponding cfp
Backported into `ruby_2_2` at r51129. nagachika (Tomoyuki Chikanaga)
06:50 PM Revision b94b3260 (git): merge revision(s) 50850: [Backport #11254]
vm.c: break from orphan block
* vm.c (rb_vm_search_cf_from_ep): break from orphan block is
possible condit...
nagachika (Tomoyuki Chikanaga)
12:55 PM Revision 6282b156 (git): * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading):
fix previous commit. [Bug #11060]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@51128 b2dd03c8-39d...
U.Nakamura
11:37 AM Bug #11278: remove rb_control_frame_t::klass
I committed this change. If you find any regression, please report about it.
I measured some applications with htt...
ko1 (Koichi Sasada)
11:25 AM Bug #11278 (Closed): remove rb_control_frame_t::klass
Applied in changeset r51126.
----------
* method.h: introduce rb_callable_method_entry_t to remove
rb_control_fram...
ko1 (Koichi Sasada)
11:25 AM Revision 8895c18d (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:25 AM Bug #11279 (Closed): remove rb_control_frame_t::klass
Applied in changeset r51126.
----------
* method.h: introduce rb_callable_method_entry_t to remove
rb_control_fram...
ko1 (Koichi Sasada)
11:24 AM Revision 5e8a1474 (git): * method.h: introduce rb_callable_method_entry_t to remove
rb_control_frame_t::klass.
[Bug #11278], [Bug #11279]
rb_method_entry_t data belong to modules/classes.
rb_meth...
ko1 (Koichi Sasada)
11:05 AM Bug #11060: load(fifo) blocks whole process
Nobuyoshi Nakada wrote:
> Franck Verrot wrote:
> > I can't reproduce the same errors without correcting the typo (o...
cesario (Franck Verrot)
08:52 AM Bug #11060: load(fifo) blocks whole process
ruby_2_1 r51118 merged revision(s) 50887,50896,50902. usa (Usaku NAKAMURA)
10:30 AM Revision b0ed2765 (git): * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading):
ignore Errno::ENOENT on unlinking. [Bug #11060]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@5112...
U.Nakamura
10:15 AM Revision 759d1288 (git): merge revision(s) 49235: [Backport #10711]
numeric.c: fix message
* numeric.c (coerce_failed): fix the error message on non-flonum
platforms.
git-sv...
U.Nakamura
09:43 AM Revision f81db3c8 (git): merge revision(s) 50717: [Backport #11201]
* lib/mkmf.rb (pkg_config): split --libs if --libs-only-l option
is not available. patch in [ruby-core:694...
U.Nakamura
09:39 AM Revision bf571987 (git): merge revision(s) 50671: [Backport #11192]
* compile.c (iseq_compile_each): out of range NTH_REF is always
nil.
* parse.y (parse_numvar): che...
U.Nakamura
09:25 AM Bug #11326: Defining a writer as a Struct member allowed?
Eric Wong wrote:
> I suggest banning it (barely-tested patch):
+1
nobu (Nobuyoshi Nakada)
08:28 AM Bug #11326: Defining a writer as a Struct member allowed?
[email protected] wrote:
> I don't have a strong opinion whether defining a writer member should
> be possible o...
normalperson (Eric Wong)
07:38 AM Bug #11326 (Closed): Defining a writer as a Struct member allowed?
Hi,
yesterday I've stumbled on weird behavior defining writers as Struct members.
While this code works on MRI ...
splattael (Peter Leitzen)
09:12 AM Revision a57c9250 (git): merge revision(s) 50793,51120: [Backport #11162]
* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]
Patch provided by @davydovanton
git-svn-id:...
U.Nakamura
09:08 AM Revision 6ddfcd93 (git): * lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as a
custom, single quote is seen as the same as apostrophe in computer typography.
[skip ci]
git-svn-id: svn+ssh://ci...
U.Nakamura
08:55 AM Revision 1bd36e36 (git): merge revision(s) 50430,50440: [Backport #11117]
* vm_eval.c (rb_method_call_status): undefined refined method is
not callable unless using. [ruby-core:690...
U.Nakamura
08:51 AM Revision dffe87c7 (git): merge revision(s) 50887,50896,50902: [Backport #11060]
* file.c (rb_file_load_ok): try opening file without gvl not to
lock entire process. [Bug #11060]
git-sv...
U.Nakamura
08:33 AM Bug #10967: Is "warning: private attribute?" wrong?
Is this a spec change or a bug? usa (Usaku NAKAMURA)
07:15 AM Feature #10594: Comparable#clamp
That does make a lot of sense. I'll send another pull request. nerdinand (Ferdinand Niedermann)
05:30 AM Revision 3e5988b2 (git): file.c: _wfreopen_s on mingw
* win32/file.c: some mingw compilers need a tweek for the
declarations of _wfreopen_s. [Bug #11320]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
03:25 AM Bug #11324 (Closed): Encoding to a String's own encoding with some options fails
Applied in changeset r51116.
----------
transcode.c: empty encoding name
* transcode.c (rb_econv_set_replacement): ...
nobu (Nobuyoshi Nakada)
03:25 AM Revision e0ec0c7d (git): transcode.c: empty encoding name
* transcode.c (rb_econv_set_replacement): target encoding name can
be empty now. [ruby-core:69841] [Bug #11324]
g...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom