Project

General

Profile

Activity

From 03/27/2013 to 04/02/2013

04/02/2013

11:21 PM Bug #8205 (Closed): Regexp.union behavior and Regexp.try_convert
Hi! Why Regexp.union('/../') trying to convert string with directly call rb_check_regexp_type(arg) (re.c:3139) instea... avyy (Alexander Yunin)
11:02 PM Feature #8191: Short-hand syntax for duck-typing
I believe you didn't understand the proposal, Matthew. a??.b would mean (a.nil? ? nil : a.b). So user.profile??.websi... rosenfeld (Rodrigo Rosenfeld Rosas)
08:34 PM Feature #8191: Short-hand syntax for duck-typing
wardrop (Tom Wardrop) wrote:
>
> if user && user.profile && user.profile.website && user.profile.website.thumb...
phluid61 (Matthew Kerwin)
06:19 PM Feature #8191 (Assigned): Short-hand syntax for duck-typing
naruse (Yui NARUSE)
10:30 PM Bug #8204 (Closed): ObjectSpace.each_object(Bignum) can generate Bignums that are to small to be Bignums
when i do:
p ObjectSpace.each_object(Bignum).to_a
=> [18446744073709551615, 3, 2394213621560389257607583714845333...
Hanmac (Hans Mackowiak)
09:06 PM Feature #3946 (Closed): Array#packのqQ指定子に機種依存サイズフラグ!を追加
committed at r40067 & r40068. akr (Akira Tanaka)
08:53 PM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
2012年10月28日 23:11 akr (Akira Tanaka) <[email protected]>:
>
> 読み直してみましたが、決着していないのは例外をどれにするかでしょうか。
>
> 私は、新規の例外を定義...
akr (Akira Tanaka)
08:25 PM Revision a85a0ddf (git): merge revision(s) 40069:
win32.c: missing break
* win32/win32.c (constat_attr): fix missing break.
git-svn-id: svn+ssh://ci.ruby-lan...
nagachika (Tomoyuki Chikanaga)
07:56 PM Revision 525c60b4 (git): merge revision(s) 40048:
fix typo: s/@ca_cert/@cacert/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40074 b2dd03c8-39d4-4d...
nagachika (Tomoyuki Chikanaga)
07:08 PM Bug #7811 (Closed): SecureRandom::random_bytes Only use random bytes, not extra String
This issue was solved with changeset r40065.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
akr (Akira Tanaka)
06:14 PM Bug #8179 (Closed): configure.in requires newer Autoconf than specified by AC_PREREQ
As far as we know, 2.64 and 2.66 are buggy, so we bumped AC_PRE_REQ to 2.67 (Debian Squeeze uses this) at r40034, tha... naruse (Yui NARUSE)
05:44 PM Bug #8151 (Closed): Duplicate character class warning
This issue was solved with changeset r40063.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
11:08 AM Bug #8151: Duplicate character class warning
The warning is proposed by [ruby-core:24593] [Feature #1831] (2009-07-29) and committed by naruse.
It is seven yea...
akr (Akira Tanaka)
03:29 PM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
2013/2/24 ko1 (Koichi Sasada) <[email protected]>:

> Feature #7476: missing "IP_TRANSPARENT" constant for I...
akr (Akira Tanaka)
03:09 PM Revision 8ab35353 (git): * 2013-04-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:09 PM Revision c3c4ffa9 (git): * lib/securerandom.rb (SecureRandom.random_bytes): Use
OpenSSL::Random.random_add instead of OpenSSL::Random.seed and
specify 0.0 as the entropy.
[ruby-core:47308] [Bug...
akr (Akira Tanaka)
02:59 PM Revision 28a15075 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@40071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:58 PM Revision 90e58877 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:58 PM Revision ff9c262f (git): win32.c: missing break
* win32/win32.c (constat_attr): fix missing break.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40069 b2dd03c8-...
nobu (Nobuyoshi Nakada)
11:31 AM Revision 0af16197 (git): add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:28 AM Revision 583c8e89 (git): * pack.c: Support Q! and q! for long long.
(natstr): Moved to toplevel. Add q and Q if there is long long type.
(endstr): Moved to toplevel.
(NATINT_PACK):...
akr (Akira Tanaka)
11:00 AM Bug #8203 (Closed): Rinda: recycled object
test-allで以下のメッセージが出ているんですが、これってなんですか?
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130402T010302Z.log.html.gz#te...
naruse (Yui NARUSE)
10:26 AM Revision 6d0c59f1 (git): * ext/-test-/num2int/num2int.c: Define utility methods
as module methods of Num2int.
* test/-ext-/num2int/test_num2int.rb: Follow the above change.
git-svn-id: svn+ssh:...
akr (Akira Tanaka)
10:23 AM Bug #8185: Thread/fork issue
2013/3/30 Tanaka Akira <[email protected]>:
> 2013/3/30 Jason Gladish <[email protected]>:
>>
>> I've foun...
akr (Akira Tanaka)
10:08 AM Revision 817a96a4 (git): * lib/securerandom.rb: Don't use Array#to_s.
[ruby-core:52058] [Bug #7811] fixed by zzak (Zachary Scott).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@400...
akr (Akira Tanaka)
09:48 AM Revision e89c029f (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:44 AM Revision 5fd798d1 (git): * re.c (rb_reg_to_s): suppress duplicated charclass warning.
Regexp#to_s suppress extra its whole regexp options by calling
onig_new with its source, but it doesn't call rb_reg...
naruse (Yui NARUSE)
07:02 AM Revision a1a6fd90 (git): * vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.
* internal.h (rb_print_backtrace): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40062 b2dd03c8-39d4-4d8f...
naruse (Yui NARUSE)
06:28 AM Revision 5376610d (git): Add ignore_stderr because it outputs "circular require" warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:28 AM Revision 1ee9f375 (git): Use assert_separately to speed up on test-all
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:28 AM Revision a26d663b (git): * test/ruby/envutil.rb (assert_separately): stop_auto_run of
Test::Unit::Runner to prevent auto runner use ARGV.
* test/ruby/envutil.rb (assert_separately): add $: to separate p...
naruse (Yui NARUSE)
06:28 AM Revision 63f33c5e (git): Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:28 AM Revision 4046585a (git): use long_ary to suppress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:02 AM Bug #8159: Build failure introduced by Rinda changes
It is odd, considering IPV6_MULTICAST_IF, but I will make these updates.
Thank you for researching this for me whi...
drbrain (Eric Hodel)
04:13 AM Revision be36df7f (git): merge revision(s) 35112,35121: [Backport #6190]
* transcode.c (str_encode_bang, encoded_dup): if nothing was
transcoded, just set encoding but leave codera...
U.Nakamura
04:09 AM Revision b6a72bcf (git): merge revision(s) 40015: [Backport #8196]
doumentation by @toolmantim [GH fixes #270]
* timeout.rb: Document Timeout::timeout 0 and nil argument behavior
...
U.Nakamura
04:07 AM Revision c921d0e1 (git): merge revision(s) 39967: [Backport #8194]
* time.c (num_exact): use to_r method only if to_int method is
available.
[ruby-core:53764] [Bug ...
U.Nakamura
04:04 AM Revision 8f610b17 (git): merge revision(s) 36432: [Backport #6734]
* configure.in (EXTDLDFLAGS): split options for each extension
libraries, and unused in ruby.pc. [Bug #673...
U.Nakamura
04:00 AM Revision d24ea3b6 (git): merge revision(s) 33365: [Backport #8106]
* test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix for
faster CPU.
git-svn-id: svn+ssh://ci.ruby-lang.org...
U.Nakamura
03:59 AM Revision dbe75ed4 (git): merge revision(s) 37743: [Backport #7379]
* win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of console
API.
based on the patch by...
U.Nakamura
03:58 AM Revision 3108dc4b (git): merge revision(s) 39354,39356,39382: [Backport #5014]
* signal.c (sigsegv): avoid to use async signal unsafe functions
when nested sigsegv is happen.
[...
U.Nakamura
02:57 AM Bug #8200 (Feedback): Segmentation fault - rails 4 -> sidekiq-> tilt
Your log said,
>-- Crash Report log information --------------------------------------------
> See Crash Report...
kosaki (Motohiro KOSAKI)
02:14 AM Revision 7a77e124 (git): Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:02 AM Revision 0fb23a94 (git): fix typo: s/@ca_cert/@cacert/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:44 AM Bug #8202 (Closed): Turn off builded colorizing
Closed as duplicate of #8201 (which was moved to ruby-trunk) luislavena (Luis Lavena)
12:22 AM Bug #8202 (Closed): Turn off builded colorizing
GD!

In Ruby 1.9.3 the output into console does not process escape secuences and it was good for me becouse i use ...
Versum (Denis Zinin)
12:19 AM Feature #8201: Turn off builded colorizing
I think it will be better to introduce comand line key to disable builtin escape secuences processing (and it will be... Versum (Denis Zinin)

04/01/2013

11:56 PM Feature #8201 (Assigned): Turn off builded colorizing
Hello Denis,
As commented on RubyInstaller list, I think will be better to extend the functionality of built-in AN...
luislavena (Luis Lavena)
11:52 PM Feature #8201 (Closed): Turn off builded colorizing
GD!
 
In Ruby 1.9.3 the output into console does not process escape secuences and it was good for me becouse i use ...
Versum (Denis Zinin)
11:44 PM Bug #7171 (Closed): test-all failure on OS X (RubyCI)
mrkn (Kenta Murata)
11:43 PM Bug #7171: test-all failure on OS X (RubyCI)
問題が起きない環境を作ったので閉じます。 mrkn (Kenta Murata)
10:59 PM Revision 662d67f1 (git): Unused module removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:45 PM Revision 17cf784d (git): conditional test fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:41 PM Revision e47f41fb (git): more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:49 PM Revision d40335aa (git): * ext/-test-/num2int/num2int.c: Rename utility methods
to global functions to ease manual experiments.
* test/-ext-/num2int/test_num2int.rb: Follow the above change.
gi...
akr (Akira Tanaka)
09:12 PM Bug #8136: gsub strange behavior when substituting "\\'"
nobu (Nobuyoshi Nakada) wrote:
> =begin
> You need more escapes.
>
> "foo".gsub("f", "\\\\'")
> =end
Thank...
alexeymuranov (Alexey Muranov)
04:57 PM Bug #8136: gsub strange behavior when substituting "\\'"
=begin
You need more escapes.
"foo".gsub("f", "\\\\'")
=end
nobu (Nobuyoshi Nakada)
06:01 PM Bug #8200 (Closed): Segmentation fault - rails 4 -> sidekiq-> tilt
I see thie segfault on ruby 2.0 after a few reloads of the sidekiq dashboard mounted as engine in rails 4.
System:...
mmack (Maximilian Mack)
05:34 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
Sample code to reproduce the issue using Flickr. With 1.9.3 this gives "Invalid API key" which is fine, but 2.0.0 ret... tsagadar (Marcel Mueller)
05:22 PM Bug #8159: Build failure introduced by Rinda changes
On Linux, IPv6 UDP multicast with link-local IP address (FF02::1 is link-local) requires scope_id specified.
http://...
naruse (Yui NARUSE)
03:10 PM Revision 7d3db3cc (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:00 PM Revision bd67f48e (git): * 2013-04-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision b5550361 (git): test_optparse.rb: skip no_error in backtrace
* test/optparse/test_optparse.rb (TestOptionParser#assert_no_error):
prefix with assert_ so it will be skipped in b...
nobu (Nobuyoshi Nakada)
01:34 PM Revision 87877eb0 (git): * ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.
The old logic doesn't work well on LP64 platforms as:
.. -2**63-1 => error,
-2**63 .. -2**62-1 => success,
-2**...
akr (Akira Tanaka)
01:08 PM Revision f4eeca1d (git): * ext/zlib/zlib.c (Zlib::Inflate.new):
Fix documentation syntax and naming errors.
Based on patch by Robin Dupret. Fix GH-271.
git-svn-id: svn+ssh://ci.r...
Eregon (Benoit Daloze)
12:58 PM Bug #8195 (Rejected): Time-dependent tests
No actual log. akr (Akira Tanaka)
12:56 PM Bug #8195: Time-dependent tests
On a second thought, this seems to be a poorly chosen "example". You can close this ticket. If I come across a better... hasari (Hiro Asari)
10:53 AM Bug #8195: Time-dependent tests
2013/4/1 hasari (Hiro Asari) <[email protected]>:

> Bug #8195: Time-dependent tests
> https://bugs.ruby-la...
akr (Akira Tanaka)
10:21 AM Bug #8195 (Rejected): Time-dependent tests
There are some tests that depend on timing of the execution, and fail sporadically.
I have not surveyed the entire...
hasari (Hiro Asari)
12:22 PM Revision 809a7618 (git): * test/-ext-/num2int/test_num2int.rb: Test small bignums.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:14 PM Revision d6daffbb (git): * numeric.c (rb_num2ulong_internal): Don't cast a negative double value
into unsigned long, which is undefined behavior.
(rb_num2ull): Don't cast a value bigger than LLONG_MAX into
long...
akr (Akira Tanaka)
11:58 AM Revision 0cbe2f49 (git): * ext/-test-/num2int/num2int.c: Return string for result, instead of
printing.
* test/-ext-/num2int/test_num2int.rb: updated to follow above change.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
11:14 AM Feature #8191: Short-hand syntax for duck-typing
The more I think about this and it's potential use cases, the more I like the inline double question-mark syntax. Thi... wardrop (Tom Wardrop)
09:14 AM Feature #8191: Short-hand syntax for duck-typing
I know what duck-typing is, and it's a bit of a stretch to call this duck-typing, but it follows the duck-typing phil... wardrop (Tom Wardrop)
11:08 AM Revision 4e52c3c6 (git): * numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.
(check_int): Ditto.
(check_short): Ditto.
(rb_num2fix): Ditto.
(rb_num2ulong_internal): Add a cast.
git-svn-...
akr (Akira Tanaka)
09:41 AM Revision ecb9b987 (git): configure.in: prereq 2.67
* configure.in: skip autoconf 2.64 and 2.66, 2.67 seems short-lived
but stick on it for Debian Squeeze.
git-svn-id...
nobu (Nobuyoshi Nakada)
09:39 AM Revision 3eb4b0aa (git): sha2.c: suppress warnings
* ext/digest/sha2/sha2.c (SHA256_Final, SHA512_Last): suppress
strict-aliasing warnings on gcc 4.8.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
09:26 AM Bug #8180 (Closed): Backport r39967 to 1.9.3 and 2.0.x
moved https://bugs.ruby-lang.org/issues/8193 and https://bugs.ruby-lang.org/issues/8194 hsbt (Hiroshi SHIBATA)
07:00 AM Revision 318e8835 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:41 AM Revision 39626559 (git): configure.in: clang check
* configure.in: should not use AC_COMPILE_IFELSE before
AC_USE_SYSTEM_EXTENSIONS. [Bug #8192]
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
05:22 AM Revision 90e8a9b4 (git): configure.in: clang check
* configure.in: check clang version by predefined macro values.
[Bug #8192]
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
03:06 AM Revision 92f59c6d (git): * numeric.c (check_uint): Take the 1st argument as unsigned long,
instead of VALUE. Refine the validity test conditions.
(check_ushort): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang...
akr (Akira Tanaka)

03/31/2013

11:16 PM Revision 6a23960f (git): * configure.in: use 'test' instead quadrigraph.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
10:19 PM Revision ec61b079 (git): * configure.in: use quadrigraph to put '[' or ']'. [Bug #8192]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
08:12 PM Bug #8136: gsub strange behavior when substituting "\\'"
Excuse me, nobu, i have not understood, how can i replace something with a backslash followed by a single quote? alexeymuranov (Alexey Muranov)
06:35 AM Bug #8136 (Closed): gsub strange behavior when substituting "\\'"
This is one of most frequently asked questions.
Though I can't remember a pointer to good explanation, someone would...
nobu (Nobuyoshi Nakada)
07:24 PM Revision 45334da9 (git): Fix build failure introduced by previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:18 PM Revision a6b625c5 (git): * configure.in: kick old clang. [ruby-dev:47204] [Bug #8192]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:56 PM Feature #8191: Short-hand syntax for duck-typing
You call something like
obj.respond_to? :empty ? obj.empty : nil
"achieving duck typing", but that's not ho...
duerst (Martin Dürst)
01:13 PM Feature #8191 (Closed): Short-hand syntax for duck-typing
=begin
As a duck-typed language, Ruby doesn't provide any succinct way of safely calling a potentially non-existant ...
wardrop (Tom Wardrop)
04:14 PM Revision 1e7bd7d9 (git): * 2013-04-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:14 PM Revision a7526797 (git): * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.
* ext/-test-/num2int/num2int.c: Add utility methods for FIX2XXX tests.
* test/-ext-/num2int/test_num2int.rb: Add tes...
akr (Akira Tanaka)
10:31 AM Feature #8190: Truly parallel assignment
=begin
Hmm, yeah that request seems reasonable. Right now it seems to be assigning left-to-right. So (({i})) is assig...
wardrop (Tom Wardrop)
04:20 AM Feature #8190 (Rejected): Truly parallel assignment
=begin
i = 0
s = [1,2,3]
i, s[i] =s[i], 7
p s
#=> [1, 7, 3]
s is expected to be [7, 2, 3...
Lavir_the_Whiolet (Lavir the Whiolet)
08:18 AM Revision c68234f7 (git): proc.c: consider noex in define_method
* proc.c (rb_mod_define_method): consider visibility in define_method.
patch by mashiro <mail AT mashiro.org>. fix...
nobu (Nobuyoshi Nakada)
08:18 AM Revision 651c561b (git): test_method.rb: split
* test/ruby/test_method.rb (test_define_method): split for each tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
07:51 AM Revision 31af1796 (git): more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:40 AM Revision 8825a084 (git): win32/configure.bat: option arguments
* win32/configure.bat: try to fix option arguments split by commas and
equals here. this batch file no longer run ...
nobu (Nobuyoshi Nakada)
06:30 AM Bug #8189 (Closed): (one more) inconsistency between Class and Module as namespaces
nobu (Nobuyoshi Nakada)
05:28 AM Revision 0423c207 (git): ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:51 AM Revision 59182ccf (git): * numeric.c (rb_num2ulong_internal): New function similart to
rb_num2ulong but integer wrap around flag is also returned.
(rb_num2ulong): Use rb_num2ulong_internal.
(rb_num2ui...
akr (Akira Tanaka)
02:21 AM Revision 18affefb (git): documentation by @phiggins [GH fixes #263]
* file.c: Alias File #path and #to_path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40016 b2dd03c8-39d4-4d8...
hsbt (Hiroshi SHIBATA)
02:01 AM Revision e8e7e1aa (git): doumentation by @toolmantim [GH fixes #270]
* timeout.rb: Document Timeout::timeout 0 and nil argument behavior
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
hsbt (Hiroshi SHIBATA)
01:47 AM Revision c25aa9f5 (git): Document the default Net timeout values by @toolmantim [GH fixes #269]
* lib/net/{ftp,http,pop,smtp}.rb: added documentation for default values.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
hsbt (Hiroshi SHIBATA)

03/30/2013

11:13 PM Bug #8166 (Rejected): Since r39628 rspec-mock's and_call_original fail with SystemStackError
Hello,
Thank you for your investigation.
> Do you believe that only because you want to avoid all compatibility...
nagachika (Tomoyuki Chikanaga)
11:30 AM Bug #8166 (Feedback): Since r39628 rspec-mock's and_call_original fail with SystemStackError
Further study revealed that `and_call_original` does not work in some circumstances in Ruby 1.9/2.0 (see https://gith... marcandre (Marc-Andre Lafortune)
10:59 AM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
I looked at the code of rspec-mock.
I find it telling that the consistent `singleton_class.ancestors` makes the co...
marcandre (Marc-Andre Lafortune)
09:27 PM Revision c5fe7eb6 (git): class.c: suppress wrong warning
* class.c (HAVE_METACLASS_P): should check FL_SINGLTON flag before get
instance variable to get rid of wrong warnin...
nobu (Nobuyoshi Nakada)
09:08 PM Revision b5583577 (git): thread.c: TYPEOF_TIMEVAL_TV_SEC
* configure.in (TYPEOF_TIMEVAL_TV_SEC): check for x64-mingw, where
timeval.tv_sec is not time_t.
* thread.c (doubl...
nobu (Nobuyoshi Nakada)
09:08 PM Revision 77ff241f (git): timev.h: move time_t stuffs
* timev.h (TYPEOF_TIMEVAL_TV_SEC, unsigned_time_t): move from time.c.
* thread.c: use definitions in timev.h.
git-s...
nobu (Nobuyoshi Nakada)
09:08 PM Revision f2e1bfb8 (git): thread.c: format specifiers for time_t
* thread.c (sleep_timeval): fix format specifiers for time_t.
* time.c (DEBUG_REPORT_GUESSRANGE): ditto.
git-svn-id...
nobu (Nobuyoshi Nakada)
09:08 PM Revision ae422dda (git): gc.c: _aligned_malloc
* gc.c (aligned_malloc): declare _aligned_malloc() prototype for old VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
07:26 PM Bug #8189: (one more) inconsistency between Class and Module as namespaces
I have thought more about it, and i have remembered that a class constant lookup also follows the inheritance hierarc... alexeymuranov (Alexey Muranov)
06:41 PM Bug #8189 (Closed): (one more) inconsistency between Class and Module as namespaces
=begin
(I will only mention in parentheses that inheriting (({Class})) from (({Module})) looks like a bad idea to me...
alexeymuranov (Alexey Muranov)
05:07 PM Revision 30feef61 (git): * 2013-03-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:07 PM Revision c9d0a328 (git): Specify external_encoding
http://c5664.rubyci.org/~chkbuild/ruby-trunk/log/20130329T090301Z.diff.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.or...
naruse (Yui NARUSE)
07:53 AM Bug #8185: Thread/fork issue
2013/3/30 Jason Gladish <[email protected]>:
>
> I've found an issue where calling fork inside a thread...
akr (Akira Tanaka)
03:53 AM Bug #8185: Thread/fork issue
On Mar 29, 2013, at 10:16, Jason Gladish <[email protected]> wrote:

> I've found an issue where calling ...
drbrain (Eric Hodel)
03:33 AM Bug #8185 (Open): Thread/fork issue
Hello all,

I've found an issue where calling fork inside a thread, and passing a block
to the fork, causes th...
Anonymous
05:14 AM Revision ca76bb08 (git): Remove bcc32
agreed at http://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20130223Japan
git-svn-id: svn+ssh://ci.ruby-...
znz (Kazuhiro NISHIYAMA)
05:01 AM Bug #5811: Ruby Process Deadlocks With Fork on Mac OS X Lion
This does appear to be fixed in Ruby 2.0.0-p0. I'm no longer able to get my reproduction case to hang (It doesn't ha... samg (Sam Goldstein)
04:33 AM Revision bcb5c27f (git): * test/ruby/test_class.rb: Simplify warning checks
* test/ruby/test_io.rb: ditto
* test/ruby/test_module.rb: ditto
* test/ruby/test_regexp.rb: ditto
git-svn-id: svn+...
Marc-Andre Lafortune
03:03 AM Revision 246102b5 (git): * NEWS: Be more precise about singleton_class.ancestors change
[Feature #8035]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
02:34 AM Feature #7792: Make symbols and strings the same thing
Yep. If to_sym threw or nilled on previously unknown symbols, or at least on tainted data, this would be okay. Othe... Student (Nathan Zook)

03/29/2013

11:16 PM Feature #8184 (Open): Avoid the creation of meaningless ranges (nil, false, true)
With the definition of <=> on Object on post 1.8, the range_init() function no more throws "ArgumentError: bad value ... phi (Pascal Hurni)
07:23 PM Bug #8159: Build failure introduced by Rinda changes
2013/3/25 Tanaka Akira <[email protected]>

> It seems we need Socket.getifaddrs.

I implemented it in
https://...
akr (Akira Tanaka)
07:00 PM Revision b7d708c3 (git): * win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.
fix [ruby-core:53079] [Bug #7996]
reported and patched by mmeltner (Michael Meltner).
git-svn-id: svn+ssh://ci.ru...
U.Nakamura
06:52 PM Revision 33be01ca (git): * 2013-03-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:52 PM Revision 35cc29c8 (git): * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,
because the latter fails on cross device file move of some
environments.
fix [ruby-core:53492] [Bug #8109]
repo...
U.Nakamura
01:09 PM Revision 99155e20 (git): thread.c: Mutex#synchronize no block params
* thread.c (rb_mutex_synchronize_m): yield no block params. patch by
splattael (Peter Suschlik) in [ruby-core:5377...
nobu (Nobuyoshi Nakada)
12:02 PM Revision 2418b208 (git): Makefile.sub: configurations
* win32/Makefile.sub (prog): needs to update configurations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39999...
nobu (Nobuyoshi Nakada)
09:00 AM Revision 7b6badce (git): compliant is an adjective
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:51 AM Revision 824cb690 (git): io.c: get rid of IOError when skipped while iteration
* io.c (argf_next_argv): set init flag if succeeded to forward, after
skipping.
* io.c (argf_block_call_i, argf_blo...
nobu (Nobuyoshi Nakada)
07:51 AM Revision 8d7c52db (git): io.c: get rid of IOError when skipped while iteration
* io.c (argf_close): deal with init flag.
* io.c (argf_block_call_i, argf_block_call): forward next file if
skipped...
nobu (Nobuyoshi Nakada)
06:08 AM Bug #8182 (Closed): XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
Since upgrading to Ruby 2.0.0p0 we can no longer use MailChimp through the Hominid gem. Hominid relies on the Ruby XM... tsagadar (Marcel Mueller)
05:15 AM Feature #8096: introduce Time.current_timestamp
After the conversation, I hope its reasonable implement this. vipulnsward (Vipul Amler)
04:23 AM Revision 9c215874 (git): * include/ruby/missing.h: fixed merge mistake of r39985.
[Backport #8080]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39995 b2dd03c8-39d4-4d8f-98ff-823f...
U.Nakamura
02:15 AM Feature #8181 (Rejected): New flag for strftime that supports adding ordinal suffixes to numbers
This is my first issue on the ruby tracker--hopefully I'm asking in the right place?
It would be nice if you could...
tkellen (Tyler Kellen)
02:09 AM Revision 2e26edb6 (git): mkmf.rb: no CFLAGS in CXXFLAGS
* lib/mkmf.rb (configuration): not include all CFLAGS in CXXFLAGS, to
use different set than C for C++. [ruby-core...
nobu (Nobuyoshi Nakada)
01:24 AM Revision cea3a73f (git): ruby/io.h: get rid of conflict on AIX
* include/ruby/io.h: undef POSIX compliants names on AIX, which are no
longer needed. patch suggested by edelsohn ...
nobu (Nobuyoshi Nakada)
12:42 AM Revision 0cfc4866 (git): code cleanup by @vipulnsward [GH fixes #267]
* lib/cgi/core.rb: change each to each_value
* ext/bigdecimal/lib/bigdecimal/{jacobian,math}.rb:
remove unused va...
hsbt (Hiroshi SHIBATA)
12:09 AM Bug #8179: configure.in requires newer Autoconf than specified by AC_PREREQ
With Autoconf-2.64 I receive the following error:
configure:1510: error: possibly undefined macro: _m4_text_wrap_w...
edelsohn (David Edelsohn)

03/28/2013

11:11 PM Feature #8090 (Closed): resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
This issue was solved with changeset r39988.
Charles, thank you for reporting this issue.
Your contribution to Ruby i...
akr (Akira Tanaka)
10:09 PM Feature #8090: resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
nobu (Nobuyoshi Nakada) wrote:
> "host" has meanings when you build a cross-compiler. You build a
> compiler on "b...
jonforums (Jon Forums)
04:29 PM Feature #8090: resolv.rb checks platform based on RUBY_PLATFORM, which is insufficient for JRuby
"host" has meanings when you build a cross-compiler. You build a
compiler on "build" platform, which runs on "host"...
nobu (Nobuyoshi Nakada)
11:01 PM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
Hi,
nagachika (Tomoyuki Chikanaga) wrote:
> I think hiding singleton class from ancestors is better even when a m...
marcandre (Marc-Andre Lafortune)
09:51 PM Bug #8166: Since r39628 rspec-mock's and_call_original fail with SystemStackError
>marcandre
How do you think about this issue?
r39628 broke Mongoid tests, Please check http://ci.hsbt.org/view/...
hsbt (Hiroshi SHIBATA)
09:49 PM Revision 1950c1ce (git): * numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG via
LONG_LONG instead of double to unsigned LONG_LONG directly.
This is a challenge to fix a test_num2ull(TestNum2int)
...
akr (Akira Tanaka)
09:40 PM Bug #8179 (Feedback): configure.in requires newer Autoconf than specified by AC_PREREQ
Could you show what failures occur? nobu (Nobuyoshi Nakada)
07:23 AM Bug #8179: configure.in requires newer Autoconf than specified by AC_PREREQ
2013/3/28 edelsohn (David Edelsohn) <[email protected]>:

> Bug #8179: configure.in requires newer Autoconf than...
akr (Akira Tanaka)
07:08 AM Bug #8179 (Closed): configure.in requires newer Autoconf than specified by AC_PREREQ
configure.in states
AC_PREREQ(2.62)
but building with Autoconf-2.64 fails due to missing feature. configure in...
edelsohn (David Edelsohn)
09:32 PM Bug #8180 (Closed): Backport r39967 to 1.9.3 and 2.0.x
Please backport this bug fix to these branches.
Thank you.
hasari (Hiro Asari)
03:55 PM Revision 023c7f6a (git): * 2013-03-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:55 PM Revision 56f2447e (git): mkmf.rb: force refererence in MAIN_DOES_NOTHING
* lib/mkmf.rb (MAIN_DOES_NOTHING): ensure symbols for tests to be
preserved. [ruby-core:53745] [Bug #8169]
git-sv...
nobu (Nobuyoshi Nakada)
02:11 PM Revision 80466df6 (git): * lib/resolv.rb: Test Windows platform by detecting LoadError when
require 'win32/resolv' suggested by Nobuyoshi Nakada [ruby-core:53389].
[ruby-core:53388] [Feature #8090] Reported ...
akr (Akira Tanaka)
02:10 PM Revision 05f5cbeb (git): ruby/io.h: get rid of conflict on AIX
* include/ruby/io.h: rename SVR3,4 member names as POSIX compliants,
to get rid of conflict on AIX. [ruby-core:537...
nobu (Nobuyoshi Nakada)
01:11 PM Revision f25e55cb (git): tcltklib.c: rb_thread_alive_p macro
* ext/tk/tcltklib.c (rb_thread_alive_p): turn into a macro, so that
same code is generated.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
10:31 AM Bug #8177: ext/openssl/pkcs7 signing fails with EC keys
=begin
Hi Martin,
It's only a one liner aliasing public_key? to public? but I did it partly to check that nothing di...
Jacob640 (Joseph Coyle)
09:14 AM Bug #8177 (Assigned): ext/openssl/pkcs7 signing fails with EC keys
Hi Joseph,
thanks for your analysis! You are right, there are several incosistencies when comparing EC's implement...
MartinBosslet (Martin Bosslet)
03:41 AM Bug #8177 (Closed): ext/openssl/pkcs7 signing fails with EC keys
ext/openssl/pkcs7 signing fails with EC keys. This happens because the EC keys do not respond to key.private? metho... Jacob640 (Joseph Coyle)
10:10 AM Revision b97e9255 (git): merge revision(s) 39772,39773,39774,39775,39777,39779,39781,39783: [Backport #8080]
* configure.in: check struct timeval exist or not.
* include/ruby/missing.h (struct timeval): check HAVE_STR...
U.Nakamura
10:07 AM Revision f526fc2c (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:57 AM Revision ee09f19f (git): * regcomp.c (optimize_node_left, set_optimize_info_from_tree): right
handling for look behind anchor.
* regexec.c (onig_search): ditto.
[Backport #8076]
this patch is derived from On...
U.Nakamura
09:39 AM Bug #8178: OpenSSL::PKCS7::SignerInfo
Because of this bug I have been looking at why it is so difficult to get useful identifying info for pkcs7 signers. I... Jacob640 (Joseph Coyle)
09:08 AM Bug #8178 (Assigned): OpenSSL::PKCS7::SignerInfo
MartinBosslet (Martin Bosslet)
07:04 AM Bug #8178 (Closed): OpenSSL::PKCS7::SignerInfo
The instance method OpenSSL::PKCS7::SignerInfo.name does not return the signing certificate name but the X509 name of... Jacob640 (Joseph Coyle)
09:35 AM Revision 80961598 (git): merge revision(s) 39697,39701,39716,39740,39751: [Backport #8070]
* win32/file.c (rb_file_expand_path_internal): Expand home directory when
used as second parameter (dir_st...
U.Nakamura
09:29 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
...
akr (Akira Tanaka)
09:16 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
Can I request it? I would like to implement the intended, more correct behavior in JRuby. hasari (Hiro Asari)
07:53 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
...
akr (Akira Tanaka)
07:29 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
What is the reason not to? hasari (Hiro Asari)
06:23 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
2013/3/28 hasari (Hiro Asari) <[email protected]>:
>
> Issue #8173 has been updated by hasari (Hiro Asari).
...
akr (Akira Tanaka)
05:00 AM Bug #8173: 2-arg form of Time.at can take a Time as either argument
Will this be backported to 1.9.x? hasari (Hiro Asari)
09:23 AM Revision 29e56999 (git): * test/-ext-/num2int/test_num2int.rb: extract
assert_num2i_success_internal and assert_num2i_error_internal and
provide assertion messages as "NUM2XXX(NNN)".
g...
akr (Akira Tanaka)
09:19 AM Revision ea764677 (git): merge revision(s) 35159: [Backport #7980]
* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nil
values for Primitive instances.
...
U.Nakamura
09:15 AM Revision b3093a85 (git): merge revision(s) 39507,39508: [Backport #7963]
* tool/mkconfig.rb: reconstruct comma separated list values. a
command line to Windows batch file is split...
U.Nakamura
09:13 AM Revision d8bb5917 (git): merge revision(s) 39495: [Backport #7954]
* string.c (str_byte_substr): don't set coderange if it's not known.
[Bug #7954] [ruby-dev:47108]
git-svn...
U.Nakamura
09:12 AM Revision bccd52dd (git): merge revision(s) 39509,39511: [Backport #7961]
* lib/rexml/document.rb: move entity_expansion_limit accessor to ...
* lib/rexml/rexml.rb: ... here to make ...
U.Nakamura
04:52 AM Revision 8affdf78 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:50 AM Revision bb6a7778 (git): tcltklib.c: suppress warnings
* ext/tk/tcltklib.c (lib_eventloop_core, lib_thread_callback),
(ip_rbUpdateCommand, ip_rb_threadUpdateCommand, lib_...
nobu (Nobuyoshi Nakada)
04:50 AM Revision 78598ebf (git): ext/tk/tcltklib.c: adjust nesting
* ext/tk/extconf.rb: check for rb_thread_alive_p and
rb_thread_check_trap_pending.
* ext/tk/tcltklib.c (rb_thread_...
nobu (Nobuyoshi Nakada)
02:29 AM Bug #7956: Install fail with RVM
Ok now RVM 1.19 now tries to use gcc-4.2 first and it fails in this case: https://github.com/wayneeseguin/rvm/issues/... mpapis (Michal Papis)

03/27/2013

10:13 PM Revision 7d672f3e (git): * include/ruby/intern.h: Delete redundant inclusions caused by
AC_INCLUDES_DEFAULT in defines.h.
* include/ruby/defines.h: Ditto.
* include/ruby/ruby.h: Ditto.
* include/ruby/st...
akr (Akira Tanaka)
09:56 PM Revision 6537dc30 (git): * include/ruby/defines.h: Fix a compilation error on NetBSD,
"type of formal parameter 1 is incomplete" for the rb_thread_wait_for
invocation in rb_file_flock, by including hea...
akr (Akira Tanaka)
08:53 PM Bug #8173: 2-arg form of Time.at can take a Time as either argument
2013/3/27 hasari (Hiro Asari) <[email protected]>:

> Bug #8173: 2-arg form of Time.at can take a Time as eit...
akr (Akira Tanaka)
08:38 PM Bug #8173 (Closed): 2-arg form of Time.at can take a Time as either argument
This issue was solved with changeset r39967.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g...
akr (Akira Tanaka)
12:30 PM Bug #8173 (Closed): 2-arg form of Time.at can take a Time as either argument
http://www.ruby-doc.org/core-2.0/Time.html#method-c-at shows 3 forms of invocation:
at(time) → time click to toggl...
hasari (Hiro Asari)
05:14 PM Revision cbdbc910 (git): * 2013-03-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:13 PM Revision 45e866c1 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:12 PM Revision 83f1be1b (git): * numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.
(LLONG_MIN_MINUS_ONE_IS_LESS_THAN): Ditto.
(rb_num2long): Use LONG_MIN_MINUS_ONE_IS_LESS_THAN.
(rb_num2ulong): Di...
akr (Akira Tanaka)
12:26 PM Feature #8172 (Feedback): IndexError-returning counterparts to destructive Array methods
I am not against the idea itself, but using bang (!) for the names is not consistent with other bang methods.
Matz.
matz (Yukihiro Matsumoto)
11:55 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
=begin
> Martin
For clarification, I meant to have it return an error only in cases where (({nil})) needs to be ins...
sawa (Tsuyoshi Sawada)
11:53 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
This may be just an issue of wording: You say "index is out of range".
By definition, Ruby arrays don't have a ra...
duerst (Martin Dürst)
11:24 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
=begin
(({Hash})) has (({#store})) as an alias of (({#[]=})).
=end
nobu (Nobuyoshi Nakada)
11:00 AM Feature #8172: IndexError-returning counterparts to destructive Array methods
=begin
In the above, I missed to say that there is no counterpart for (({Array#[]=})). There should be one for it as...
sawa (Tsuyoshi Sawada)
10:51 AM Feature #8172 (Feedback): IndexError-returning counterparts to destructive Array methods
There are a few desctructive `Array` methods that take an index as an argument and silently insert `nil` if the index... sawa (Tsuyoshi Sawada)
12:01 PM Revision 73791168 (git): * test/-ext-/num2int/test_num2int.rb (asert_num2i_success): New
utility method.
(asert_num2i_error): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39968 b2dd03c8-39d...
akr (Akira Tanaka)
11:46 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
sorry, my previous mail has a typo. I've measured them again.
-------------------------------------
% ruby -v ../...
kosaki (Motohiro KOSAKI)
11:37 AM Revision c64f26a2 (git): * time.c (num_exact): use to_r method only if to_int method is
available.
[ruby-core:53764] [Bug #8173] reported by Hiro Asari.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
akr (Akira Tanaka)
10:59 AM Bug #8167 (Assigned): net/imap failing to parse IMAP response containing one BODYSTRUCTURE
bpot (Bob Potter) wrote:
> It looks like the response is invalid at least according the RFC3501. The additional fiel...
shugo (Shugo Maeda)
03:38 AM Bug #8167: net/imap failing to parse IMAP response containing one BODYSTRUCTURE
It looks like the response is invalid at least according the RFC3501. The additional fields that the parser is blowin... bpot (Bob Potter)
03:03 AM Bug #8167 (Closed): net/imap failing to parse IMAP response containing one BODYSTRUCTURE
Here is debugging output from Net::IMAP::ResponseParse::parse method:
@str: "* 29021 FETCH (RFC822.SIZE 3162 UID 1...
nlestat (Nathan Mackinnon)
10:53 AM Bug #8159: Build failure introduced by Rinda changes
2013/3/26 Tanaka Akira <[email protected]>:
>>
>> Sure, but what is the type of its return value?
>> Extended Addri...
akr (Akira Tanaka)
08:06 AM Feature #8128: New primitives for Rinda::TupleSpace
You are right: it is best to leave these extensions out of trunk. I can maintain them separately.
However, some cl...
vjoel (Joel VanderWerf)
07:40 AM Revision 2f1e7f6a (git): Makefile.sub: SIGNEDNESS_OF_TIME_T
* win32/Makefile.sub (config.h): add SIGNEDNESS_OF_TIME_T for
TIMET_MAX and TIMET_MIN.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
06:17 AM Revision 57123fb2 (git): thread_pthread.c: poll.h is already included
* thread_pthread.c (poll.h): already included in ruby/io.h from
thread.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
06:10 AM Feature #8164: Public/Private
Class methods and instance methods are different things.
I don't see advantages of this proposal.
nobu (Nobuyoshi Nakada)
02:30 AM Feature #8164 (Assigned): Public/Private
drbrain (Eric Hodel)
02:09 AM Feature #8164: Public/Private
"Stuff" the private() method to take the explicit options.
A possible solution would be:
private (:instance => [], :c...
EdwardCh (Edward Chen)
05:46 AM Feature #7792: Make symbols and strings the same thing
Student (Nathan Zook) wrote:
> Actually, rails trusts symbols at times in ways that it does not trust strings. This...
alexeymuranov (Alexey Muranov)
05:43 AM Feature #8168 (Feedback): Feature request: support for (single) statement lambda syntax/definition
=begin
What if the lambda takes the parameter e.g. (({->(x){x*x}}))?
Matz.
=end
matz (Yukihiro Matsumoto)
03:34 AM Feature #8168: Feature request: support for (single) statement lambda syntax/definition
So, redefining the proposal somewhat, '-> an_expression' or '->> an_expression' would be a shortcut for '-> {an_expre... garysweaver (Gary Weaver)
03:31 AM Feature #8168: Feature request: support for (single) statement lambda syntax/definition
Probably should have called it "expression lambda", not "statement lambda". Similarly "expression" not "value". Sorry... garysweaver (Gary Weaver)
03:28 AM Feature #8168 (Feedback): Feature request: support for (single) statement lambda syntax/definition
Abstract: Proposal for single statement lambda support, either via a new type of stab '->>', such that '->> some valu... garysweaver (Gary Weaver)
03:42 AM Revision 6b7478c4 (git): gmake.mk: order test-all and test-knownbug
* defs/gmake.mk (test-all, test-ruby): depends on test-knownbug if
check is given or with test-knownbug.
git-svn-i...
nobu (Nobuyoshi Nakada)
03:08 AM Revision bb945c37 (git): * test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,
not LONG_MIN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:03 AM Revision b4d05fb0 (git): * internal.h (TIMET_MAX_PLUS_ONE): definition simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:47 AM Bug #8166 (Rejected): Since r39628 rspec-mock's and_call_original fail with SystemStackError
Hello,
By r39628 [Feature 8035], Module#ancestors for a singleton class contains singleton class itself.
It intro...
nagachika (Tomoyuki Chikanaga)
02:17 AM Revision 16f61ee5 (git): Complete the change log entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@39961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
02:10 AM Revision 07483133 (git): * 2013-03-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@39960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:10 AM Revision 8fc8d598 (git): * array.c (rb_ary_collect), enum.c (enum_collect): rb_warn() is a
bit too noisy when RubyGems, so change it to rb_warning().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
Akinori MUSHA
 

Also available in: Atom