Project

General

Profile

Activity

From 08/01/2011 to 08/07/2011

08/07/2011

11:55 PM Feature #4645 (Feedback): Pass existing buffer to getsockopt
kosaki (Motohiro KOSAKI)
11:38 PM Bug #4457 (Closed): Time#strftime で %z 指定子などに大きな幅を指定した際の不具合
This issue was solved with changeset r32885.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby...
kosaki (Motohiro KOSAKI)
11:20 PM Bug #5090 (Closed): Segfault using Enumerator
kosaki (Motohiro KOSAKI)
10:44 PM Feature #5157 (Closed): [PATCH] add -Wunused-variable to CFLAGS
This issue was solved with changeset r32883.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
kosaki (Motohiro KOSAKI)
10:35 PM Bug #5166 (Closed): Documentation for OpenSSL::Digest
Adding documentation for OpenSSL::Digest.digest.
Adding a third example for OpenSSL::Digest use.
sdaubert (Sylvain Daubert)
06:54 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
2011/8/6 Tanaka Akira <[email protected]>:
> 2011/8/4 KOSAKI Motohiro <[email protected]>:
>
>> but look, d...
kosaki (Motohiro KOSAKI)
06:54 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Hi Vit

>> * test/io/console/test_io_console.rb (test_noctty): daemon() on
>>   OpenBSD seems not to detach the ...
kosaki (Motohiro KOSAKI)
05:24 PM Bug #5152: TestDateNew#test_civil が GC.stress = true 下で Failure
とりあえずコミットしておいて下さい。 tadf (tadayoshi funaba)
03:11 PM Revision cf4207a7 (git): merge revision(s) 32859:
* test/test_syslog.rb (TestSyslog#test_log): Do not be too
specific about the log line format. Fixes #5081...
kosaki (Motohiro KOSAKI)
02:40 PM Revision 4a5a6f4a (git): merge revision(s) 32885:
* time.c (rb_strftime_alloc): raise ERANGE if width is too large.
Patch by Nobuyoshi Nakada. [Bug #4457] [r...
kosaki (Motohiro KOSAKI)
02:38 PM Revision f2f14f57 (git): * time.c (rb_strftime_alloc): raise ERANGE if width is too large.
Patch by Nobuyoshi Nakada. [Bug #4457] [ruby-dev:43285]
* test/ruby/test_time.rb (class TestTime): add a test for th...
kosaki (Motohiro KOSAKI)
01:52 PM Revision 9c760d0a (git): * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.
Patch by Eric Wong. [Feature #5157] [ruby-core:38798]
* ext/openssl/ossl_asn1.c (ossl_asn1_decode): ditto.
* ext/open...
kosaki (Motohiro KOSAKI)
01:43 PM Revision b6c6ce11 (git): * configure.in: add -Wunused-variable to default CFLAGS.
Patch by Eric Wong. [Feature #5157] [ruby-core:38798]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32883 b2dd...
kosaki (Motohiro KOSAKI)
10:04 AM Revision a5729b15 (git): merges r31875 from trunk into ruby_1_9_2.
--
* load.c (loaded_feature_path): cut nonsence loop execution to fix
performance bug.
git-svn-id:...
yugui (Yuki Sonoda)
10:03 AM Revision c88e3861 (git): merges 32227 from trunk into ruby_1_9_2.
--
* vm_insnhelper.c (vm_search_superclass): avoid control frame
stack overrun. currently super() in Proc created i...
yugui (Yuki Sonoda)
10:03 AM Revision df273d60 (git): merges 32211 from trunk into ruby_1_9_2.
--
* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check
argument type with NUM2LONG if the arg is no...
yugui (Yuki Sonoda)
10:02 AM Revision 87d9bb77 (git): merges r32222 from trunk into ruby_1_9_2.
--
* lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request
header failed when the request is from 2 or...
yugui (Yuki Sonoda)
07:24 AM Feature #5123: Alias Hash 1.9 as OrderedHash
Anurag Priyam wrote:
> Besides, the aliasing can be done at the application
> level too. So if the Hash impleme...
alexeymuranov (Alexey Muranov)
07:23 AM Feature #5123: Alias Hash 1.9 as OrderedHash
Thomas Sawyer wrote:
> IWon't this break orderedhash gem?
>
> In any case, now that Hash preserves order, why wo...
alexeymuranov (Alexey Muranov)
06:38 AM Revision 937ff7bd (git): * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:18 AM Revision 86411a0a (git): * backport r32876 from trunk.
* ext/objspace/objspace.c: fix typos in a document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@...
ktsj (Kazuki Tsujimoto)
05:13 AM Revision bc647cbd (git): * ext/objspace/objspace.c: fix typos in a document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
03:31 AM Feature #5148: Constant Namespace/Scoping in Dynamic Classes/Modules
Hi,
On 2 August 2011 17:01, Thomas Sawyer <[email protected]> wrote:
> Bug #5148: Constant Namespace/Scoping in Dyn...
Eregon (Benoit Daloze)

08/06/2011

10:18 PM Revision f9260247 (git): * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSD
x64 port doesn't have it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:55 PM Bug #4821: Random Segfaults (in start_thread?)
I also got segfaults on OSX 10.6 on mongrel and unicorn after updating the Gems sass, compass and adding a file split... duddle (Christian Peters)
07:51 PM Revision d5c84194 (git): * 2011-08-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:51 PM Revision 5de99efa (git): * marshal.c (w_object): Fix exception message when _dump_data is not
defined on a T_DATA object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32873 b2dd03c8-39d4-4d8...
drbrain (Eric Hodel)
07:24 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
2011/8/4 KOSAKI Motohiro <[email protected]>:

> but look, datagram_poll() has another 30~ caller. (e.g....
akr (Akira Tanaka)
03:44 PM Revision 2878632e (git): * 2011-08-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:44 PM Revision dd6911a8 (git): * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receiver
before calling epath. patched by flori
https://github.com/flori/ruby/commit/aa9474d32e5f2c57f8b0e2e0c528a03f06a4d43...
naruse (Yui NARUSE)
02:56 PM Bug #5164 (Assigned): Line endings, bug/regression or feature of 1.9.3?
nobu (Nobuyoshi Nakada)
02:55 PM Bug #5164 (Closed): Line endings, bug/regression or feature of 1.9.3?
Hello,

Seems Redmine is down, so emailing the list.

One user detected that Ruby 1.9.3-preview1 and latest ...
luislavena (Luis Lavena)
03:18 AM Bug #5163 (Closed): (Net::IMAP::ResponseParseError) unknown attribute `)'
Every now and then we get the following ResponseParseError.
(Net::IMAP::ResponseParseError) unknown attribute `)'
...
art.lussos (art lussos)
12:47 AM Bug #5162 (Rejected): IMAP error formatting string
In the method msg_att in the file imap.rb, the parse error is written as
parse_error("unknown attribute `%s'", tok...
art.lussos (art lussos)
12:11 AM Bug #5135 (Feedback): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Sorry, "reference without close" seems not working since previous update of redmine.r.o. nobu (Nobuyoshi Nakada)
12:04 AM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Nobuyoshi Nakada wrote:
> This issue was solved with changeset r32848.
> Vit, thank you for reporting this issue.
...
vo.x (Vit Ondruch)

08/05/2011

10:28 PM Bug #5160 (Closed): Float::INFINITY and Float::NAN incorrect in big endian architecture
This issue was solved with changeset r32863.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
08:33 PM Bug #5160 (Closed): Float::INFINITY and Float::NAN incorrect in big endian architecture
Big endian のCPUで、BYTE_ORDER が定義(#define)されておらず、かつ、INFINITY や NAN が未定義の環境では、Float::INFINITY および Float::NAN の値が化けてしまいます... ngoto (Naohisa Goto)
10:16 PM Revision 1b8e4727 (git): * 2011-08-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:14 PM Revision cb0f9d5f (git): * marshal.c (w_object): Fix exception message when _dump_data is not
defined on a T_DATA object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32869 b2dd03c8-39d4-4d8f-98ff-823fe69...
drbrain (Eric Hodel)
09:21 PM Revision ed93a37b (git): * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references
to Object. Fixes spacing when class c...
drbrain (Eric Hodel)
08:29 PM Revision cd347700 (git): Remove orphaned date in ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
08:19 PM Revision 3735b764 (git): * 2011-08-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:18 PM Revision e8ad0a3e (git): * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references
to Object. Fixes spacing when class c...
drbrain (Eric Hodel)
07:26 PM Bug #2550 (Closed): failed to build with Solaris's make
I think the problem is solved with r32780.
On sparc Solaris10, make install succeeded with /usr/ccs/bin/make.
Warn...
ngoto (Naohisa Goto)
07:23 PM Bug #5158: to_ary not respecting respond_to?
On Aug 5, 2011, at 6:06 AM, Adam Prescott wrote:

> I'm not sure why that changed happened, but at least that seem...
Anonymous
07:23 PM Bug #5158: to_ary not respecting respond_to?
On Thu, Aug 4, 2011 at 11:37 PM, Ryan Davis <[email protected]>wrote:
>
> Extra Info:
> http://tenderlo...
aprescott (Adam Prescott)
07:23 PM Bug #5158: to_ary not respecting respond_to?
And I've just seen that http://redmine.ruby-lang.org/issues/5158 has been
opened and closed. Too slow, I guess.
aprescott (Adam Prescott)
12:18 PM Bug #5158 (Closed): to_ary not respecting respond_to?
This issue was solved with changeset r32855.
Ryan, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
11:17 AM Bug #5158 (Assigned): to_ary not respecting respond_to?
naruse (Yui NARUSE)
11:13 AM Bug #5158 (Closed): to_ary not respecting respond_to?
class BadProxyObject
def initialize
@p = Object.new
def @p.to_ary
raise "I should never be called...
zenspider (Ryan Davis)
05:26 PM Bug #5081 (Closed): LionでTestSyslog が一件 failure
This issue was solved with changeset r32859.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
knu (Akinori MUSHA)
04:23 PM Bug #5147: mkmf should not require static library when ruby is built with --enable-shared
Nobuyoshi Nakada <[email protected]> wrote:
> Eric Wong wrote in [ruby-core:38802]:
> > I've bisected r32833 to...
normalperson (Eric Wong)
12:23 PM Bug #5147: mkmf should not require static library when ruby is built with --enable-shared
Hi,

At Fri, 5 Aug 2011 08:26:59 +0900,
Eric Wong wrote in [ruby-core:38802]:
> I've bisected r32833 to brea...
nobu (Nobuyoshi Nakada)
08:33 AM Bug #5147 (Assigned): mkmf should not require static library when ruby is built with --enable-shared
> I've bisected r32833 to breaking many of my external C extension builds:
>
> $ ruby -rmkmf -e 'p have_func("rb_s...
kosaki (Motohiro KOSAKI)
08:26 AM Bug #5147: mkmf should not require static library when ruby is built with --enable-shared
I've bisected r32833 to breaking many of my external C extension builds:
$ ruby -rmkmf -e 'p have_func("rb_str_set...
normalperson (Eric Wong)
04:03 PM Bug #5159 (Closed): r32777のためSolaris上のgcc-4.4でCFLAGS="-std=gnu99"のときコンパイルエラー
This issue was solved with changeset r32858.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
03:43 PM Bug #5159 (Closed): r32777のためSolaris上のgcc-4.4でCFLAGS="-std=gnu99"のときコンパイルエラー
Solaris上のgcc 4.4 にて、C99標準+gnu拡張を指定するコンパイル時オプション
-std=gnu99 を指定するとコンパイルエラーになります。
complex.c: In function ‘f_signbi...
ngoto (Naohisa Goto)
02:10 PM Revision 1b0ff275 (git): * backport r32845 from trunk.
* configure.in: when Solaris cc, use $(CC) to link shared libs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
ngoto (Naohisa Goto)
01:28 PM Revision 9fb5dca9 (git): * numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
fix [Bug #5160] [ruby-dev:44356]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32863 b2dd03c8-39d4-4d8f-98ff-82...
ngoto (Naohisa Goto)
01:28 PM Revision 2bd1e021 (git): * numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
fix [Bug #5160] [ruby-dev:44356]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32863 b2dd03c8-39d...
ngoto (Naohisa Goto)
01:20 PM Revision 543ecd95 (git): * include/ruby/win32.h (frexp, modf): original macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:59 AM Feature #5101: allow optional timeout for TCPSocket.new
Akira Tanaka <[email protected]> wrote:
> File socket-tcp-connect-timeout.patch added

Looks good to me, thanks!
normalperson (Eric Wong)
11:31 AM Revision 1adf7962 (git): more clarified the license.
updated version of r32830, but not included include/ruby/win32.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
U.Nakamura
10:00 AM Bug #4930 (Closed): $prefix/lib/ruby/gems and its subdirs are world writable
This issue was solved with changeset r32852.
Sakuro, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
08:54 AM Feature #5157 (Assigned): [PATCH] add -Wunused-variable to CFLAGS
I've assigned it to me then. kosaki (Motohiro KOSAKI)
08:53 AM Feature #5157: [PATCH] add -Wunused-variable to CFLAGS
Motohiro KOSAKI <[email protected]> wrote:
> Eric, I think you contributed a lot of patches and you've pro...
normalperson (Eric Wong)
08:40 AM Feature #5157: [PATCH] add -Wunused-variable to CFLAGS
Eric, I think you contributed a lot of patches and you've proved you have enough development and communication skill.... kosaki (Motohiro KOSAKI)
06:39 AM Feature #5157 (Closed): [PATCH] add -Wunused-variable to CFLAGS
Unused variables are ugly.
As an often-careless C extension maintainer, I end up with a lot of unused
variables, ...
normalperson (Eric Wong)
08:53 AM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
> BuildRequires are just dependencies required for build, they do not usually
> propagates into runtime dependenci...
kosaki (Motohiro KOSAKI)
07:00 AM Bug #5135 (Closed): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
This issue was solved with changeset r32848.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
04:23 AM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Dne 4.8.2011 11:55, KOSAKI Motohiro napsal(a):
> 2011/8/4 Vit Ondruch<[email protected]>:
>> Issue #5135 has ...
Anonymous
12:07 AM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Nobuyoshi Nakada wrote:
> Can you try this patch?
mock-chroot> make test-all TESTS="test/io/console/test_io_cons...
vo.x (Vit Ondruch)
08:34 AM Feature #4990: Proposal: Internal GC/memory subsystem API
Shyouhei Urabe wrote:
> Don't blame valgind it supports such situation http://valgrind.org/docs/manual/mc-manual.htm...
kstephens (Kurt Stephens)
07:58 AM Feature #4990: Proposal: Internal GC/memory subsystem API
Kurt Stephens wrote:
> Because GC.disable doesn't leverage memory debuggers (valgrind) effectively; gc.c still cont...
shyouhei (Shyouhei Urabe)
04:18 AM Feature #4990: Proposal: Internal GC/memory subsystem API
Yui NARUSE wrote:
> Why don't you use GC.disable ?
Because GC.disable doesn't leverage memory debuggers (valgrind...
kstephens (Kurt Stephens)
02:34 AM Feature #4990: Proposal: Internal GC/memory subsystem API
Kurt Stephens wrote:
> Branch is here: https://github.com/kstephens/ruby/tree/trunk-mem-api
>
> Current progress...
naruse (Yui NARUSE)
08:28 AM Revision c3d8ff4e (git): Fix a possible merge error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
08:26 AM Revision 39eea54c (git): * test/test_syslog.rb (TestSyslog#test_log): Do not be too
specific about the log line format. Fixes #5081.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32859 b2dd03c8...
Akinori MUSHA
08:08 AM Bug #5111 (Closed): test/rubygems/test_gem_installer.rb reports a failure on windows
Usaku NAKAMURA wrote:
> It seems OK. Please backport it.
Backported to ruby_1_9_3 branch in r32850
Closing thi...
luislavena (Luis Lavena)
07:03 AM Revision 1a4d9503 (git): * complex.c (f_signbit): fix compile error in gcc4 on Solaris with
CFLAGS="-std=gnu99". [ruby-dev:44355] fix [Bug #5159]
* math.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
ngoto (Naohisa Goto)
07:03 AM Revision 700aeee7 (git): * complex.c (f_signbit): fix compile error in gcc4 on Solaris with
CFLAGS="-std=gnu99". [ruby-dev:44355] fix [Bug #5159]
* math.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
ngoto (Naohisa Goto)
06:55 AM Revision 1ded4dbd (git): * test/ruby/test_object.rb: tests that respond_to? returns false.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:35 AM Revision c3a750eb (git): * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should use
String#bytesize instead of String#size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32856 b2dd03c8-39d4-4d8f-9...
shugo (Shugo Maeda)
03:18 AM Revision 55148a25 (git): * vm_eval.c (check_funcall): try respond_to? first if redefined.
[Bug #5158]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:11 AM Revision 2205687c (git): * thread_pthread.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
01:10 AM Revision c649882d (git): Merge commit r32846:
* thread_pthread.c (native_cond_signal): retry to call pthread_cond_signal
and pthread_cond_broadcast if they r...
Kenta Murata
01:00 AM Revision 3434676e (git): * lib/rubygems: Import RubyGems 1.8.7:
Added missing require for `gem uninstall --format-executable`.
The correct name of the executable being un...
drbrain (Eric Hodel)
12:48 AM Revision b572d907 (git): * test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:48 AM Revision d24997cc (git): * test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

08/04/2011

10:53 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Hi,

At Thu, 4 Aug 2011 20:00:34 +0900,
Vit Ondruch wrote in [ruby-core:38786]:
> > > 28) Failure:
> > > test_n...
nobu (Nobuyoshi Nakada)
09:19 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Yui NARUSE wrote:
> Motohiro KOSAKI wrote:
> > > Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. usi...
vo.x (Vit Ondruch)
08:47 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Motohiro KOSAKI wrote:
> > I was suggested by Jindrich Novy, the Fedora db4 maintainer, to implement own error handl...
vo.x (Vit Ondruch)
08:29 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
> I was suggested by Jindrich Novy, the Fedora db4 maintainer, to implement own error handler, something along the l... kosaki (Motohiro KOSAKI)
08:23 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Motohiro KOSAKI wrote:
> > Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. using Koji [2]. Here [3] ...
naruse (Yui NARUSE)
08:23 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Vit Ondruch wrote:
> Motohiro KOSAKI wrote:
> > > DB->del: attempt to modify a read-only database
> >
> > This is DB...
vo.x (Vit Ondruch)
08:00 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Motohiro KOSAKI wrote:
> And, below is rest comments.
>
> > 28) Failure:
> > test_noctty(TestIO_Console) [/build...
vo.x (Vit Ondruch)
07:23 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
> Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. using Koji [2]. Here [3] you can see the build outpu... kosaki (Motohiro KOSAKI)
07:22 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
And, below is rest comments.
> 28) Failure:
> test_noctty(TestIO_Console) [/builddir/build/BUILD/ruby-1.9.3-previ...
kosaki (Motohiro KOSAKI)
06:59 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
2011/8/4 Vit Ondruch <[email protected]>:
>
> Issue #5135 has been updated by Vit Ondruch.
>
>
> Motohiro KO...
kosaki (Motohiro KOSAKI)
06:09 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Motohiro KOSAKI wrote:
> Fedora15 don't make any test failure. Can you please elaborate your platform change in rawh...
vo.x (Vit Ondruch)
06:03 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Actually I am building Ruby 1.9.3 from SRPM [1] in mock, i.e. using Koji [2]. Here [3] you can see the build output a... vo.x (Vit Ondruch)
02:01 PM Bug #5135 (Feedback): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Fedora15 don't make any test failure. Can you please elaborate your platform change in rawhide?
I suspect about half...
kosaki (Motohiro KOSAKI)
10:39 PM Revision 3ddef8e5 (git): Backported r32804 from trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e luislavena (Luis Lavena)
10:01 PM Bug #921: autoload is not thread-safe
Updated the patch: https://github.com/nahi/ruby/compare/11667b9c...8b78a18e
Rewritten with strust instead of st_table.
nahi (Hiroshi Nakamura)
02:48 PM Bug #921: autoload is not thread-safe
I created a patch: https://github.com/nahi/ruby/compare/48bc63fa...54327abc
Here's the branch: https://github.com/na...
nahi (Hiroshi Nakamura)
10:00 PM Revision 69dac452 (git): * 2011-08-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:00 PM Revision 5fd10124 (git): * test/io/console/test_io_console.rb (test_noctty): daemon() on
OpenBSD seems not to detach the controlling terminal, when the
argument noclose is non-zero. ref: [Bug #5135]
gi...
nobu (Nobuyoshi Nakada)
10:00 PM Revision f28755df (git): * test/io/console/test_io_console.rb (test_noctty): daemon() on
OpenBSD seems not to detach the controlling terminal, when the
argument noclose is non-zero. ref: [Bug #5135]
gi...
nobu (Nobuyoshi Nakada)
08:23 PM Bug #5139 (Closed): sigsegv のスタックオーバフロー
This issue was solved with changeset r32844.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
02:05 PM Bug #5139 (Assigned): sigsegv のスタックオーバフロー
BUFSIZを使ってるのが根本的に間違っているという認識なので、もっと小さくしようと思います。メッセージサイズとなんの関係もない定数じゃないかっ。
ちなみにBUFSIZはMacでは1024, Linuxでは8096のようです。
kosaki (Motohiro KOSAKI)
01:45 PM Bug #5139: sigsegv のスタックオーバフロー
あと 1.9.3 で起きてたのは RHEL4 だけだったのでターゲットバージョンは再度 1.9.4 に戻します。お騒がせしてすみませんでした。 nagachika (Tomoyuki Chikanaga)
01:44 PM Bug #5139: sigsegv のスタックオーバフロー
>結局heapとaltstackの位置関係が変わっているのがキモだとは思うんですが。
うーん、ということは altstack の位置が変わったためにスタックオーバフローしてもたまたま実害がなくなって現象が収まったということではないで...
nagachika (Tomoyuki Chikanaga)
03:06 PM Revision 1d69f7cc (git): * 2011-08-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision 6a7081bb (git): * thread_pthread.c (native_cond_signal): retry to call pthread_cond_signal
and pthread_cond_broadcast if they return EAGAIN in
native_cond_signal and native_cond_broadcast, respectively.
I...
Kenta Murata
02:18 PM Feature #4990: Proposal: Internal GC/memory subsystem API
Branch is here: https://github.com/kstephens/ruby/tree/trunk-mem-api
Current progress:
Supports boot-time selec...
kstephens (Kurt Stephens)
11:36 AM Revision 3fb45695 (git): * configure.in: when Solaris cc, use $(CC) to link shared libs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
11:23 AM Revision 3abbda4f (git): * error.c (report_bug): use a small message buffer instead of BUFSIZ.
It is needed for avoiding nested SIGSEGV on Linux.
Note: BUFSIZ is not proper buffer size. It's unrelated with maxi...
kosaki (Motohiro KOSAKI)
09:26 AM Feature #4985: Add %S[] support for making a list of symbols
I've updated my patch to implement %i and %I. They have the same semantics as %w and %W (one with interpolation, one... tenderlovemaking (Aaron Patterson)
07:09 AM Revision 1c647cc2 (git): * ext/psych/psych.gemspec (files): remove extra commas.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:08 AM Revision 5f3a8912 (git): * tool/rbinstall.rb (gem): install all gemspecs under lib and ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:44 AM Revision f555a533 (git): * tool/rbinstall.rb (Gem::Specification): may not be defined when
cross-compiling and BASERUBY is 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32841 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
05:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
2011/8/4 Aaron Patterson <[email protected]>:

> If the exceptions are not exceptional, that makes me w...
akr (Akira Tanaka)
02:59 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Wed, Aug 03, 2011 at 11:03:09PM +0900, Tanaka Akira wrote:
> 2011/8/2 Yehuda Katz <[email protected]>:
>
> > T...
tenderlovemaking (Aaron Patterson)
04:29 AM Bug #5144: Remove GPL file from repository
Urabe Shyouhei wrote:
> Anyway I'm not sure if the source codes in Ruby's
> repository are still valid for Artis...
spatulasnout (B Kelly)
03:12 AM Bug #3353: Building 32-bit only on Snow Leopard (dylib failed to build)
Do you mean just "-arch=i386" ? I have tried that as a directive in .rvmrc. It results in the build failure origina... randy_parker (Randy Parker)
02:54 AM Revision 11667b9c (git): * include/ruby/missing.h: fix typo and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Revision d04697df (git): * include/ruby/missing.h: define __syscall on OpenBSD as r32702.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:21 AM Bug #5147 (Closed): mkmf should not require static library when ruby is built with --enable-shared
This issue was solved with changeset r32833.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)

08/03/2011

11:57 PM Bug #4944: crash in FIPS mode after unchecked EVP_DigestInit_ex failure
Output from r32273, before the fix, as a sanity check:
rhel6w-32 ~ $ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
rh...
jared.jennings.ctr (Jared Jennings)
11:46 PM Bug #5139: sigsegv のスタックオーバフロー
Tomoyuki Chikanaga wrote:
> ところで r32815 はメインスレッドの altstack を init_head() 後に確保しなおしているようですが、
> なぜこれで直るのかというのがわかりません。も...
naruse (Yui NARUSE)
07:29 PM Bug #5139: sigsegv のスタックオーバフロー
最新 trunk で RHEL4 で2度目の SEGV しているのは backtrace() の中とかなので glibc 古すぎとかかもしれません。
(gdb) where
#0 0x0000003feff07f2c in ...
nagachika (Tomoyuki Chikanaga)
07:13 PM Bug #5139 (Closed): sigsegv のスタックオーバフロー
RHEL4はもうplatform のほうがEOLなので深追いするだけ無駄だと思います。closeしましょう。
kosaki (Motohiro KOSAKI)
12:29 PM Bug #5139: sigsegv のスタックオーバフロー
(B) の -O3 では確かに r32749 でも、その前の r32748 でも同じエラーが出ていました。
すみません、(B) の -O3 はしばらく test-all を流していなかったので気がついてませんでしたが、
2011/...
nagachika (Tomoyuki Chikanaga)
11:43 AM Bug #5139: sigsegv のスタックオーバフロー
Tomoyuki Chikanaga wrote:
> (A) の 32bit マシンでは最新版の trunk で直っていました。
> しかし (B) の x86_64 -O3 つきではやはり "C level backtrace...
naruse (Yui NARUSE)
09:26 AM Bug #5139: sigsegv のスタックオーバフロー
(A) の 32bit マシンでは最新版の trunk で直っていました。
しかし (B) の x86_64 -O3 つきではやはり "C level backtrace information" まで表示して SEGV しています。
nagachika (Tomoyuki Chikanaga)
09:23 AM Bug #5139: sigsegv のスタックオーバフロー
2011年8月3日9:00 Yui NARUSE <[email protected]>:
>
> とりあえず r32815, r32821 にて boron では直ったんですが、chikanagaさんの環境ではどうですかね...
akr (Akira Tanaka)
09:00 AM Bug #5139: sigsegv のスタックオーバフロー
とりあえず r32815, r32821 にて boron では直ったんですが、chikanagaさんの環境ではどうですかね。
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trun...
naruse (Yui NARUSE)
12:33 AM Bug #5139 (Assigned): sigsegv のスタックオーバフロー
naruse (Yui NARUSE)
11:23 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
2011/8/2 Yehuda Katz <[email protected]>:

> The current Ruby I/O classes have non-blocking methods (read_nonblock ...
akr (Akira Tanaka)
11:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Tanaka Akira <[email protected]> wrote:
> 2011/8/2 Eric Wong <[email protected]>:
>
> > That use of select + r...
normalperson (Eric Wong)
11:22 PM Bug #5144: Remove GPL file from repository
Yusuke Endoh wrote:
> >> Must a binary for other platforms be distributed under GPL in the
> >> same condition?
> ...
naruse (Yui NARUSE)
09:55 PM Bug #5144 (Rejected): Remove GPL file from repository
Thank you for your helpful answers.
2011/8/3 Urabe Shyouhei <[email protected]>:
> (08/03/2011 09:30 AM), Yu...
mame (Yusuke Endoh)
10:23 AM Bug #5144: Remove GPL file from repository
(08/03/2011 09:30 AM), Yusuke ENDOH wrote:
> I'm suggesting just renaming or moving, not removing the GPL file.
...
shyouhei (Shyouhei Urabe)
09:53 AM Bug #5144: Remove GPL file from repository
2011/8/3 Shyouhei Urabe <[email protected]>:
> I think *you* are blamed. You see the GPL file is confusing a...
mame (Yusuke Endoh)
07:17 AM Bug #5144: Remove GPL file from repository
> > If they notice the GPL file and worry, they should learn.
> Sorry, I cannot understand you. What do they worry?
...
shyouhei (Shyouhei Urabe)
08:51 PM Bug #5135: Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
Firstly, can you please run test _after_ 'make install'?
Now some tests depend on it unfortunately.
kosaki (Motohiro KOSAKI)
12:05 PM Bug #5135 (Assigned): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
kosaki (Motohiro KOSAKI)
06:08 PM Revision e9ddb1a1 (git): * tool/rbinstall.rb: use rubygems to load gemspecs, copy actual
gemspecs on install rather than generate fake ones for all gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
tenderlovemaking (Aaron Patterson)
06:08 PM Revision 92f39045 (git): oops, fix author in the psych gemspec
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
05:49 PM Revision 03418c4e (git): * configure.in: set CXX variable to the C++ compiler that matches the
C compiler specified by CC variable (e.g. use g++-4.2 for gcc-4.2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
Kenta Murata
05:39 PM Revision ddcb133a (git): * configure.in: use build_os variable for checking C and C++ compilers
matching.
* configure.in: use clang++ if clang is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_...
Kenta Murata
05:21 PM Revision 36be8938 (git): * 2011-08-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:21 PM Revision ae513241 (git): * lib/mkmf.rb (link_command): use static library only for bundled
extensions. [Bug #5147]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:21 PM Revision 32f8e989 (git): * lib/mkmf.rb (link_command): use static library only for bundled
extensions. [Bug #5147]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32833 b2dd03c8-39d4-4d8f-9...
nobu (Nobuyoshi Nakada)
05:20 PM Revision 7150df45 (git): * ext/psych/psych.gemspec: property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:02 PM Revision 55d68f11 (git): installing psych as a gem
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
04:23 PM Feature #5123: Alias Hash 1.9 as OrderedHash
> It would be nice if the ordered Hash in Ruby 1.9 was aliased as OrderedHash.
> That way people who rely on preser...
yeban (Anurag Priyam)
10:29 AM Feature #5123: Alias Hash 1.9 as OrderedHash
IWon't this break orderedhash gem?
In any case, now that Hash preserves order, why would anyone ever think about ...
trans (Thomas Sawyer)
04:10 PM Feature #5153 (Closed): Remove rb_add_suffix
This issue was solved with changeset r32826.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
usa (Usaku NAKAMURA)
12:11 PM Feature #5153 (Closed): Remove rb_add_suffix
rb_add_suffix in util.c is GPL and obsoleted code, so I want to remove it.
rb_add_suffix is drived from Perl's win...
naruse (Yui NARUSE)
03:40 PM Revision d7c026d0 (git): Mark a code is GPL or not.
This is made the comparison between current and initial commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32...
naruse (Yui NARUSE)
03:38 PM Revision 9dd559a7 (git): * 2011-08-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:38 PM Revision c8c02c9c (git): Cosmetic change of Hash literal.
'BindAddress: var' => ':BindAddress => var' according to other configurations.
git-svn-id: svn+ssh://ci.ruby-lang.o...
Hiroshi Nakamura
01:59 PM Bug #5154 (Closed): method_missing and module scope, regression in 1.9.3
There is this bug against, factory_girl, for complete story
https://github.com/thoughtbot/factory_girl/issues/167
...
gnufied (hemant kumar)
12:42 PM Feature #5101: allow optional timeout for TCPSocket.new
I made a pactch for connect_timeout for Socket.tcp.
with timeout:
% time ./ruby -rsocket -e 'Socket.tcp("192.0.2....
akr (Akira Tanaka)
12:24 PM Bug #5152: TestDateNew#test_civil が GC.stress = true 下で Failure
すみません、ソースコードを良く読むと RB_GC_GUARD() を挿入しないといけないのはさっきのところじゃなくて関数の最後のほうに挿入する必要がありそうでした。
また parse_ddd_cb() にも GC 保護が必要な変...
nagachika (Tomoyuki Chikanaga)
10:13 AM Bug #5152 (Closed): TestDateNew#test_civil が GC.stress = true 下で Failure
make test-all TESTS="-vq --gc-stress date/test_date_new.rb -n test_civil"
のように GC.stress = true 下で DateTime のテストが Fa...
nagachika (Tomoyuki Chikanaga)
12:18 PM Revision 454de1d5 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:54 AM Feature #4788: resolv.rb refactoring
元の問題は、lib/resolv.rb が、TCP へのフォールバックに対応して、その際に
make_requester --> make_udp_requester という名前の変更があったために、
(公開インターフェースではな...
metanest (Makoto Kishimoto)
07:46 AM Bug #5150 (Closed): Ruby-trunk Crashed in running test-rubyspec
This issue was solved with changeset r32823.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
04:13 AM Bug #5150 (Closed): Ruby-trunk Crashed in running test-rubyspec
trunk をMac OS X 10.6.8 でBuildしたのち、test-rubyspec を実行したら Crash しました。
ruby のバージョンと環境は以下のとおり。
実行ログと~/Library/Logs/Crash...
ayumin (Ayumu AIZAWA)
07:23 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
あいざわです
> まず、なんで失敗するんでしょうか。
>
> ちなみに、OpenBSD では (おそらく) OS のバグで失敗します。
> [ruby-core:38603]
わたしの環境の方の問題ですかね。
ちなみ...
ayumin (Ayumu AIZAWA)
06:53 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
2011/8/3 Ayumu AIZAWA <[email protected]>:

> test/socket/test_socket.rb の test_udp_server 内で Socket.ip_ad...
akr (Akira Tanaka)
06:53 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
2011/8/3 Ayumu AIZAWA <[email protected]>:

> test/socket/test_socket.rb の test_udp_server 内で Socket.ip_ad...
akr (Akira Tanaka)
06:23 AM Bug #5151 (Closed): test/socket/test_socket.rb fail when udp connection failed
=begin
test/socket/test_socket.rb の test_udp_server 内で Socket.ip_address_list で得られる
アドレスに対して接続できないときに RuntimeError...
ayumin (Ayumu AIZAWA)
07:10 AM Revision f9e9eee6 (git): * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.
[Bug #5153] [ruby-core:38736]
* io.c (argf_next_argv): remove the call of above function.
* ext/-test-/add_suffix, ...
U.Nakamura
03:47 AM Revision f0fbf6c9 (git): * variable.c (check_before_mod_set): should be static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:31 AM Bug #4834 (Closed): Adding documentation for prettyprint library
akr (Akira Tanaka)
12:22 AM Revision deb0024a (git): * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):
Like r32795, bind address should be specified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32824 b2dd03c8-39d...
shyouhei (Shyouhei Urabe)
12:01 AM Feature #5148 (Rejected): Constant Namespace/Scoping in Dynamic Classes/Modules
When defining a dynamic class or module, the constants defined within it are not kept within it's namespace, but are ... trans (Thomas Sawyer)

08/02/2011

11:14 PM Bug #3353: Building 32-bit only on Snow Leopard (dylib failed to build)
Sorry, it should be --with-arch=i386, of course. nobu (Nobuyoshi Nakada)
10:59 PM Bug #3353 (Feedback): Building 32-bit only on Snow Leopard (dylib failed to build)
Try --with-arch=x86_64 option. nobu (Nobuyoshi Nakada)
04:52 AM Bug #3353: Building 32-bit only on Snow Leopard (dylib failed to build)
This bug continues to prevent 32-bit builds on OSX Lion in 1.9.3 preview1.
It blocks use of the 32-bit version of ...
randy_parker (Randy Parker)
11:08 PM Bug #5146 (Closed): Bug in Set#== on ruby 1.9.3-preview1
It's a bug of Hash#hash and fixed at r32810. nobu (Nobuyoshi Nakada)
07:28 PM Bug #5146 (Assigned): Bug in Set#== on ruby 1.9.3-preview1
Don't worry, ruby-core is also a correct bug reporting place.
(and we can make a ticket from mail)
Your account i...
naruse (Yui NARUSE)
07:18 PM Bug #5146 (Closed): Bug in Set#== on ruby 1.9.3-preview1
Hi!

Sorry for reporting this bug here, but I can't log into redmine even after
having
requested a new passw...
blambeau (Bernard LAMBEAU)
10:53 PM Feature #4788: resolv.rb refactoring
2011/5/27 Makoto Kishimoto <[email protected]>:
>
> このようなモンキーパッチが(私のコードではありませんが)
> https://github.com/ioqu...
akr (Akira Tanaka)
10:46 PM Revision a0b9f486 (git): * encoding.c (enc_find): mistakenly remained !. [Bug #5150]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:39 PM Revision 73407963 (git): Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."
This reverts commit r32817.
It has less code on the surface, but it needs more condition.
Moreover it doesn't need !....
naruse (Yui NARUSE)
10:31 PM Bug #4964: open-uri failed to handle multiple "Set-Cookie" headers
I think we can fix the problem without incompatibility.
(new method to return array of field bodies for a field name...
akr (Akira Tanaka)
10:26 PM Bug #5144: Remove GPL file from repository
> No, GPL is GPL.
Sure. It is just renaming the filename. Does GPL prohibit doing so?
> If they notice the GP...
mame (Yusuke Endoh)
09:58 PM Bug #5144: Remove GPL file from repository
Yusuke Endoh wrote:
> > It is critical information when they distribute a binary for Windows.
>
> Okay, then, how...
naruse (Yui NARUSE)
09:45 PM Bug #5144: Remove GPL file from repository
> It is critical information when they distribute a binary for Windows.
Okay, then, how about renaming it to GPL.f...
mame (Yusuke Endoh)
09:32 PM Bug #5144: Remove GPL file from repository
Yusuke Endoh wrote:
> Because it is confusing.
> I think that providing too many or confusing information is equiva...
naruse (Yui NARUSE)
09:22 PM Bug #5144: Remove GPL file from repository
Because it is confusing.
I think that providing too many or confusing information is equivalent to hiding the correc...
mame (Yusuke Endoh)
09:15 PM Bug #5144: Remove GPL file from repository
Yusuke Endoh wrote:
> I agree with Vit. It is actually confusing.
> Can we move it to doc/GPL?
I can't agree.
...
naruse (Yui NARUSE)
09:10 PM Bug #5144 (Assigned): Remove GPL file from repository
I agree with Vit. It is actually confusing.
Can we move it to doc/GPL?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:02 PM Bug #5144: Remove GPL file from repository
Because GPL requires it:
Everyone is permitted to copy and distribute verbatim copies
of this license document, b...
naruse (Yui NARUSE)
08:51 PM Bug #5144: Remove GPL file from repository
I am sorry, but where is the consistency? In LEGAL file, there is listed myriad of licenses but GPL has dedicated fil... vo.x (Vit Ondruch)
04:28 PM Bug #5144 (Rejected): Remove GPL file from repository
As written in LEGAL, Ruby repository still includes GPL licensed files. naruse (Yui NARUSE)
04:16 PM Bug #5144 (Rejected): Remove GPL file from repository
Since Ruby 1.9.3 is going to be licensed under Ruby and BSD licenses, the GPL file should be removed from the reposit... vo.x (Vit Ondruch)
10:08 PM Bug #5139 (Closed): sigsegv のスタックオーバフロー
This issue was solved with changeset r32815.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
naruse (Yui NARUSE)
01:11 PM Bug #5139: sigsegv のスタックオーバフロー
試した環境は 2つあります。
A) Ubuntu 10.04.03
$ uname -srvm
Linux 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 20...
nagachika (Tomoyuki Chikanaga)
11:59 AM Bug #5139: sigsegv のスタックオーバフロー
> すみませんターゲットバージョンは 1.9.3 にも入ったと勘違いしてました。
>
> それから ALT_STACK_SIZE を (SIGSTKSZ*2) (手元だと 16KB)に戻してやりなおしてみましたところ、
...
Anonymous
10:59 AM Bug #5139: sigsegv のスタックオーバフロー
すみませんターゲットバージョンは 1.9.3 にも入ったと勘違いしてました。
それから ALT_STACK_SIZE を (SIGSTKSZ*2) (手元だと 16KB)に戻してやりなおしてみましたところ、
チケットの説明文に...
nagachika (Tomoyuki Chikanaga)
10:43 AM Bug #5139: sigsegv のスタックオーバフロー
えっと、問題のコミットを入れたのはわたしなので、わたしが確認するべきと思います。
担当者を変更します。
また、問題のコミットは193ブランチには入れてないのでターゲットバージョンも変更します。
お手数をおかけして申し訳ありません。
kosaki (Motohiro KOSAKI)
10:23 AM Bug #5139 (Assigned): sigsegv のスタックオーバフロー
こちらの環境(debian, 2.6.39-2-amd64, gcc-4.6.1)では再現しないのですが、gdbの結果を見る限りではそのようですね。 nobu (Nobuyoshi Nakada)
09:57 AM Bug #5139 (Closed): sigsegv のスタックオーバフロー
現在の trunk が Linux で test_segv_test(TestRubyOptions) が Failure になります。
$ ruby -e 'Process.kill :SEGV, $$'
のように実行す...
nagachika (Tomoyuki Chikanaga)
08:50 PM Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
I also just noticed that if I use `--enable-shared` with `./configure`, the library reference to the dylib disappears... cwgem (Chris White)
08:31 PM Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
Yui NARUSE wrote:
> Try following:
> rm -rf /Users/chriswhite/Ruby/ruby-trunk
> cd <source directory>
> ./c...
cwgem (Chris White)
03:21 PM Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
Try following:
rm -rf /Users/chriswhite/Ruby/ruby-trunk
cd <source directory>
./configure --prefix=/Users/ch...
naruse (Yui NARUSE)
02:17 AM Bug #5137 (Rejected): Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
I have compiled Ruby trunk, with the following configure options:
./configure --prefix=/Users/chriswhite/Ruby/ruby...
cwgem (Chris White)
08:47 PM Bug #5147 (Closed): mkmf should not require static library when ruby is built with --enable-shared
If libruby-static.a library is not present on the system, the following simple mkmf example fails:
$ ruby -r mkmf ...
vo.x (Vit Ondruch)
08:18 PM Bug #5132 (Closed): test_parallel.rb fail when it run before 'make install'
This issue was solved with changeset r32812.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ...
sorah (Sorah Fukumori)
07:53 PM Bug #5111: test/rubygems/test_gem_installer.rb reports a failure on windows
It seems OK. Please backport it.
Thank you, Luis!
usa (Usaku NAKAMURA)
06:23 AM Bug #5111 (Assigned): test/rubygems/test_gem_installer.rb reports a failure on windows
Mr. NAKAMURA,
I've committed a fix for this, can you check out trunk?
If it works, will backport to ruby_1_9_3
...
luislavena (Luis Lavena)
06:22 AM Bug #5111 (Closed): test/rubygems/test_gem_installer.rb reports a failure on windows
This issue was solved with changeset r32804.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ...
luislavena (Luis Lavena)
03:31 AM Bug #5111: test/rubygems/test_gem_installer.rb reports a failure on windows
This problem is also imported to ruby_1_9_3 branch. usa (Usaku NAKAMURA)
05:48 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Shyouhei Urabe wrote:
> Instead of avoiding exceptions I would like to suggest making exceptions lightweight.
"...
regularfry (Alex Young)
01:01 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Here is a new patch that uses :wait_readable and :wait_writable wycats (Yehuda Katz)
09:29 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Yehuda Katz
Chief Technologist | Strobe
(ph) 718.877.1325


On Mon, Aug 1, 2011 at 5:08 PM, Eric Wong <nor...
wycats (Yehuda Katz)
09:29 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Urabe Shyouhei <[email protected]> wrote:
> (08/02/2011 08:48 AM), Eric Wong wrote:
> > Urabe Shyouhei <shy...
normalperson (Eric Wong)
09:29 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
2011/8/2 Urabe Shyouhei <[email protected]>:
> (08/02/2011 08:14 AM), Eric Wong wrote:
>> Urabe Shyouhei <s...
akr (Akira Tanaka)
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Yehuda Katz <[email protected]> wrote:
> On Mon, Aug 1, 2011 at 4:07 PM, Eric Wong <[email protected]> wrote:
...
normalperson (Eric Wong)
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
(08/02/2011 08:48 AM), Eric Wong wrote:
> Urabe Shyouhei <[email protected]> wrote:
>> (08/02/2011 08:35 AM...
shyouhei (Shyouhei Urabe)
09:02 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Here's an updated patch that returns nil for EOF and replaces the kgio variable with no_exceptions. The docs and test... wycats (Yehuda Katz)
08:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Urabe Shyouhei <[email protected]> wrote:
> (08/02/2011 08:35 AM), Eric Wong wrote:
> > Urabe Shyouhei <shy...
normalperson (Eric Wong)
08:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
(08/02/2011 08:35 AM), Eric Wong wrote:
> Urabe Shyouhei <[email protected]> wrote:
>> (08/02/2011 08:14 AM...
shyouhei (Shyouhei Urabe)
08:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Urabe Shyouhei <[email protected]> wrote:
> (08/02/2011 08:14 AM), Eric Wong wrote:
> > Urabe Shyouhei <shy...
normalperson (Eric Wong)
08:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
(08/02/2011 08:14 AM), Eric Wong wrote:
> Urabe Shyouhei <[email protected]> wrote:
>> So when you do a re...
shyouhei (Shyouhei Urabe)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
In practice, it is not more verbose. Here's some example code from
net/protocol, and once try_read_nonblock is use...
wycats (Yehuda Katz)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Yehuda Katz
Chief Technologist | Strobe
(ph) 718.877.1325


On Mon, Aug 1, 2011 at 4:07 PM, Eric Wong <nor...
wycats (Yehuda Katz)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Urabe Shyouhei <[email protected]> wrote:
> So when you do a read loop, nothing bothers you, as long as yo...
normalperson (Eric Wong)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Yehuda Katz <[email protected]> wrote:
> Issue #5138 has been reported by Yehuda Katz.
>
> -------------------...
normalperson (Eric Wong)
08:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
(08/02/2011 07:46 AM), Aaron Patterson wrote:
> This seems very handy for read loops. Always rescuing the excepti...
shyouhei (Shyouhei Urabe)
07:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Tue, Aug 02, 2011 at 07:35:15AM +0900, Yehuda Katz wrote:
>
> Issue #5138 has been reported by Yehuda Katz.
>...
tenderlovemaking (Aaron Patterson)
07:48 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Instead of avoiding exceptions I would like to suggest making exceptions lightweight.
"Check those return values e...
shyouhei (Shyouhei Urabe)
07:35 AM Feature #5138 (Closed): Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
The current Ruby I/O classes have non-blocking methods (read_nonblock and write_nonblock). These methods will never b... wycats (Yehuda Katz)
05:27 PM Feature #5145 (Feedback): Function extension of Array#transpose
Currently, Array#transpose doesn't transpose iliffe vector that
size of arrays in array are not same.
But iff the...
metanest (Makoto Kishimoto)
05:09 PM Bug #4517 (Third Party's Issue): ArgumentError when sorting array of objects
nagachika (Tomoyuki Chikanaga)
04:54 PM Feature #5123: Alias Hash 1.9 as OrderedHash
As a corollary, for a few months I had one portion of my code which used Sets, and relied on the fact that Sets in 1.... adgar (Michael Edgar)
04:32 PM Feature #5123 (Assigned): Alias Hash 1.9 as OrderedHash
znz (Kazuhiro NISHIYAMA)
03:39 PM Revision ae1bccf7 (git): Refix r32815.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:29 PM Bug #5141 (Assigned): Inconsistent indentation in method call with args on multiple lines.
naruse (Yui NARUSE)
10:26 AM Bug #5141 (Closed): Inconsistent indentation in method call with args on multiple lines.
The indentation of method call with arguments spread on multiple lines is inconsistent.
belongs_to(:foo,
...
budu (Nicolas Buduroi)
03:26 PM Revision 6f75fbce (git): * 2011-08-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:26 PM Revision 2392f452 (git): * 2011-08-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:25 PM Revision 5bd45265 (git): * lib/prettyprint.rb: update document. [ruby-core:36776]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:25 PM Revision 642458fd (git): * lib/prettyprint.rb: update document. [ruby-core:36776]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:16 PM Feature #5142: Remove ruby-mode.el from ruby's repo
引き受けてくれて直されてるんならいいんですが、直ってないチケットが溜まっているので。
そもそも emacs 側でも http://git.savannah.gnu.org/cgit/emacs.git/log/lisp/progmo...
naruse (Yui NARUSE)
10:56 AM Feature #5142 (Assigned): Remove ruby-mode.el from ruby's repo
このあたりのメンテナンスは中田さんが一手に引き受けてくれていたという認識なので、中田さん判断でいいと思います。
ところで、miscディレクトリ以下のissueは適切なカテゴリがないので、これを気にカテゴリ=miscを作りませんか?
kosaki (Motohiro KOSAKI)
10:46 AM Feature #5142 (Rejected): Remove ruby-mode.el from ruby's repo
ruby-mode.el は Emacs に添付されるようになりましたが、
今も Ruby のリポジトリ内に misc/ruby-mode.el として存在し続けています。
マスタが Ruby と Emacs の2つあるのも良くな...
naruse (Yui NARUSE)
02:50 PM Revision 048202f4 (git): * encoding.c (enc_find): simplified with RB_TYPE_P.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:27 PM Revision 48bc63fa (git): Fix r32811: add UNSPECIFIED_ENCODING case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:08 PM Revision 027a15e9 (git): * gc.c (init_heap): allocate sigaltstack after heaps are allocated.
[ruby-dev:44315] [Bug #5139]
* vm.c (thread_free): use free because objspace is not ready.
* vm.c (th_init): use ma...
naruse (Yui NARUSE)
12:59 PM Bug #5143 (Closed): include not properly registering modular methods
Ran into a bug when using a gem called FactoryGirl. The bug has to do with how 1.9.3 handles handles module inclusio... chaffeqa (Quinn Chaffee)
12:19 PM Revision 2cf05e58 (git): Remove an obsolete file, ToDo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
11:42 AM Bug #5136 (Closed): :"!".inspect の結果が1.9.3devと1.9.2とでは異なる
This issue was solved with changeset r32809.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
01:54 AM Bug #5136 (Closed): :"!".inspect の結果が1.9.3devと1.9.2とでは異なる
=begin
(({:"!".inspect})) とか (({:!.inspect})) の結果が1.9.3devと1.9.2 では異なるようです。
$ bin/ruby -v -e 'puts :!.inspect'
...
ayumin (Ayumu AIZAWA)
11:26 AM Revision 2fb749fe (git): * test/testunit/test_parallel.rb: pass "--ruby" option to
test/testunit/tests_for_parallel/runner.rb. [Bug #5132] [ruby-dev:44303]
Backported from trunk r32812.
git-svn-id:...
sorah (Sorah Fukumori)
11:18 AM Revision 9864da84 (git): * test/testunit/test_parallel.rb: pass "--ruby" option to
test/testunit/tests_for_parallel/runner.rb. [Bug #5132] [ruby-dev:44303]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
sorah (Sorah Fukumori)
10:48 AM Bug #5140 (Assigned): Emacs ruby-mode major indentation bug with Ruby 1.9
naruse (Yui NARUSE)
10:11 AM Bug #5140 (Closed): Emacs ruby-mode major indentation bug with Ruby 1.9
When spreading the arguments of a method call on multiple lines using the new hash syntax from Ruby 1.9, the level of... budu (Nicolas Buduroi)
07:35 AM Revision faf295f1 (git): * encoding.c (str_to_encoding): rename from to_encoding and
use str_to_encindex.
* encoding.c (str_to_encindex): split from to_encoding.
* encoding.c (rb_to_encoding): use str...
naruse (Yui NARUSE)
07:23 AM Feature #5101: allow optional timeout for TCPSocket.new
2011/8/2 Eric Wong <[email protected]>:

> I only want this timeout to affect connect() time, DNS timeout ca...
akr (Akira Tanaka)
05:29 AM Feature #5101: allow optional timeout for TCPSocket.new
Tanaka Akira <[email protected]> wrote:
> 2011/7/30 Tanaka Akira <[email protected]>:
>
> > I expected such code in cli...
normalperson (Eric Wong)
05:12 AM Feature #5097: Supported platforms of Ruby 1.9.3
> But mrkn, who has both 10.6 and 10.5 and is already a committer, comes
> to be a maintainer.
Excellent! I thoug...
steveklabnik (Steve Klabnik)
03:03 AM Revision 0d6ef941 (git): * hash.c (recursive_hash): hash value of emptied hash should be
equal to an empty hash. [ruby-core:38650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32810 b2...
nobu (Nobuyoshi Nakada)
03:03 AM Revision 86bbfdad (git): * hash.c (recursive_hash): hash value of emptied hash should be
equal to an empty hash. [ruby-core:38650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32810 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)
02:42 AM Revision ceb5e60c (git): * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:42 AM Revision 48fd404f (git): * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:39 AM Revision a781b402 (git): Revert r32803.
Do you know "code freeze"?
Anyway this breaks make rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
naruse (Yui NARUSE)
02:15 AM Revision f1a7dc3f (git): * property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:15 AM Revision c2dbf585 (git): * property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:07 AM Feature #4845: Provide Class#cb_object_instantiated_from_literal(object)
=begin
Follow-up issue #4893
=end
lazaridis.com (Lazaridis Ilias)
02:06 AM Feature #4893: Literal Instantiation breaks Object Model
Lazaridis Ilias wrote:
> Nobuyoshi Nakada wrote:
> > Calling a hook from rb_str_new() is insane.
>
> Mr. Nakada,...
lazaridis.com (Lazaridis Ilias)

08/01/2011

11:40 PM Bug #5132 (Assigned): test_parallel.rb fail when it run before 'make install'
Jeremy Evans も同じ話を [ruby-core:38572] で指摘していますね。
というわけでそらさんよろしく。
naruse (Yui NARUSE)
07:21 PM Bug #5132: test_parallel.rb fail when it run before 'make install'
=begin
すみません、大事な情報が漏れていました。
Makefileを作る際に、./configure --prefix=/home/ayumin/ruby のようにインストール先を指定しています。
エラーのログを消すた...
ayumin (Ayumu AIZAWA)
06:28 PM Bug #5132 (Closed): test_parallel.rb fail when it run before 'make install'
make install を実行する前にmake test-all をすると、test_parallel.rb が失敗します。
trunkとruby_1_9_3 で再現することまで確認しました。
$ uname -a
Lin...
ayumin (Ayumu AIZAWA)
11:34 PM Feature #5133: Array#unzip as an alias of Array#transpose
「zip が transpose の逆になっているか」
を確認せず投稿したことがバレてしまいましたね。
私が欲しかったのは unzip のような zip の逆っぽいイメージの名前が付いている、
zip する前の配列のセットが...
mrkn (Kenta Murata)
10:53 PM Feature #5133: Array#unzip as an alias of Array#transpose
(2011/08/01 20:54), KISHIMOTO, Makoto wrote:
> transpose は自己双対で、zip と双対というわけでもないので、
> エイリアスには反対、かなぁ。
> # [[1, ...
naruse (Yui NARUSE)
08:59 PM Feature #5133: Array#unzip as an alias of Array#transpose
きしもとです

[1, 2, 3, 4] と ["a", "b", "c", "d"] から、
[[1, "a"], [2, "b"], [3, "c"], [4, "d"]] を作るのが zip で、

irb...
metanest (Makoto Kishimoto)
07:09 PM Feature #5133: Array#unzip as an alias of Array#transpose
逆とはどういう動作のことを言っていますか?
Array#zip が複数の配列から1つの配列を返す(かブロックを受け取ると別の動作)で、
Array#transpose が1つの配列から1つの配列を返す(ブロックは受け取らない)...
znz (Kazuhiro NISHIYAMA)
06:30 PM Feature #5133 (Rejected): Array#unzip as an alias of Array#transpose
Array#zip の逆は Array#transpose なんですけど、
この対応関係が非常に分かり難いなと思いました。
Haskell には zip の逆をやる関数として unzip が用意されています。
unzip と...
mrkn (Kenta Murata)
11:26 PM Bug #5135 (Closed): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
It would be nice if all test are green before release.
https://gist.github.com/1118196
vo.x (Vit Ondruch)
10:50 PM Bug #4457: Time#strftime で %z 指定子などに大きな幅を指定した際の不具合
とりあえずいいような気がします。
しかし、考えてみると strftime の API が腐っているという問題があるわけで、
そして、Ruby 1.9 では OS の strftime を使っていないのだから、
その API ...
akr (Akira Tanaka)
10:35 PM Revision fa25f260 (git): * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session):
If you connect to localhost, you should listen localhost.
* test/net/http/test_https.rb (TestNetHTTPS#test_timeout_d...
shyouhei (Shyouhei Urabe)
10:23 PM Feature #5101: allow optional timeout for TCPSocket.new
2011/7/30 Tanaka Akira <[email protected]>:

> I expected such code in client socket library because
> socket libra...
akr (Akira Tanaka)
10:18 PM Feature #859: open-uri doesn't allow redirection to https
I'd like generic solution. Especially because open-uri doesn't provide a way to specify headers for each request for... akr (Akira Tanaka)
09:22 PM Revision 35186277 (git): * 2011-08-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:22 PM Revision 9e49d29e (git): Correct RubyGems bin check on Windows. Bug #5111
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e luislavena (Luis Lavena)
06:57 PM Revision 8e627bc1 (git): * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references
to Object. Fixes spacing when class c...
drbrain (Eric Hodel)
06:27 PM Revision e2c24e16 (git): * 2011-08-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:27 PM Revision c2c6dc8d (git): * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#
test_directory_win32): fixed wrong test.
backported r32670 from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
U.Nakamura
05:53 PM Feature #5097: Supported platforms of Ruby 1.9.3
2011/7/27 Luis Lavena <[email protected]>:
> On Mon, Jul 25, 2011 at 11:52 PM, Yui NARUSE <[email protected]> wrot...
naruse (Yui NARUSE)
05:53 PM Feature #5097: Supported platforms of Ruby 1.9.3
2011/7/26 Steve Klabnik <[email protected]>:
>
> Issue #5097 has been updated by Steve Klabnik.
>
>
> I wo...
naruse (Yui NARUSE)
03:29 AM Feature #5097: Supported platforms of Ruby 1.9.3
Dne 26.7.2011 12:45, KOSAKI Motohiro napsal(a):
> 2011/7/26 Eric Wong<[email protected]>:
>> Yui NARUSE<naru...
Anonymous
03:45 PM Bug #5114 (Closed): rake's tests imply the binary name of ruby
This issue was solved with changeset r32797.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
drbrain (Eric Hodel)
02:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
(2011/08/01 13:28), Nobuyoshi Nakada wrote:
> なかだです。
>
> At Mon, 1 Aug 2011 12:09:38 +0900,
> Urabe Shyouhe...
Anonymous
01:59 PM Feature #5128: 日本語ドキュメントをUTF-8に
あいざわです

とりあえず、トップレベルにあるファイルとdoc/ 以下についてUTF-8に変更したものでpull request を更新しました。
https://github.com/ruby/ruby/pull/38...
ayumin (Ayumu AIZAWA)
01:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
2011年8月1日12:51 Ayumu Aizawa <[email protected]>:
> 文字化けは残念だなぁとおもって軽い気持ちで送ってみたのですが、改めて調べてみると nkf --guess で非ASC...
naruse (Yui NARUSE)
01:29 PM Feature #5128: 日本語ドキュメントをUTF-8に
なかだです。

At Mon, 1 Aug 2011 12:09:38 +0900,
Urabe Shyouhei wrote in [ruby-dev:44295]:
> (08/01/2011 11:52 AM)...
nobu (Nobuyoshi Nakada)
01:29 PM Feature #5128: 日本語ドキュメントをUTF-8に
なかだです。

At Mon, 1 Aug 2011 12:09:38 +0900,
Urabe Shyouhei wrote in [ruby-dev:44295]:
> (08/01/2011 11:52 AM)...
nobu (Nobuyoshi Nakada)
12:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
pull request を送ったあいざわです。

文字化けは残念だなぁとおもって軽い気持ちで送ってみたのですが、改めて調べてみると nkf --guess で非ASCIIと
判定されるファイルがたくさんありますね。なか...
ayumin (Ayumu AIZAWA)
12:53 PM Feature #5128: 日本語ドキュメントをUTF-8に
On 2011/08/01 12:04, KOSAKI Motohiro wrote:

> 現実問題としてASCIIの範囲で自分の名前を記述できない方がヨーロッパにもたくさんいるので
> これを機に ChangeLog...
duerst (Martin Dürst)
12:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
2011年8月1日12:04 KOSAKI Motohiro <[email protected]>:
> 現実問題としてASCIIの範囲で自分の名前を記述できない方がヨーロッパにもたくさんいるので
>...
naruse (Yui NARUSE)
12:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
(08/01/2011 11:52 AM), Nobuyoshi Nakada wrote:
> むしろ、メタ情報を設定しているにもかかわらずちゃんと表示できないコード
> ブラウザのバグでしょう。本末転倒だと思います。
...
shyouhei (Shyouhei Urabe)
12:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
(2011/08/01 11:10), Kenta Murata wrote:
> むらたです。
>
> On Monday, August 1, 2011 at 10:39 , Shyouhei Urabe wr...
Anonymous
11:53 AM Feature #5128: 日本語ドキュメントをUTF-8に
提供者によると「redmine.ruby-lang の
リポジトリやGithubのコードブラウザで表示すると文字化けして見える」。
UTF-8 で直るのなら是非適応していただきたいです。

「なお、このパッチを適...
duerst (Martin Dürst)
11:52 AM Feature #5128: 日本語ドキュメントをUTF-8に
> Change encoding from EUC-JP to UTF-8.
>
> *.ja のファイルは歴史的な事情からEUC-JPで記述されているため、redmine.ruby-lang の
> リポジトリやGithu...
nobu (Nobuyoshi Nakada)
11:37 AM Feature #5128: 日本語ドキュメントをUTF-8に
変更自体は賛成です。
pull request のパッチをみるとトップの *.ja だけですが、
変更するなら doc/*.ja なども変更してしまって良いのではないでしょうか。
% git ls-files|fgrep...
znz (Kazuhiro NISHIYAMA)
11:23 AM Feature #5128: 日本語ドキュメントをUTF-8に
むらたです。

On Monday, August 1, 2011 at 10:39 , Shyouhei Urabe wrote:
> pull requestが来ています。
>
> https://github...
mrkn (Kenta Murata)
10:39 AM Feature #5128 (Closed): 日本語ドキュメントをUTF-8に
pull requestが来ています。
https://github.com/ruby/ruby/pull/38
個人的にEUCに思い入れはない(すくなくともUTF8と同程度には)ので、まあ、いいのではないかという気になっ...
shyouhei (Shyouhei Urabe)
02:23 PM Feature #5120: String#split needs to be logical
On Aug 1, 2011, at 12:37 AM, Kirill Radzikhovskyy wrote:
> I also find this behavior confusing
> mainly because:
...
Anonymous
01:37 PM Feature #5120: String#split needs to be logical
Hi,
I also find this behavior confusing
mainly because:
ruby-1.9.2-p290 :001 > 'a,b,,'.split ','
=> ["a", "b"...
kirillrdy (Kirill Radzikhovskyy)
01:57 PM Feature #5129 (Assigned): Create a core class "FileArray" and make "ARGF" its instance
I suggest to create a class "`FileArray`" whose instance behaves just like `ARGF` do.
And I think `ARGF` should be a...
yimutang (Joey Zhou)
01:18 PM Revision 4d9c0998 (git): * ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
12:10 PM Bug #5126 (Closed): Unicode character classes interpolated into regex throws exception
This issue was solved with changeset r32791.
Xavier, thank you for reporting this issue.
Your contribution to Ruby is...
naruse (Yui NARUSE)
09:31 AM Bug #5126 (Closed): Unicode character classes interpolated into regex throws exception
The following script runs under 1.9.2-p290:
# encoding: UTF-8
letter = '\p{L}'
atext = "[#{letter}]"...
xaviershay (Xavier Shay)
11:23 AM Revision b8d546db (git): * test/ruby/test_process.rb (TestProcess#windows?): new method.
* test/ruby/test_process.rb (TestProcess#*): use above method.
* test/ruby/test_process.rb (TestProcess#test_execopt...
U.Nakamura
10:12 AM Bug #5127: ruby 1.9.3 prev1 で Array#[]=( Array.new ) が1.9.2より2倍遅い
Linux(Ubuntu 10.4 gcc 4.4.3) でも試してみたところやはり倍近く時間がかかっていました。1.9.3 ではなく trunk とですが。
$ ruby-1.9.2 bm_array.rb
...
nagachika (Tomoyuki Chikanaga)
09:43 AM Bug #5127: ruby 1.9.3 prev1 で Array#[]=( Array.new ) が1.9.2より2倍遅い
重要な問題だと思いますので、チケット化しました。
kosaki (Motohiro KOSAKI)
09:42 AM Bug #5127 (Closed): ruby 1.9.3 prev1 で Array#[]=( Array.new ) が1.9.2より2倍遅い
Arrayオブジェクトを Array#[]= で設定する場合に、
ruby 1.9.3 prev1 が 1.9.2 p290 と比較して2倍ほど遅くなっているようなので
ご報告いたします。

(既知の現象であれば、申...
Anonymous
08:09 AM Bug #5125 (Closed): obj.send() documentation issue
Filing this as a bug per request of Eric Hodel on the ruby-talk mailing list. Excerpt from the mailing list post ( ht... cwgem (Chris White)
06:47 AM Revision 0da19771 (git): * test/rake/test_rake_functional.rb: Don't assume the binary name of
ruby is "ruby". [Ruby 1.9 - Bug #5114]
* test/rake/helper.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.or...
drbrain (Eric Hodel)
06:45 AM Revision f209dc72 (git): * test/rake/test_rake_functional.rb: Don't assume the binary name of
ruby is "ruby". [Ruby 1.9 - Bug #5114]
* test/rake/helper.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.or...
drbrain (Eric Hodel)
06:36 AM Revision 6851f29b (git): * test/io/console/test_io_console.rb (TestIO_Console#test_sync):
Skip when PTY allocation failed (that's not our failt).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32796 b2d...
shyouhei (Shyouhei Urabe)
06:22 AM Revision 3237f7dc (git): * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):
XMLRPC::Client.new3(), when called without host: argument, tries
to connect to a host where "localhost" resolve...
shyouhei (Shyouhei Urabe)
05:25 AM Revision a429cafc (git): * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markup
parser.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
03:21 AM Revision 7d2efc1f (git): remove duplicated entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:10 AM Revision d18f05af (git): * 2011-08-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 AM Revision db42bd04 (git): * insns.def (concatstrings): don't use initial ASCII-8BIT string.
[ruby-core:38635] [Bug #5126]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32791 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
12:54 AM Bug #5110 (Feedback): Ruby SSL error - sslv3 alert unexpected message
In my opinion Ruby reacts normal here. The OpenSSL::SSL::SSLContext is allocated using "SSLv23" by default for maximu... MartinBosslet (Martin Bosslet)
 

Also available in: Atom