Project

General

Profile

Activity

From 03/20/2016 to 03/26/2016

03/26/2016

09:00 PM Bug #12220 (Closed): Why does Coverage keep previously-loaded files as empty arrays?
For instance,
ruby -e 'require "coverage"; Coverage.start; require "set"; Coverage.result; Coverage.start; requ...
Eregon (Benoit Daloze)
06:26 PM Bug #12120: [target/sh4] error: 'asm' operand requires impossible reload
Hi!
Just a quick update: I have started a discussion in the gcc bug tracker [1] since I am not so sure whether thi...
glaubitz (John Paul Adrian Glaubitz)
06:18 PM Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
I have the same setup, Rails 4.2, Ruby 2.3, Active Admin, and I got this bug as soon as I installed the country_selec... joemsak (Joe Sak)
05:12 PM Bug #12198: Hash#== sometimes returns false incorrectly
Tsuyoshi Sawada wrote:
> I thought you had previously written:
>
> >Actually it has nothing to do with sets
I'...
skalee (Sebastian Skalacki)
03:29 PM Bug #12198: Hash#== sometimes returns false incorrectly
Sebastian Skalacki wrote:
> `Set#rehash` is required
I thought you had previously written:
>Actually it has no...
sawa (Tsuyoshi Sawada)
02:57 PM Bug #12198: Hash#== sometimes returns false incorrectly
IMHO documentation on Hash#== is incorrect at the moment. It says:
> Equality—Two hashes are equal if they each co...
skalee (Sebastian Skalacki)
03:29 PM Feature #12133: Ability to exclude start when defining a range
Yui NARUSE wrote:
>
> On such case, an implementation will be something like following.
> If you want more easy to...
slash_nick (Ryan Hosford)
01:38 PM Feature #12133: Ability to exclude start when defining a range
Ryan Hosford wrote:
> I think this is useful because it would give the ruby language a more complete implementation ...
naruse (Yui NARUSE)
02:07 PM Feature #12208: Improve ri command
I like and use ri. It's nice that it works offline but there _are_ some inconveniences; two of them that come to my m... stomar (Marcus Stollsteimer)
01:53 PM Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
I sent a pull request to its upstream (yes, nkf has its own project). So it's really up to its mainteners. I don't ... shyouhei (Shyouhei Urabe)
12:36 PM Bug #12219 (Closed): JSON.parse does not resolve to specific Class by 'json_class' attribute, when symbolize_names:true

When I enable symbolize_names, than parser does not match the 'json_class' attribute. The Hash instance is returne...
[email protected] (Petr Novak)
02:03 AM Revision 48597149 (git): test_integer.rb: refine test_round
* test/ruby/test_integer.rb (test_round): refine assertions and
borrow from rubyspec.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
01:55 AM Revision 23e5b482 (git): numeric.c: rb_int2str
* numeric.c (rb_int2str): conversion function to String for
generic Integer.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
01:54 AM Revision e9dc649d (git): numeric.c: rb_int_round
* numeric.c (rb_int_round): rounding function for generic
Integers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
01:54 AM Revision 79b209f1 (git): numeric.c: basic arithmetic
* numeric.c (rb_int_{uminus,plus,minus,mul,idiv,modulo}): basic
arithmetic functions for generic Integers.
git-svn...
nobu (Nobuyoshi Nakada)
01:52 AM Revision ed47a0ec (git): numeric.c: Fixnum predicts
* numeric.c (FIXNUM_{POSITIVE,NEGATIVE,ZERO}_P): predict macros
only for Fixnum.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
01:42 AM Bug #12216: Class inherited Singleton method exclude argument from protected method accessing
Nobuyoshi Nakada wrote:
> Protected methods can be called from a same class instance.
So far I though, A and B is...
adamluzsi (Adam Luzsi)
01:22 AM Bug #12216: Class inherited Singleton method exclude argument from protected method accessing
Nobuyoshi Nakada wrote:
> Expected behavior.
> In the `inherited` method, `self` and `klass` are `A` and `B` respec...
adamluzsi (Adam Luzsi)
01:34 AM Revision 3f519a7b (git): compile.c: explicit address
* compile.c (prepare_compile_error): add & to explicit address of
functions to suppress warnings by old VC.
git-sv...
nobu (Nobuyoshi Nakada)
12:58 AM Feature #12211: introduce Date#first_of_month and Date#last_of_month
Shyouhei Urabe wrote:
> Naming-wise, Rails (ActiveSupport) has Date#beginning_of_month. That name can be more famil...
araipiyo (Shunichi Arai)

03/25/2016

10:12 PM Feature #12133: Ability to exclude start when defining a range
On Fri, Mar 25, 2016 at 9:58 PM, Matthew Kerwin wrote:
>
> That's only true for ranges of discrete values. A range...
Eregon (Benoit Daloze)
08:43 PM Feature #12133: Ability to exclude start when defining a range
Ryan Hosford wrote:
> I'm not proposing we support non-matching parenthesis or brackets. Here's what I'm proposing:
...
Eregon (Benoit Daloze)
09:44 PM Bug #12218 (Closed): Undefined behaviour
Applied in changeset r54293.
----------
use more suitable ticket [Bug #12218]
naruse (Yui NARUSE)
07:34 PM Bug #12218 (Closed): Undefined behaviour
This patch fixes undefined behaviour. schwab (Andreas Schwab)
09:44 PM Revision 08b08c1f (git): use more suitable ticket [Bug #12218]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:41 PM Bug #12118: ruby2.3: Segfaults on m68k due to improper stack allocation
Thanks, I also merged the patch for rb_locale_charmap_index. naruse (Yui NARUSE)
09:14 PM Bug #12118: ruby2.3: Segfaults on m68k due to improper stack allocation
Hi!
Thank you very much for your input.
Andreas Schwab just provided a second patch which actually fixed the pr...
glaubitz (John Paul Adrian Glaubitz)
09:40 PM Revision 4e637ade (git): Add patch author of r54291
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:35 PM Revision 2709170e (git): * localeinit.c (rb_locale_charmap_index): fix prototype. [Bug #12118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:05 PM Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
Shyouhei Urabe wrote:
> This is (surprisingly) safe, because that `mimeout_state.count = 0;` line purposefully termi...
fanantoxa (Anton Sivakov)
03:16 PM Bug #11870: Eradication of typical misspellings
Tadashi Saito wrote:
> Nobu and stable branch maintainer: Is there any chance to correct it?
done.
> Sorry f...
usa (Usaku NAKAMURA)
02:58 PM Bug #11870: Eradication of typical misspellings
Thank you for acceptance of the patch.
Unfortunately, I've found my (personal) mistake... Email address in my patc...
tad (Tadashi Saito)
03:13 PM Revision d525dbd0 (git): * ChangeLog: [ci skip] correct a mail address. cf. [Bug #11870]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:12 PM Revision b4843d9a (git): * 2016-03-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:12 PM Revision 38dc45ba (git): * ChangeLog: [ci skip] correct a mail address. cf. [Bug #11870]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:05 PM Feature #12217: Introducing Enumerable#sum for precision compensated summation and revert r54237
Akira Tanaka wrote:
> - Enumerable#sum is not well defined for non-numeric elements, especially objects without + me...
akr (Akira Tanaka)
01:21 PM Feature #12217: Introducing Enumerable#sum for precision compensated summation and revert r54237
I think sum of elements of an enumerable is used in many situations.
I searched '\.inject[ \(\{]' and '+' in .rb f...
akr (Akira Tanaka)
11:41 AM Feature #12217 (Closed): Introducing Enumerable#sum for precision compensated summation and revert r54237
In this issue I propose to introduce Enumerable#sum for precision compensated summation of an array of floating point... mrkn (Kenta Murata)
02:00 PM Bug #9810: Numeric#step behavior with mixed Float, String arguments inconsistent with documentation
The change for ruby_2_1 has been reverted.
I think this is a kind of bug, but incompatible change from another point...
usa (Usaku NAKAMURA)
09:29 AM Bug #9810: Numeric#step behavior with mixed Float, String arguments inconsistent with documentation
ruby_2_1 r54276 merged revision(s) 53949. usa (Usaku NAKAMURA)
01:56 PM Revision a0c09867 (git): revert r54276 because of incompatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:53 PM Revision 2d5e2cc2 (git): * test/openssl/utils.rb (start_server): check nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
09:42 AM Bug #12121: 異なる名前空間にある同名の定数により Module.constans の結果の並びが変わる
ruby_2_1 r54285 merged revision(s) 54231. usa (Usaku NAKAMURA)
09:42 AM Revision b3f1ffd7 (git): merge revision(s) 54231: [Backport #12121]
* variable.c: Added documentation about order of `Module#constants`
[ci skip][Bug #12121][ruby-dev:49505][f...
U.Nakamura
09:41 AM Bug #12204: Invalid range of capital letters at Greek alphabet
ruby_2_1 r54284 merged revision(s) 54210. usa (Usaku NAKAMURA)
09:41 AM Revision e4a39e0e (git): merge revision(s) 54210: [Backport #12204]
* string.c (enc_succ_alnum_char): try to skip an invalid character
gap between GREEK CAPITAL RHO and SIGMA....
U.Nakamura
09:40 AM Bug #11844: Please update unicode-licensed files (license issue)
ruby_2_1 r54283 merged revision(s) 54129,54130,54132. usa (Usaku NAKAMURA)
09:39 AM Revision df557d28 (git): merge revision(s) 54129,54130,54132: [Backport #11844]
* enc/trans/JIS: update Unicode's notice. [Bug #11844]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_...
U.Nakamura
09:36 AM Bug #12069: [PATCH] document OpenSSL::SSL::SSLContext#setup as MT-unsafe
ruby_2_1 r54282 merged revision(s) 54097. usa (Usaku NAKAMURA)
09:36 AM Revision 32299d98 (git): merge revision(s) 54097: [Backport #12069]
* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): document as MT-unsafe
[ruby-core:73803] [Bug #12069]
git-sv...
U.Nakamura
09:35 AM Bug #11893: Ruby keyword typo in Tk (require)
ruby_2_1 r54281 merged revision(s) 54022. usa (Usaku NAKAMURA)
09:35 AM Revision 3e98a649 (git): merge revision(s) 54022: [Backport #11893]
* ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.
[ruby-core:72513] [Bug #11893] The pa...
U.Nakamura
09:34 AM Bug #11891: Initializer method name typo in Tk
ruby_2_1 r54280 merged revision(s) 54021. usa (Usaku NAKAMURA)
09:34 AM Revision f73e2f53 (git): merge revision(s) 54021: [Backport #11891]
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
[ruby-core:72511] [Bug #11891] The patch pro...
U.Nakamura
09:33 AM Bug #11890: Initializer method name typo in Tk
ruby_2_1 r54279 merged revision(s) 54020. usa (Usaku NAKAMURA)
09:33 AM Revision 5464a947 (git): merge revision(s) 54020: [Backport #11890]
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
[ruby-core:72510] [Bug #11890] The patch provided by...
U.Nakamura
09:32 AM Bug #11886: Font name typo in Tk library and samples
ruby_2_1 r54278 merged revision(s) 54018. usa (Usaku NAKAMURA)
09:32 AM Revision ba94b8ce (git): merge revision(s) 54018: [Backport #11886]
* ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505]
[Bug #11886] The patch provided by A...
U.Nakamura
09:31 AM Bug #12044: net/ftp.rb: add NullSocket#closed? to fix closing not yet opened connection
ruby_2_1 r54277 merged revision(s) 53810. usa (Usaku NAKAMURA)
09:31 AM Revision fb28e643 (git): merge revision(s) 53810: [Backport #12044]
* net/ftp.rb: add NullSocket#closed? to fix closing not opened
connection. [Fix GH-1232]
git-svn-id: svn...
U.Nakamura
09:29 AM Revision facd0251 (git): merge revision(s) 53949: [Backport #9810]
* numeric.c (num_step_scan_args): comparison String with Numeric
should raise TypeError. it is an invalid t...
U.Nakamura
09:25 AM Bug #12192: Wrong nth_ref_max check in parse.y
ruby_2_1 r54275 merged revision(s) 54172. usa (Usaku NAKAMURA)
09:25 AM Revision 4e125b59 (git): merge revision(s) 54172: [Backport #12192]
* parse.y (parse_numvar): NTH_REF must be less than a half of
INT_MAX, as it is left-shifted to be ORed wit...
U.Nakamura
09:20 AM Bug #12188: Backport r54105 and r54136 (fix Marshal.load violation for invalid dump format)
ruby_2_1 r54274 merged revision(s) 54105,54108,54136,54138. usa (Usaku NAKAMURA)
09:19 AM Revision 477c282a (git): merge revision(s) 54105,54108,54136,54138: [Backport #12188]
* marshal.c (r_object0): Fix Marshal crash for corrupt extended object.
* marshal.c (r_object0): raise Argu...
U.Nakamura
09:08 AM Bug #9905: Fiber does not work on AIX
ruby_2_1 r54273 merged revision(s) 46373. usa (Usaku NAKAMURA)
09:08 AM Revision d86cba89 (git): merge revision(s) 46373: [Backport #9905]
* cont.c (rb_fiber_struct): keep context.uc_stack.ss_sp and context.uc_stack.ss_size
for later use. Patch b...
U.Nakamura
09:06 AM Bug #12168: Backport r48224 to 2.1
ruby_2_1 r54272 merged revision(s) 46108,46209,46223,46297,48223,48224. usa (Usaku NAKAMURA)
09:06 AM Revision d82440ff (git): merge revision(s) 46108,46209,46223,46297,48223,48224: [Backport #12168]
* test/openssl: Join threads.
* ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to work
wh...
U.Nakamura
08:48 AM Bug #12158: Fixnum#% doesn't show its name on ZeroDivisionError
ruby_2_1 r54271 merged revision(s) 54028. usa (Usaku NAKAMURA)
08:48 AM Revision 6827f86c (git): merge revision(s) 54028: [Backport #12158]
* insns.def (opt_mod): show its method name on ZeroDivisionError.
[Bug #12158]
git-svn-id: svn+ssh://ci.r...
U.Nakamura
08:46 AM Bug #12154: Backport r54010 (avoid a setgid test on AIX)
ruby_2_1 r54269 merged revision(s) 54010. usa (Usaku NAKAMURA)
08:45 AM Bug #12155: Backport r47837 (AIX does not allow getsid(pid) when pid is in a different session)
ruby_2_1 r54270 merged revision(s) 47837. usa (Usaku NAKAMURA)
08:45 AM Revision ce094d1d (git): merge revision(s) 47837: [Backport #12155]
* test/ruby/test_process.rb (TestProcess#test_setsid): AIX
does not allow Process::getsid(pid) when pid is ...
U.Nakamura
08:43 AM Revision 560c2da3 (git): merge revision(s) 54010: [Backport #12154]
* test/ruby/test_process.rb (test_execopts_gid): Skip a test
that is known to fail on AIX. AIX allows setgi...
U.Nakamura
08:41 AM Bug #12152: Backport r54004 (the fifth argument to getsockopt(2) is not modified correctly on return in AIX)
ruby_2_1 r54268 merged revision(s) 54004. usa (Usaku NAKAMURA)
08:41 AM Revision d76f4652 (git): merge revision(s) 54004: [Backport #12152]
* test/rinda/test_rinda.rb (test_make_socket_ipv4_multicast):
The fifth argument to getsockopt(2) should be...
U.Nakamura
08:35 AM Bug #12151: Backport r54002 (zconf.h in zlib does not recognize _LARGE_FILES in AIX)
ruby_2_1 r54267 merged revision(s) 54002. usa (Usaku NAKAMURA)
08:35 AM Revision 6a7c3138 (git): merge revision(s) 54002: [Backport #12151]
* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):
Skip two tests on AIX because zconf.h ...
U.Nakamura
08:34 AM Bug #12150: Backport r54005 (ipv6_v4compat? and ipv6_v4mapped? are broken on AIX)
ruby_2_1 r54266 merged revision(s) 54005. usa (Usaku NAKAMURA)
08:34 AM Revision 39301197 (git): merge revision(s) 54005: [Backport #12150]
* test/socket/test_addrinfo.rb (test_ipv6_address_predicates):
IN6_IS_ADDR_V4COMPAT and IN6_IS_ADDR_V4MAPPE...
U.Nakamura
08:32 AM Bug #12149: Backport r51930 (test_s_open_lock hangs on AIX)
ruby_2_1 r54265 merged revision(s) 51930. usa (Usaku NAKAMURA)
08:32 AM Revision 09298fae (git): merge revision(s) 51930: [Backport #12149]
* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skip
this test on AIX. The issue is the same as on So...
U.Nakamura
08:28 AM Bug #12148: Backport r54000 (__pi_stacksize returned by pthread_getthrds_np() is wrong on AIX)
ruby_2_1 r54264 merged revision(s) 54000. usa (Usaku NAKAMURA)
08:28 AM Revision c3ec5fd6 (git): merge revision(s) 54000: [Backport #12148]
* thread_pthread.c (getstack): __pi_stacksize returned by
pthread_getthrds_np() is wrong on AIX. Use
...
U.Nakamura
08:22 AM Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces
ruby_2_1 r54263 merged revision(s) 53943. usa (Usaku NAKAMURA)
08:22 AM Revision 26154da3 (git): merge revision(s) 53943: [Backport #11969]
* lib/irb.rb: avoid to needless truncation when using back_trace_limit option.
[fix GH-1205][ruby-core:7277...
U.Nakamura
08:19 AM Bug #11843: enc/windows_1250.c syntax error with fcc on Solaris -- C++(C99)-style comments should not be used
ruby_2_1 r54262 merged revision(s) 53202. usa (Usaku NAKAMURA)
08:19 AM Revision 32089305 (git): merge revision(s) 53202: [Backport #11843]
* enc/windows_1250.c: Should not use C++ style comments (C99 feature).
[Bug #11843]
git-svn-id: svn+ssh:/...
U.Nakamura
08:18 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
ruby_2_1 r54261 merged revision(s) 52883,52884,53046,53198. usa (Usaku NAKAMURA)
08:18 AM Revision 25ce249d (git): merge revision(s) 52883,52884,53046,53198: [Backport #11838]
* enc/iso_8859_4.c: Added missing lower/upper-case character
pair (U+014A and U+014B, LATIN CAPITAL/SMALL L...
U.Nakamura
08:13 AM Bug #11834: Backport r53168, r53169 (String#scrub, #encode infection)
ruby_2_1 r54260 merged revision(s) 49096,51353,53168,53169. usa (Usaku NAKAMURA)
08:13 AM Revision 2703953c (git): merge revision(s) 49096,51353,53168,53169: [Backport #11834]
test_m17n.rb: split test_scrub
* test/ruby/test_m17n.rb (TestM17N#test_scrub): split into some
tests.
...
U.Nakamura
07:40 AM Revision 8006157c (git): * test/ruby/enc/test_case_mapping.rb: Additional tests title case;
some not yet activated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
duerst (Martin Dürst)
05:59 AM Feature #12211: introduce Date#first_of_month and Date#last_of_month
Naming-wise, Rails (ActiveSupport) has Date#beginning_of_month. That name can be more familiar to other devs.
I'm...
shyouhei (Shyouhei Urabe)
04:38 AM Bug #12182 (Closed): openssl: NPN may be disabled by OpenSSL configuration
Applied in changeset r54258.
----------
openssl: fix build when NPN is disabled by OpenSSL
* ext/openssl/extconf.rb...
nobu (Nobuyoshi Nakada)
04:38 AM Revision b20b9e0a (git): openssl: fix build when NPN is disabled by OpenSSL
* ext/openssl/extconf.rb: check SSL_CTX_set_next_proto_select_cb
function rather than OPENSSL_NPN_NEGOTIATED macro....
nobu (Nobuyoshi Nakada)
02:17 AM Bug #12216 (Rejected): Class inherited Singleton method exclude argument from protected method accessing
Expected behavior.
In the `inherited` method, `self` and `klass` are `A` and `B` respectively, which are instances o...
nobu (Nobuyoshi Nakada)
12:20 AM Bug #12216 (Rejected): Class inherited Singleton method exclude argument from protected method accessing
Dear Ruby Lang developers.
I would like to ask about why the following code can work?
Or is it a valid scenari...
adamluzsi (Adam Luzsi)
02:08 AM Bug #12215 (Closed): URI::HTTP.new example is incorrect
Applied in changeset r54257.
----------
fix URI::HTTP.new example
* lib/uri/http.rb (URI::HTTP#initialize): [DOC] f...
nobu (Nobuyoshi Nakada)
02:08 AM Revision 1ac12c40 (git): fix URI::HTTP.new example
* lib/uri/http.rb (URI::HTTP#initialize): [DOC] fix example,
missing mandatory arguments. [ruby-core:74540] [Bug #...
nobu (Nobuyoshi Nakada)
01:02 AM Bug #10257: Generate X.509 certificate/request/CRL with elliptic curve keys
As a developer trying to use `OpenSSL::PKey::EC`, I don't see a problem with breaking the `#private_key` and `#public... tknarr (Todd Knarr)

03/24/2016

11:25 PM Bug #12215: URI::HTTP.new example is incorrect
You are right.
```ruby
uri = URI::HTTP.new('http', nil, "www.example.com", nil, "/path", "query", 'fragment')
``...
shevegen (Robert A. Heiler)
07:26 PM Bug #12215 (Closed): URI::HTTP.new example is incorrect
On this page (http://ruby-doc.org/stdlib-2.3.0/libdoc/uri/rdoc/URI/HTTP.html) the example for URI::HTTP.new will resu... mcdickenson (Matt Dickenson)
04:58 PM Feature #12214: Inconsistent behaviour and lack of warnings/errors when referencing duplicated _variables
Oh, I forgot to add the third case:
def foo _, _=2
p _
end
foo 1, 3
gives `1` (and not `...
Carpetsmoker (Martin Tournoij)
04:48 PM Feature #12214 (Open): Inconsistent behaviour and lack of warnings/errors when referencing duplicated _variables
_, _ = [1, 2]
p _
gives `2`
def foo _, _
p _
end
foo 1, 2
gives `1`
def foo _, _=2
p _
e...
Carpetsmoker (Martin Tournoij)
04:51 PM Bug #12118 (Closed): ruby2.3: Segfaults on m68k due to improper stack allocation
Applied in changeset r54256.
----------
* thread_pthread.c (reserve_stack): fix reserving position where
the stack...
naruse (Yui NARUSE)
04:42 PM Bug #12118: ruby2.3: Segfaults on m68k due to improper stack allocation
As far as I understand, the fix should be following:
```diff
diff --git a/thread_pthread.c b/thread_pthread.c
in...
naruse (Yui NARUSE)
09:30 AM Bug #12118: ruby2.3: Segfaults on m68k due to improper stack allocation
Here's the complete backtrace:
~~~
(sid-m68k-sbuild)root@z6:/build/ruby2.3-dCWwvL/ruby2.3-2.3.0# ./miniruby -I./l...
glaubitz (John Paul Adrian Glaubitz)
09:27 AM Bug #12118: ruby2.3: Segfaults on m68k due to improper stack allocation
Hi!
Since my first post was a bit confusing, here is for clarification:
The above patch helped with ruby2.2, bu...
glaubitz (John Paul Adrian Glaubitz)
04:51 PM Revision 88291c19 (git): * thread_pthread.c (reserve_stack): fix reserving position where
the stack growing bottom to top. [Bug #12118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54256 b2dd03c8-39d4-...
naruse (Yui NARUSE)
04:30 PM Feature #12133: Ability to exclude start when defining a range
Please accept apologies for confusion caused by non-matching parenthesis/brackets -- this notation is just a standard... slash_nick (Ryan Hosford)
04:10 PM Revision 22f1db4b (git): mkmf: Unquote directory strings
* lib/mkmf.rb (find_executable0): On Windows, it is actually valid
to surround individual PATH directory entries wi...
nobu (Nobuyoshi Nakada)
04:04 PM Revision e7e0eeb0 (git): test_find_executable.rb: each_exts
* test/mkmf/test_find_executable.rb (each_exts): extract common
setup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
03:49 PM Revision dc54e380 (git): strftime.c: Bignum conversion
* strftime.c (format_value): convert from Bignum to String,
instead of rb_str_format.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
03:12 PM Revision 24602147 (git): strftime.c: set buffer length
* strftime.c (FMTV): set the buffer length before appending to
keep just put part.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
03:01 PM Revision f4f7d497 (git): * 2016-03-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision 7d488c4e (git): strftime.c: refine r54248
* strftime.c (FMT_PRECISION): eliminate side effects.
[Bug #12213]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
01:39 PM Revision 5c233dcd (git): ChangeLog: remove duplicate entry [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:38 PM Bug #12213 (Closed): Lots of warnings: operation on ‘precision’ may be undefined
Applied in changeset r54248.
----------
strftime.c: remove recursive-assignments
* strftime.c (FMT, FMTV): remove r...
nobu (Nobuyoshi Nakada)
09:57 AM Bug #12213 (Closed): Lots of warnings: operation on ‘precision’ may be undefined
When compiling ruby trunk on cygwin, I get a long list of warnings starting with the following:
strftime.c:290:14:...
duerst (Martin Dürst)
01:38 PM Revision 20215f01 (git): strftime.c: remove recursive-assignments
* strftime.c (FMT, FMTV): remove recursive-assignments to get rid
of undefined behavior. [ruby-core:74532] [Bug #1...
nobu (Nobuyoshi Nakada)
12:02 PM Feature #12210: Add IdentitySet class that compares members by identity
I submitted this as a patch because the std lib already contains one subclass of Set (SortedSet) and a commented-out ... tjwp (Tim Perkins)
01:47 AM Feature #12210: Add IdentitySet class that compares members by identity
If you want a new class, why not start as a separate gem for it? shyouhei (Shyouhei Urabe)
01:40 AM Feature #12210: Add IdentitySet class that compares members by identity
I think that rather than creating a new class, adding an option on Set.new (e.g. Set.new([a_str, a_str, "b", "b"], co... duerst (Martin Dürst)
11:52 AM Bug #12185: Missing symbol inspect_tcpi_msec
Backported into `ruby_2_2` branch at r54247. nagachika (Tomoyuki Chikanaga)
11:52 AM Revision a9b42f17 (git): merge revision(s) 54139: [Backport #12185]
* ext/socket/option.c (inspect_tcpi_msec): more accurate condition
for TCPI msec member inspection function...
nagachika (Tomoyuki Chikanaga)
09:42 AM Bug #12212: Parsing a URI of "mailto:?subject=hi" with `URI.parse` raises an exception
Mark Dodwell wrote:
> Parsing a URI of "mailto:?subject=hi" with `URI.parse` raises an exception. I believe this is ...
duerst (Martin Dürst)
08:59 AM Bug #12212 (Closed): Parsing a URI of "mailto:?subject=hi" with `URI.parse` raises an exception
Parsing a URI of "mailto:?subject=hi" with `URI.parse` raises an exception. I believe this is a valid "mailto" URI, a... madeofcode (Mark Dodwell)
09:00 AM Bug #12209: Array#pack("G") problem
This is obviously a bug in the Ruby-side.
The original code, after swapping the bytes of a double, assigns it to a...
kazuho (Kazuho Oku)
06:08 AM Bug #12209: Array#pack("G") problem
I am aware of the x87 vs. SSE2 differences, but I don't think this issue has anything to do with that.
Note that m...
johan556 (Johan Holmberg)
04:20 AM Bug #12209 (Feedback): Array#pack("G") problem
It looks because of x87 FPU's internal calculation behavior.
x87 always calculates floating points with 80bit prec...
naruse (Yui NARUSE)
08:44 AM Revision 743f2bf8 (git): strftime.c: fix FMTV
* strftime.c (FMT_PADDING): extract format for padding.
* strftime.c (FMT_PRECISION): extract precision formula.
* st...
nobu (Nobuyoshi Nakada)
08:36 AM Feature #12211: introduce Date#first_of_month and Date#last_of_month
IMHO, consistent approach would be "allow Date/Time to be rounded to any component", there are many uses for this. Ma... zverok (Victor Shepelev)
08:23 AM Feature #12211 (Open): introduce Date#first_of_month and Date#last_of_month
Proposes new methods Date#first_of_month and Date#last_of_month which can be very helpful in reporting applications w... araipiyo (Shunichi Arai)
08:25 AM Bug #12120: [target/sh4] error: 'asm' operand requires impossible reload
Hi Nobuyosh!
Nobuyoshi Nakada wrote:
> What constraints does `DTRACE_PROBE4` macro have?
Sorry for the late re...
glaubitz (John Paul Adrian Glaubitz)
07:16 AM Bug #12100 (Rejected): CSV converters fail when using single arg proc
usa (Usaku NAKAMURA)
05:20 AM Revision 44a247c7 (git): strftime.c: case conversion
* strftime.c (STRFTIME): deal with case conversion flags for
recursive formats.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
04:27 AM Revision 0f4c580b (git): date_core.c: unused variable
* ext/date/date_core.c (dt_lite_jisx0301): remove no longer used
variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
03:43 AM Revision 8d23c8bf (git): date_core.c: append strings
* ext/date/date_core.c (dt_lite_iso8601): strftimev() always
returns a String, so append them directly.
git-svn-id...
nobu (Nobuyoshi Nakada)
03:43 AM Revision c85040d4 (git): date_core.c: fix jisx0301 and iso8601
* ext/date/date_core.c (d_lite_jisx0301, iso8601_timediv),
(dt_lite_jisx0301): format by the format string in local...
nobu (Nobuyoshi Nakada)
03:42 AM Revision c4f51b71 (git): date_core.c: fix inspect
* ext/date/date_core.c (mk_inspect_raw, mk_inspect): inspect by
"%+"PRIsVALUE, to prevent intermediate strings from...
nobu (Nobuyoshi Nakada)
02:43 AM Revision ec3d8950 (git): * 2016-03-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:43 AM Revision f3de12aa (git): strftime.c: fix false failure
* strftime.c (rb_strftime_with_timespec): remove unnecessary
check, as `s` equals to `endp` when recursed STRFTIME ...
nobu (Nobuyoshi Nakada)
02:20 AM Feature #12208: Improve ri command
I think it would be great to somehow integrate the 'do_you_mean' functionality into ri.
Also, a bit more interacti...
duerst (Martin Dürst)

03/23/2016

09:42 PM Feature #12157: Is the option hash necessary for future Rubys?
You forget that some people - like me - may use a hash because it is a lot simpler and more convenient too.
I don'...
shevegen (Robert A. Heiler)
09:34 PM Feature #12208: Improve ri command
ri is a bit weird, perhaps it is just that I got used to it not being that hugely important back in 2003 or
2004 or ...
shevegen (Robert A. Heiler)
06:31 AM Feature #12208: Improve ri command
We could add the `ri` commands for each method on the Ruby [doc HTML pages](http://ruby-doc.org/core-2.3.0/) at just... kgrz (Kashyap K)
05:22 AM Feature #12208 (Closed): Improve ri command
Ruby has well documented in rdoc.
It also has a frontend CLI.
But people seems not using `ri`...
At first, wri...
naruse (Yui NARUSE)
07:26 PM Feature #12210 (Closed): Add IdentitySet class that compares members by identity
This subclass of Set handles a use case that we ran into where we needed to track instances of objects that might com... tjwp (Tim Perkins)
05:24 PM Bug #12206: undef_method on prepended module undefines same-name method on prepending class
Kazuhiro NISHIYAMA wrote:
> How about using `remove_method` instead of `undef_method` ?
It worked, thanks! Behavi...
EugeneG (Eugene Gilburg)
01:36 PM Bug #12206: undef_method on prepended module undefines same-name method on prepending class
How about using `remove_method` instead of `undef_method` ? znz (Kazuhiro NISHIYAMA)
04:49 PM Bug #12209 (Closed): Array#pack("G") problem
Array#pack("G") gives incorrect result *sometimes*. The problem occurs with:
* all Ruby versions I have tried: 2.0...
johan556 (Johan Holmberg)
12:50 PM Revision aeb0be6a (git): * enum.c (ary_inject_op): put subtract operation out of if-clause.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
12:41 PM Revision e324d29e (git): * enum.c (ary_inject_op): Use Kahan's compensated summation algorithm
for summing up float values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54237 b2dd03c8-39d4-4d8f-98ff-823fe69...
Kenta Murata
11:57 AM Revision 5396d8a1 (git): strftime.c: format in String
* strftime.c (rb_strftime_with_timespec): append formatted results
to the given string with expanding, and also dea...
nobu (Nobuyoshi Nakada)
05:25 AM Revision 63436b3f (git): * lib/rdoc/ri/driver.rb (interactive): rescue NotFoundError raised in
expand_name. (display_name rescues NotFoundError by itself,
the original logic looks buggy...)
git-svn-id: svn+ssh...
naruse (Yui NARUSE)
02:44 AM Revision 7bfeb1c2 (git): remove SIGN_EXTEND_CHAR macro
* marshal.c (r_long): cast to `signed char`, which is used
already, instead of SIGN_EXTEND_CHAR.
* parse.y: SIGN_EX...
nobu (Nobuyoshi Nakada)
02:38 AM Bug #12199 (Closed): About msys2 path conversion measures in make test-all
Applied in changeset r54233.
----------
GNUmakefile.in: fix MSYS2_ARG_CONV_EXCL
* cygwin/GNUmakefile.in (MSYS2_ARG_...
nobu (Nobuyoshi Nakada)
01:26 AM Bug #12199 (Open): About msys2 path conversion measures in make test-all
shyouhei (Shyouhei Urabe)
02:38 AM Revision 6c8efc0d (git): GNUmakefile.in: fix MSYS2_ARG_CONV_EXCL
* cygwin/GNUmakefile.in (MSYS2_ARG_CONV_EXCL_PARAM):
* add missing parentheses and remove double quotes.
* rename...
nobu (Nobuyoshi Nakada)
01:39 AM Bug #12121 (Closed): 異なる名前空間にある同名の定数により Module.constans の結果の並びが変わる
Applied in changeset r54231.
----------
* variable.c: Added documentation about order of `Module#constants`
[ci sk...
hsbt (Hiroshi SHIBATA)
01:39 AM Revision ea6372de (git): * 2016-03-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:39 AM Revision b33841b3 (git): * variable.c: Added documentation about order of `Module#constants`
[ci skip][Bug #12121][ruby-dev:49505][fix GH-1301]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54231 b2dd03c8-...
hsbt (Hiroshi SHIBATA)

03/22/2016

08:38 PM Bug #12207 (Closed): [BUG] Segmentation fault at 0x00000000000000 ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin14]
```
/Users/mdowns/github/partner-api/lib/demandbase/generate_response_service.rb:20: [BUG] Segmentation fault at 0x0...
matthewadowns (Matthew Downs)
07:07 PM Bug #12206 (Closed): undef_method on prepended module undefines same-name method on prepending class
1. Define a class with a method
2. Define a module with a same-name method
3. Prepend the module on the class
4. U...
EugeneG (Eugene Gilburg)
03:54 PM Bug #12199: About msys2 path conversion measures in make test-all
対応ありがとうございました。
確認したところ、期待の動作にならなかったのでデバッグしました。
パッチを添付します。
次の1~3、(および4)の修正実施により、期待通りにパス変換が抑制されることを、
MSYS2 inst...
moritat (Tsuyoshi Morita)
03:34 PM Feature #12205: update missing/strl{cat,cpy}.c
Shyouhei Urabe wrote:
> The code is much cleaner so I would +1, but it seems the upstream has more recent revisions ...
cremno (cremno phobia)
12:02 PM Feature #12205: update missing/strl{cat,cpy}.c
The code is much cleaner so I would +1, but it seems the upstream has more recent revisions (strlcat.c 1.16 and strlc... shyouhei (Shyouhei Urabe)
11:43 AM Feature #12205 (Closed): update missing/strl{cat,cpy}.c
The attached git diff updates `missing/strlcat.c` from 1.8 to 1.15,
`missing/strlcpy.c` from 1.5 to 1.12 and also t...
cremno (cremno phobia)
12:08 PM Revision d864828f (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:08 PM Revision 2f455cec (git): * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.
* enc/unicode/case-folding.rb, casefold.h: Using above flag in data.
* enc/unicode.c: Marking capitalized character a...
duerst (Martin Dürst)
11:49 AM Bug #12203 (Assigned): dumper.c static int yaml_emitter_dump_scalar two variables have the same value
They are passed to a macro. I guess the author intentionally separated these two because merging them makes the code... shyouhei (Shyouhei Urabe)
11:19 AM Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
This is (surprisingly) safe, because that `mimeout_state.count = 0;` line purposefully terminates outer loop. It wor... shyouhei (Shyouhei Urabe)
05:19 AM Revision bf99f859 (git): parse.y: lambda indentation check
* parse.y (lambda_body, parser_yylex): warn mismatched indentation
of lambda block.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
05:13 AM Revision 8c22a641 (git): test_rubyoptions.rb: other indentation checks
* test/ruby/test_rubyoptions.rb (test_indentation_check): assert
warnings against other keyword mismatches.
git-sv...
nobu (Nobuyoshi Nakada)
02:41 AM Revision 15af93fc (git): * time.c (wmul): wrong condition.
fixed many test failures on 32bit and LLP64 platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54226 b2dd...
U.Nakamura
01:53 AM Bug #12177 (Assigned): Using `if:` as symbol in hash with new hash syntax in irb console is not working
shyouhei (Shyouhei Urabe)
01:37 AM Revision 6957898a (git): * time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th arguments
are valid pointers.
maybe checking them in wdivmod0() is better manner, but I guess that
passing real dummy point...
U.Nakamura
01:24 AM Revision 0dbbcdb6 (git): * time.c (divmodv): void function never returns any value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:11 AM Revision 66225416 (git): test/unit.rb: defer failures in non-replace mode
* test/lib/test/unit.rb (Test::Unit::StatusLine#failed): print
failed messages only if replacing mode, otherwise de...
nobu (Nobuyoshi Nakada)

03/21/2016

07:14 PM Revision 52065079 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:57 PM Revision 03d0501f (git): * time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.
* time.c (wmul): use MUL_OVERFLOW_FIXWV_P and only switch.
* time.c (wmul): use mul which has Fixnum optimization.
...
naruse (Yui NARUSE)
06:57 PM Revision 74d7b281 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:19 PM Revision 69bedfca (git): * 2016-03-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:19 PM Revision 849bbc65 (git): * time.c (divmodv): add the case both arguments are Fixnum.
* time.c (wquo): use quo which has Fixnum optimization.
* time.c (wdivmod0): added for WIDEVALUE_IS_WIDER.
* time.c...
naruse (Yui NARUSE)
05:20 PM Feature #12026: Support warning processor
Tsuyoshi Sawada wrote:
> Can we have additional syntax that is analogous to `rescue` (but a little different)? Maybe...
jeremyevans0 (Jeremy Evans)
02:00 PM Feature #12116: `Fixnum#divmod`, `Bignum#divmod` with multiple arguments
My proposal remains as I proposed above, but I just wanted to note that there is another natural way to generalize th... sawa (Tsuyoshi Sawada)
01:53 PM Revision 3176a634 (git): suppress warning
* iseq.c (rb_iseq_compile_with_option): suppress
maybe-uninitialized warning by gcc 4.8.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
01:36 PM Revision 51c4ffa4 (git): * internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
x == FIXNUM_MIN && y == -1. This must be a rare case and it is
expected compiler to handle well.
git-svn-id: svn+s...
naruse (Yui NARUSE)
01:31 PM Revision 2118eccc (git): time.c (quo): fix missing return
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:21 PM Revision 65478879 (git): fix commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:17 PM Revision f5715289 (git): * time.c (mod): Add Fixnum case.
* time.c (quo): c can be Fixnum except a == FIXNUM_MIN && b == -1.
Such case can be optimized out because quo()'s a...
naruse (Yui NARUSE)
01:09 PM Revision d17852b9 (git): internal.h: fix no-DLONG case
* internal.h (rb_fix_mul_fix): multiply converted values, not
object VALUEs.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
11:18 AM Bug #12199 (Closed): About msys2 path conversion measures in make test-all
Applied in changeset r54211.
----------
suppress msys2 pathname conversion
* common.mk (TEST_EXCLUDES, EXCLUDE_TEST...
nobu (Nobuyoshi Nakada)
11:18 AM Revision 61cefc13 (git): suppress msys2 pathname conversion
* common.mk (TEST_EXCLUDES, EXCLUDE_TESTFRAMEWORK): use full spell
long option.
* cygwin/GNUmakefile.in (MSYS2_ARG_...
nobu (Nobuyoshi Nakada)
10:09 AM Bug #12204 (Closed): Invalid range of capital letters at Greek alphabet
Applied in changeset r54210.
----------
string.c: skip invalid char gap
* string.c (enc_succ_alnum_char): try to sk...
nobu (Nobuyoshi Nakada)
10:09 AM Revision 0f327839 (git): string.c: skip invalid char gap
* string.c (enc_succ_alnum_char): try to skip an invalid character
gap between GREEK CAPITAL RHO and SIGMA.
[ruby...
nobu (Nobuyoshi Nakada)
09:55 AM Revision 90c543e4 (git): node.c: mark u3 of NODE_MATCH2
* node.c (rb_gc_mark_node): NODE_MATCH2 can have nd_args, u3,
since r54100.
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
09:55 AM Revision d5a97351 (git): test/unit.rb: show crashed file
* test/lib/test/unit.rb (after_worker_down): show failed file name
if worker crashed.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)

03/20/2016

10:42 PM Bug #12200 (Closed): MRI 2.2.4 parser forces blanks for hash keys which point to an array literal
nobu (Nobuyoshi Nakada)
09:09 AM Bug #12200 (Closed): MRI 2.2.4 parser forces blanks for hash keys which point to an array literal
In MRI 2.2.3 and below this was valid code:
~~~
$ ruby -v -e 'a={ name:%w(a b c) }; puts a'
ruby 2.2.3p173 (2015...
datenimperator (Christian Aust)
09:18 PM Bug #12204 (Closed): Invalid range of capital letters at Greek alphabet
Greek alphabet's first and last letter is:
* α - ω (lower case)
* Α - Ω (upper case)
So if we write on a ruby co...
tzabaman (George Vrettos)
06:28 PM Revision be40357a (git): * 2016-03-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:28 PM Revision b48fce26 (git): fix r54203's typo (no DLONG case)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:15 PM Feature #12194: File.dirname optional parameter
I myself have found Pathname harder or less elegant to use than the direct File* or Dir* methods so I am in support o... shevegen (Robert A. Heiler)
04:09 PM Bug #12198: Hash#== sometimes returns false incorrectly
Here is Hash#rehash link:
http://ruby-doc.org/core-2.3.0/Hash.html#method-i-rehash
Perhaps the documentation co...
shevegen (Robert A. Heiler)
02:41 PM Bug #12187 (Assigned): BigDecimal.divmod failing spuriously on 2.0.0
mrkn (Kenta Murata)
12:29 PM Bug #12203 (Third Party's Issue): dumper.c static int yaml_emitter_dump_scalar two variables have the same value
~~~
static int
yaml_emitter_dump_scalar(
.....
int plain_implicit = (strcmp((char *)node->tag,
YA...
fanantoxa (Anton Sivakov)
12:22 PM Bug #12202 (Closed): nkf.c static void mime_putc the variable being used for loop used for outer loop too
~~~
for (i=0;i<mimeout_state.count;i++) {
if (SP<mimeout_state.buf[i] && mimeout_state.buf[i]<DEL) {
eof_mim...
fanantoxa (Anton Sivakov)
12:18 PM Revision 6d97a5de (git): * internal.h (rb_int128t2big): declare only when HAVE_INT128_T.
fixed a compile error with VC++ introduced at r54203.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54205 b2dd0...
U.Nakamura
12:12 PM Bug #12201 (Closed): nkf.c static void fold_conv part of exression always true
~~~
/* new line */
if (fold_preserve_f) {
f_prev = c1;
f_line = 0;
fold_state = CR;
} else if...
fanantoxa (Anton Sivakov)
11:26 AM Revision ce5ba919 (git): time.c (mul): fix missing return.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:10 AM Revision 148f1b9d (git): * internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
but LONG_LONG is always defined as 64bit), or there's int128_t.
* internal.h (DL2NUM): defined if DLONG is defined.
...
naruse (Yui NARUSE)
10:09 AM Revision 57638377 (git): bignum.c: micro optimization
* bignum.c (rb_big_cmp): micro optimization of Fixnum comparison.
as SIGNED_VALUE and Fixnum have same sign-bits an...
nobu (Nobuyoshi Nakada)
09:53 AM Revision be05c579 (git): numeric.c: optimize Fixnum<->Bignum comparisons
* numeric.c (fix_gt, fix_ge, fix_lt, fix_le): optimize comparisons
Fixnum against Bignum by rb_big_cmp in inversed ...
nobu (Nobuyoshi Nakada)
09:47 AM Revision cb390bef (git): * time.c (add): remove FIXABLE() which is in LONG2NUM().
* time.c (sub): ditto.
* time.c (mul): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54200 b2dd03c8-39d4...
naruse (Yui NARUSE)
08:22 AM Bug #12117: UDPSocket.new crash on win32 with "rb_update_max_fd: invalid fd (xxx) given"
Can no longer reproduce as of:
ruby 2.2.5p256 (2016-03-10 revision 54072) [i386-mswin32_100]
Seems to be fixed!...
spatulasnout (B Kelly)
06:54 AM Bug #12199 (Closed): About msys2 path conversion measures in make test-all
ruby 2.3以降、make test-allの際のテスト除外の指定に正規表現リテラルを
用いるようになったと思います。
これにより、Windowsでのmsys, msys2を用いたbuild環境でmake test-all...
moritat (Tsuyoshi Morita)
01:56 AM Bug #11903 (Feedback): [BUG] vm_call_cfunc - cfp consistency error
How to reproduce it? nobu (Nobuyoshi Nakada)
 

Also available in: Atom