[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:66653] [ruby-trunk - Bug #10563] [Closed] system() call hangs if command is too long
From:
usa@...
Date:
2014-12-03 02:29:01 UTC
List:
ruby-core #66653
Issue #10563 has been updated by Usaku NAKAMURA. Status changed from Assigned to Closed fixed at r48690. ---------------------------------------- Bug #10563: system() call hangs if command is too long https://bugs.ruby-lang.org/issues/10563#change-50263 * Author: Lars Benner * Status: Closed * Priority: Normal * Assignee: cruby-windows * Category: platform/windows * Target version: current: 2.2.0 * ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32] * Backport: 2.0.0: DONTNEED, 2.1: REQUIRED ---------------------------------------- In some situations another process, which was started using Kernel::system(), hangs right from the beginning, i.e. the process was started but nothing is actually executed. On my system this happened, when the single command string passed to system call exceeded 1022 characters. A very interesting fact is, that this only happens, if the command at the beginning is given with '/' in the path. After I replaced the '/' with '\', everything is working fine. Please find attached two scripts for reproducing this issue. Just call 'ruby caller.rb' and observe that everything hangs after the command line got to long. After changing the Ruby interpreter in the file. everything works as expected. ---Files-------------------------------- caller.rb (797 Bytes) callee.rb (283 Bytes) -- https://bugs.ruby-lang.org/