Project

General

Profile

Activity

From 04/01/2016 to 04/07/2016

04/07/2016

11:46 PM Revision 139579b5 (git): dln.c: move error message definition
* dln.c (dln_load): move the definition of incompatible library
version error message to be shared.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
07:30 PM Bug #12261 (Closed): Windows: File.dirname with 2+ / or 2+ \\ will return // or \\\\
I am working through some File.dirname issues on JRuby and I saw a ruby/spec covering this behavior on windows:
`F...
enebo (Thomas Enebo)
05:09 PM Bug #12260 (Closed): Process finished with exit code 134. Empty test suite.
I tried to run a test in ruby mine after updating gems. And i got this error:
Process finished with exit code 134
...
akiikius (sylvester tumusiime)
04:43 PM Revision fea3ee2a (git): * 2016-04-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:43 PM Revision 990d2d73 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:57 PM Bug #12259 (Rejected): DateTime.parse does not take into account the system timezone
DateTime.parse does not take into account the system timezone although Time.parse does take into account the system t... sonots (Naotoshi Seo)
03:35 PM Feature #7361: Adding Pathname#touch
Any update on this
```ruby
class Pathname
def touch(options={})
FileUtils.touch(@path, options)
end
...
dsisnero (Dominic Sisneros)
02:47 PM Bug #12258 (Closed): RDoc bug when handling comments in C code examples
RDoc fails to correctly convert documentation that includes C example code with `/* ... */` comments.
It does not ...
stomar (Marcus Stollsteimer)
01:12 PM Bug #12191: Violation of ANSI aliasing rules causing problems while compiling
Thanks for making the changed but we've tried getting it to work and it doesn't seem to. It doesn't look like setting... Zarko (Zarko Todorovski)
12:49 PM Bug #12257 (Rejected): io/wait: wait_readable/writable working different than IO.select when descriptor not open
Coming from this pending issue:
https://github.com/net-ssh/net-ssh/pull/303
Gist of it:...
chucke (Tiago Cardoso)
12:14 PM Revision a3239b5b (git): win32.c: call w32_wopen directly
* win32/win32.c (rb_w32_uopen): call w32_wopen directly instead of
variadic rb_w32_wopen.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
10:06 AM Bug #12256: multiline regex parses '/' in a comment
No way to know if it will have `x` option at reading that '#'. nobu (Nobuyoshi Nakada)
10:04 AM Bug #12256 (Closed): multiline regex parses '/' in a comment
Applied in changeset r54510.
----------
regexp.rdoc: terminators in comments [ci skip]
* doc/regexp.rdoc (comments)...
nobu (Nobuyoshi Nakada)
08:51 AM Bug #12256 (Closed): multiline regex parses '/' in a comment
line 41
```ruby
line =~ /
foo # bar/baz
/x
```
Should not parse beyond a bare '#' or the limitation shoul...
ag4ve (shawn wilson)
10:04 AM Revision bcdfef89 (git): regexp.rdoc: terminators in comments [ci skip]
* doc/regexp.rdoc (comments): [DOC] terminators cannot appear in
comments. [ruby-core:74838] [Bug #12256]
git-svn...
nobu (Nobuyoshi Nakada)
07:14 AM Feature #8526: gemify tk
やっぱり2.4以降はtkはgemでやっていただけませんか。
誰かががんばるにしてもGitHubなりで別リポジトリとしたほうがPull Request等などやりやすいでしょうし。
naruse (Yui NARUSE)
04:40 AM Bug #12253 (Closed): tkとmechanizeを併用してTkButtonを押すと"TypeError: allocator undefined for TkEvent::Event"エラーが起こる
backport r50338. nobu (Nobuyoshi Nakada)
02:35 AM Feature #12161: Friendly BigDecimal#inspect
I agree that `BigDecimal` output is horrible.
First of all, I see no point in displaying the object's address. On...
skalee (Sebastian Skalacki)
02:24 AM Revision de3f0a42 (git): tkutil.c: fix overrun
* ext/tk/tkutil/tkutil.c (cbsubst_initialize): fix out-of-bound
access when no arguments given. `p Tk::Event.new` ...
nobu (Nobuyoshi Nakada)
01:33 AM Revision 9cd35c22 (git): fake.rb: set extout
* tool/fake.rb (prehook): set "extout" in RbConfig to configure
extension libraries.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
12:10 AM Revision eb87580d (git): * 2016-04-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:10 AM Revision f0cee0c6 (git): test_ssl.rb: skip unsupported ciphers
* test/openssl/test_ssl.rb (test_get_ephemeral_key): skip
unsupported ciphers. [GH-1318]
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)

04/06/2016

07:23 PM Bug #12255 (Closed): [DOC] Small fix for rdoc of ext/json/lib/json/add/*
This patch removes some comments that otherwise would appear in the docs of the affected classes.
E.g. for Excepti...
stomar (Marcus Stollsteimer)
06:41 PM Feature #12254 (Closed): Add SSLCiphers option to webrick ssl.rb
Hi,
In order to secure a sinatra api using webrick i need to specify the ciphers to be used.
To do this i have adde...
rhadoo_io (Raducu Constantin)
06:26 PM Bug #12136: OpenStruct.new(format: :bar).send :format # => too few arguments
> a) Keep behavior the same and rubyists can alleviate these by using `public_send` instead of `send`
It doesn't s...
dblock (Daniel Doubrovkine)
04:16 PM Bug #12223: Backport r54304 (SEGV in rb_str_format())
ruby_2_3 r54505 merged revision(s) 54304. nagachika (Tomoyuki Chikanaga)
04:15 PM Revision 58f77932 (git): merge revision(s) 54304: [Backport #12223]
* sprintf.c (rb_str_format): fix buffer overflow, length must be
greater than precision. reported by Willi...
nagachika (Tomoyuki Chikanaga)
03:01 PM Bug #12253: tkとmechanizeを併用してTkButtonを押すと"TypeError: allocator undefined for TkEvent::Event"エラーが起こる
はじめのコードより
require 'mechanize'
をはずして2.3.0p0で試した結果、エラー無く動作しました。
申し訳ありません、当方の早とちりでお手数をお掛けしました。
恐れ入りますがチケットのクロー...
aves_ramphastos (Seigo Ishigane)
02:52 PM Bug #12253: tkとmechanizeを併用してTkButtonを押すと"TypeError: allocator undefined for TkEvent::Event"エラーが起こる
申し訳ありません。いま気づいて上記のコードから
require 'mechanize'
をはずしたらどうなるかを試しました。
結果は同じで、2.1.8では動作しますが、2.2.4では上記と同様のエラーでした。
タイ...
aves_ramphastos (Seigo Ishigane)
02:38 PM Bug #12253 (Closed): tkとmechanizeを併用してTkButtonを押すと"TypeError: allocator undefined for TkEvent::Event"エラーが起こる
Rubyコミュニティ 御中
恐れ入りますがお尋ねしたいことがあり、チケットを切りました。
ruby/tkとmechanizeを併用した際に「`TypeError: allocator undefined for TkEve...
aves_ramphastos (Seigo Ishigane)
02:54 PM Bug #10015: Performance regression in Dir#[]
The problem seems to persist Mac OS X, although is better on 2.3.0, is still a lot slower than 2.1.x.
I have run the...
l.ferreira (Layon Ferreira)
02:29 PM Bug #12220 (Closed): Why does Coverage keep previously-loaded files as empty arrays?
Applied in changeset r54504.
----------
* ext/coverage/coverage.c: Fully reset coverage to not persist global state....
Eregon (Benoit Daloze)
02:21 PM Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
Yusuke Endoh wrote:
> Xavier, thank you for your opinion. I also don't think that it is a good idea to change becau...
Eregon (Benoit Daloze)
02:18 PM Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
Thank you for your reply.
Xavier Shay wrote:
> Hello, I filed #4796. It was a long time ago, and I don't remember...
Eregon (Benoit Daloze)
01:30 PM Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
Xavier, thank you for your opinion. I also don't think that it is a good idea to change because of a spec, but I don... mame (Yusuke Endoh)
12:57 AM Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
Hello, I filed #4796. It was a long time ago, and I don't remember what I was trying to do. Likely something around a... xshay (Xavier Shay)
02:29 PM Revision 4225b29d (git): * ext/coverage/coverage.c: Fully reset coverage to not persist global state.
It was returning old file coverages as empty arrays to the user.
[ruby-core:74596] [Bug #12220]
* ext/coverage/cove...
Eregon (Benoit Daloze)
01:41 PM Revision 6a79276e (git): configure.in: fix lgamma_r condition
* configure.in (rb_cv_lgamma_r_m0): fix the condition for
lgamma_r(-0.0). [Bug #12249]
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
11:49 AM Feature #11322: OpenUri: RuntimeError: HTTP redirection loop
i've had a similar issue with `open('http://www.replayjeans.com/us/shop/product/women/jumpers-knitwear/neoprene-print... chaimann (Eugene Chaikin)
11:17 AM Bug #12252 (Closed): Clarify Thread exception handling documentation.
The current documentation for Thread exception handling in vm.c is somewhat unclear. I've tried to explain the behavi... djellemah (John Anderson)
08:40 AM Revision 3f1fc5e4 (git): * tool/downloader.rb (RubyGems.download): follow the change of the
rubygems ssl_certs directory tree introduced by previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
U.Nakamura
07:59 AM Revision 373a7006 (git): btest: resource limit
* bootstraptest/test_thread.rb: rescue resource limitation errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
06:01 AM Revision 469bac0f (git): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3.
Please see entries of 2.6.3 on
https://github.com/rubygems/rubygems/blob/master/History.txt
git-svn-id: svn+ssh://...
hsbt (Hiroshi SHIBATA)
05:13 AM Revision ea736d55 (git): configure.in: check lgamma_r(-0.0)
* configure.in (rb_cv_lgamma_r_m0): check if lgamma_r(-0.0)
returns negative infinity. [Bug #12249]
* math.c (ruby...
nobu (Nobuyoshi Nakada)
04:38 AM Revision 9d31efc6 (git): test_ssl.rb: skip unavailable pkeys
* test/openssl/test_ssl.rb (test_get_ephemeral_key): skip
unavailable public keys. [GH-1318]
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
01:56 AM Revision 84d81867 (git): Logger: simple refactoring
* lib/logger.rb (Logger#level=): remove unnecessary local
variable.
* lib/logger.rb (Logger#initialize, Logger#reop...
nobu (Nobuyoshi Nakada)
01:26 AM Bug #12250: Ruby segfaults on `foodcritic .`
And seems a usual "incompatible library version" error. nobu (Nobuyoshi Nakada)
01:17 AM Revision 39330d6b (git): lgamma_r.c: fix at -0.0
* math.c (ruby_lgamma_r): missing/lgamma_r.c is used on Windows,
since msvcrt does not provide it.
* missing/lgamma...
nobu (Nobuyoshi Nakada)

04/05/2016

10:15 PM Bug #12250 (Rejected): Ruby segfaults on `foodcritic .`
Ruby 2.0.0 is EOL hsbt (Hiroshi SHIBATA)
03:41 PM Bug #12250 (Rejected): Ruby segfaults on `foodcritic .`
Trace:
```
Downloads$ foodcritic .
/Users/andrew.pennebaker/.gem/ruby/2.0.0/gems/nokogiri-1.6.6.2/lib/nokogiri/n...
mcandre (Andrew Pennebaker)
08:46 PM Bug #12249: Math.gamma(-0.0) should return -Infinity
Regarding `Math.lgamma(-0.0)` (r54494,r54495):
It's actually caused by the `lgamma_r()` fallback implementation. A...
cremno (cremno phobia)
07:16 PM Bug #12249: Math.gamma(-0.0) should return -Infinity
Nobuyoshi Nakada wrote:
> Applied in changeset r54492.
>
> ----------
> math.c: fix tgamma
>
> * math.c (ruby...
Eregon (Benoit Daloze)
03:58 PM Bug #12249: Math.gamma(-0.0) should return -Infinity
Also `Math.lgamma(-0.0)`. nobu (Nobuyoshi Nakada)
03:52 PM Bug #12249 (Closed): Math.gamma(-0.0) should return -Infinity
Applied in changeset r54492.
----------
math.c: fix tgamma
* math.c (ruby_tgamma): fix tgamma(-0.0) on mingw.
[ru...
nobu (Nobuyoshi Nakada)
11:53 AM Bug #12249 (Closed): Math.gamma(-0.0) should return -Infinity
On Windows, Math.gamma(-0.0) returns +Infinity instead of -Infinity,
which is the correct result according to tgamma...
Eregon (Benoit Daloze)
07:45 PM Bug #12251 (Closed): DelegateClass(OpenStruct) behavior in 2.3.0 different from 2.2
This came from https://github.com/ruby-grape/grape/issues/1348
~~~
require 'delegate'
require 'ostruct'
class...
dblock (Daniel Doubrovkine)
04:23 PM Revision bb7a4c2a (git): * math.c (ruby_lgamma_r): mswin's lgamma_r also seems to be wrong.
cf. [Bug #12249]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:53 PM Revision 542d3a07 (git): math.c: fix lgamma
* math.c (ruby_lgamma_r): fix lgamma(-0.0) on mingw and OSX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54494...
nobu (Nobuyoshi Nakada)
03:52 PM Revision 8c4c3508 (git): * 2016-04-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:52 PM Revision 41c53344 (git): math.c: fix tgamma
* math.c (ruby_tgamma): fix tgamma(-0.0) on mingw.
[ruby-core:74817] [Bug #12249]
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
03:34 PM Bug #11940: Ruby fails to compile with --with-static-linked-ext
ruby_2_3 r54491 merged revision(s) 53419. nagachika (Tomoyuki Chikanaga)
03:33 PM Revision d309921e (git): merge revision(s) 53419: [Backport #11940]
* lib/rubygems/security.rb (DIGEST_ALGORITHM, KEY_ALGORITHM):
should check same name as the used constants....
nagachika (Tomoyuki Chikanaga)
10:16 AM Bug #9198 (Closed): Segfault in TestException#test_machine_stackoverflow
This test was disabled by r49550 => closing this issue. vo.x (Vit Ondruch)
08:15 AM Revision a4915087 (git): string.c: rb_str_concat_literals
* string.c (rb_str_concat_literals): concatenate literal string
fragments.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
06:03 AM Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
Anton Sivakov wrote:
> Yui NARUSE wrote:
> > Applied in changeset r54423.
> >
> > ----------
> > * ext/nkf/nkf-...
naruse (Yui NARUSE)
05:54 AM Revision eee2769c (git): * ext/nkf/nkf-utf8/nkf.c (mime_putc): fix typo.
[Bug #12202] [ruby-core:74802]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54489 b2dd03c8-39d4-4d8f-98ff-823fe...
naruse (Yui NARUSE)
03:55 AM Bug #12248 (Rejected): Backport rubygems fix from upstream repo for Ruby 2.2.x
Rubygems fixed bug that was introduced by Rubygems 2.4.5 on Ruby 2.2.0.
This bug is backported 2.4.x branch on rub...
hsbt (Hiroshi SHIBATA)

04/04/2016

10:16 PM Feature #12247: accept multiple arguments at Array#delete
+1 I needed this a few days ago rosenfeld (Rodrigo Rosenfeld Rosas)
06:15 PM Feature #12247: accept multiple arguments at Array#delete
With gcc version 5.3.0 20151204 (Ubuntu 5.3.0-3ubuntu1~14.04), following result:
```
% time ./miniruby54488 -e'i...
naruse (Yui NARUSE)
03:02 PM Feature #12247: accept multiple arguments at Array#delete
Sebastian Skalacki wrote:
> Anyway, I think that the return value could be better described in docs.
Agreed.
Ple...
usa (Usaku NAKAMURA)
03:00 PM Feature #12247: accept multiple arguments at Array#delete
Tsuyoshi Sawada wrote:
> depending on the length of `array`, you get different types of results. It can be a gotcha....
usa (Usaku NAKAMURA)
02:48 PM Feature #12247: accept multiple arguments at Array#delete
If the return value has as many items as arguments passed to the method and the items order is preserved, then the re... skalee (Sebastian Skalacki)
02:45 PM Feature #12247: accept multiple arguments at Array#delete
I like the idea, but I feel a slight inconsistency of the proposed output with the existing behavior. When the argume... sawa (Tsuyoshi Sawada)
02:04 PM Feature #12247: accept multiple arguments at Array#delete
With my implementation (attached patch),
```ruby
ary = [1, 2, 3, 4, 5]
ary.delete(1, 6) # => [1]
ary ...
usa (Usaku NAKAMURA)
01:48 PM Feature #12247: accept multiple arguments at Array#delete
I guess this is a simple change. I have nothing against it.
As for the last question:
```ruby
ary = [1, 2, 3, ...
shevegen (Robert A. Heiler)
09:11 AM Feature #12247: accept multiple arguments at Array#delete
Given:
~~~
ary = [1, 2, 3, 4, 5]
~~~
What is going to be returned by:
~~~
ary.delete(1, 6)
~~~
?
skalee (Sebastian Skalacki)
07:03 AM Feature #12247: accept multiple arguments at Array#delete
+1 I needed this before too. For API consistency I would also want Hash#delete to accept multiple argumenrts as well. shyouhei (Shyouhei Urabe)
04:45 PM Bug #10642: 2.2: TestMath#test_gamma test failure (MinGW)
This issue keep failing in ruby_2_2 branch.
Please backport r49913.
moritat (Tsuyoshi Morita)
04:12 PM Revision 8fba800f (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:08 PM Revision d1683b59 (git): test_get_ephemeral_key: use assert_instance_of
* test/openssl/test_ssl.rb (test_get_ephemeral_key): should use
assert_instance_of instead of comparison of classes...
nobu (Nobuyoshi Nakada)
03:06 PM Revision cd2eb1f9 (git): * 2016-04-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:06 PM Revision 176976db (git): openssl: Access to ephemeral TLS session key
* ext/openssl/ossl_ssl.c (ossl_ssl_tmp_key): Access to ephemeral
TLS session key in case of forward secrecy cipher....
nobu (Nobuyoshi Nakada)
02:37 PM Bug #12095 (Closed): ruby_vm_at_exit can sometime cause a crash.
Applied in changeset r54484.
----------
at_exit list
* vm_core.h (rb_vm_struct): make at_exit a single linked list ...
nobu (Nobuyoshi Nakada)
02:36 PM Bug #12095: ruby_vm_at_exit can sometime cause a crash.
`at_exit` functions should be called in the inverse order, LIFO. nobu (Nobuyoshi Nakada)
02:37 PM Revision 990d709e (git): at_exit list
* vm_core.h (rb_vm_struct): make at_exit a single linked list but
not RArray, not to mark the registered functions ...
nobu (Nobuyoshi Nakada)
01:53 PM Feature #12245: optional parameter ndigits to Integer#floor, Integer#ceil, Float#floor, Float#ceil
I think that would make sense.
I usually add an extra method call afterwards to round it manually (or, if not .rou...
shevegen (Robert A. Heiler)
10:35 AM Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
Yui NARUSE wrote:
> Applied in changeset r54423.
>
> ----------
> * ext/nkf/nkf-utf8/nkf.c: Merge upstream 4f3ed...
fanantoxa (Anton Sivakov)
09:19 AM Bug #12235: URI.encode issue with square brackets
escalating URL spec: https://github.com/whatwg/url/issues/112 naruse (Yui NARUSE)
08:49 AM Revision dc58fbea (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:49 AM Revision 02f75074 (git): * gc.c: change deafult value of
RUBY_GC_HEAP_FREE_SLOTS_MIN_RATIO 0.3 -> 0.2
RUBY_GC_HEAP_FREE_SLOTS_MAX_RATIO 0.8 -> 0.65
These values are same...
ko1 (Koichi Sasada)
08:41 AM Revision 3287bad2 (git): * gc.c (get_envparam_double): take an upper_bound.
And also take an accept_zero flag which allow to accept zero
even if lower_bound is set.
* gc.c (ruby_gc_set_param...
ko1 (Koichi Sasada)
07:42 AM Revision 60f14c29 (git): * 2016-04-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:42 AM Revision eddbebcb (git): * vm.c (Init_VM): should pass tokens.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:20 AM Bug #12191: Violation of ANSI aliasing rules causing problems while compiling
Does this help? RBasic and RBasicRaw does in fact occupy identical memory region so making them union seems the most ... shyouhei (Shyouhei Urabe)
05:21 AM Feature #12225 (Rejected): Remove inline assemblers and always enables USE_MACHINE_REGS
Usaku NAKAMURA wrote:
> One more result of mswin64 (Visual C++ 2013):
> ...
Thank you for benchmark.
Hmm Visual...
naruse (Yui NARUSE)

04/03/2016

03:47 PM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
ruby_2_3 r54478 merged revision(s) 53495. nagachika (Tomoyuki Chikanaga)
03:41 PM Revision ea966b6c (git): merge revision(s) 53495: [Backport #11970]
* compile.c (compile_massign_lhs): when index ends with splat,
append rhs value to it like POSTARG, since V...
nagachika (Tomoyuki Chikanaga)
08:51 AM Feature #12247 (Open): accept multiple arguments at Array#delete
I found that it's very useful if `Array#delete` accepts multiple arguments.
```ruby
ary = [1, 2, 3, 4, 5]
ary.de...
usa (Usaku NAKAMURA)
12:34 AM Revision b4c0aac4 (git): numeric.c: dbl2ival no longer rounds
* numeric.c (flodivmod): round division if it is a finite number
and module is required.
* numeric.c (dbl2ival): do...
nobu (Nobuyoshi Nakada)

04/02/2016

10:38 PM Revision 2b829860 (git): * 2016-04-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:38 PM Revision 95813d47 (git): numeric.c: move declaration [ci skip]
* numeric.c (fix_lshift, fix_rshift, flo_truncate): move forward
declaration to the top.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
08:49 PM Bug #12246 (Closed): [DOC] Language improvements for doc/extension.rdoc
The patch provides several language improvements for doc/extension.rdoc. stomar (Marcus Stollsteimer)
06:41 PM Feature #12244: Add a way to `integer - integer % num`
Why this new method is too slow seems because of keyword argument. naruse (Yui NARUSE)
01:45 PM Feature #12244 (Assigned): Add a way to `integer - integer % num`
We sometimes calculates `integer - integer % num`.
For example time series events into time partitions, we write c...
naruse (Yui NARUSE)
06:17 PM Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
Yusuke Endoh wrote:
Thank you for your reply.
> Benoit Daloze wrote:
> > I consider it a bug in that it seems ...
Eregon (Benoit Daloze)
03:34 PM Feature #12245 (Closed): optional parameter ndigits to Integer#floor, Integer#ceil, Float#floor, Float#ceil
Related to [Feature #12244].
I think that `Integer#floor`, `Integer#ceil`, `Float#floor`, and `Float#ceil` should ha...
nobu (Nobuyoshi Nakada)
02:49 PM Bug #12243: Segmentation fault at 0x0000000000001c
Nobuyoshi Nakada wrote:
> How to reproduce it?
It happens when I parse a large XML File with libxml-ruby and writ...
fero46 (Ferhat Ziba)
02:44 AM Bug #12243 (Feedback): Segmentation fault at 0x0000000000001c
How to reproduce it? nobu (Nobuyoshi Nakada)
09:31 AM Feature #12241 (Rejected): super end
nobu (Nobuyoshi Nakada)
08:42 AM Feature #12241: super end
NOOOO GOOD!! is ruby want become to perl? windwiny (wind winy)
12:19 AM Feature #12241: super end
Robert A. Heiler wrote:
> Edit: Or perhaps "FINAL_END"
It isn't always "FINAL".
```ruby
module MyModule
cl...
nobu (Nobuyoshi Nakada)
12:17 AM Feature #12241: super end
Martin Dürst wrote:
> I think this should be end!, to look like a Ruby method name :-).
Since it conflicts with t...
nobu (Nobuyoshi Nakada)
09:31 AM Feature #12240 (Rejected): circle number arguments
nobu (Nobuyoshi Nakada)
12:21 AM Feature #12240: circle number arguments
Martin Dürst wrote:
> In addition, a proposal for adding black and white circled numbers
> possibly up into the ...
nobu (Nobuyoshi Nakada)
06:33 AM Revision 9a686593 (git): numeric.c: prefer rb_check_arity
* numeric.c (flo_round, int_to_s, int_round): use rb_check_arity
instead of rb_scan_args for a simple optional argu...
nobu (Nobuyoshi Nakada)
06:24 AM Revision 9731a745 (git): * 2016-04-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:24 AM Revision d2e21473 (git): rb_check_arity returns argc now
* include/ruby/intern.h (rb_check_arity): returns argc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54472 b2dd...
nobu (Nobuyoshi Nakada)

04/01/2016

08:20 PM Bug #12243 (Closed): Segmentation fault at 0x0000000000001c
/Users/fero46/.rvm/gems/ruby-2.2.3/gems/activerecord-4.2.6/lib/active_record/relation/query_methods.rb:574: [BUG] Se... fero46 (Ferhat Ziba)
05:08 PM Revision 03228aab (git): merge revision(s) 53722: [Backport #12232]
* ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix
Ripper.lex error in dedenting squiggly heredoc. ...
naruse (Yui NARUSE)
02:42 PM Feature #12242: Is it worth adding collision probability of SecureRandom functions in RubyDoc?
You mean you suggest to have the documentation better?
The UI can be a bit confusing I agree, I'd like to have a s...
shevegen (Robert A. Heiler)
01:16 PM Feature #12242: Is it worth adding collision probability of SecureRandom functions in RubyDoc?
Apologies if I opened this in a wrong format. I'm pretty new to redmine tracker, and unfamiliar with the UI :(
kgrz (Kashyap K)
09:46 AM Feature #12242 (Feedback): Is it worth adding collision probability of SecureRandom functions in RubyDoc?
Is it feasible and/or even useful to document the probability of
collisions for the various random number generation...
kgrz (Kashyap K)
02:39 PM Feature #12241: super end
You almost got me with this one!
Also see the "endddd" suggestion. :)
Edit: Or perhaps "FINAL_END"
shevegen (Robert A. Heiler)
06:32 AM Feature #12241: super end
Nobuyoshi Nakada wrote:
> This proposal will introduce "super end", `!end`, which ends the block began at the same...
duerst (Martin Dürst)
06:18 AM Feature #12241 (Rejected): super end
This is a refinement of [Feature #5054].
It required to count the depth of count to end, and tiresome.
This pro...
nobu (Nobuyoshi Nakada)
01:00 PM Revision 3e0512bd (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:58 AM Revision 5e9d33ad (git): * enc/unicode/case-folding.rb, casefold.h: Data generation to implement
swapcase functionality for titlecase characters. Swapcase isn't defined
by Unicode, because the purpose/usage of sw...
duerst (Martin Dürst)
10:49 AM Feature #12225: Remove inline assemblers and always enables USE_MACHINE_REGS
One more result of mswin64 (Visual C++ 2013):
```
Speedup ratio: compare with the result of `ruby 2.4.0dev (2016-...
usa (Usaku NAKAMURA)
10:04 AM Feature #12225: Remove inline assemblers and always enables USE_MACHINE_REGS
mswin64 result:
```
Speedup ratio: compare with the result of `ruby 2.4.0dev (2016-04-01 trunk 54468) [x64-mswin6...
usa (Usaku NAKAMURA)
07:13 AM Feature #12142: Hash tables with open addressing
> average improvement on MRI hash benchmarks is close to 40% on Intel Haswell and >55% on ARMv7
What about realwor...
funny_falcon (Yura Sokolov)
03:41 AM Feature #12142: Hash tables with open addressing
Eric Wong wrote:
> [email protected] wrote:
> > I think I'll have a few patches when I am done with the hash
> ...
vmakarov (Vladimir Makarov)
06:51 AM Feature #12240: circle number arguments
On 2016/04/01 15:10, [email protected] wrote:

> ~~~ruby
> [[1, 2], [3, 4]].map {①+②}
> ~~~
>
> `①`..`⑳` deno...
duerst (Martin Dürst)
06:10 AM Feature #12240 (Rejected): circle number arguments
Often improvements about implicit block argument have been proposed, but in vain.
Such as:
~~~ruby
[[1, 2], [3...
nobu (Nobuyoshi Nakada)
05:55 AM Bug #12239 (Closed): configure script does not detect Git when in a working tree with non-directory .git
Applied in changeset r54468.
----------
improve git repository detection
* configure.in (AC_CONFIG_FILES): $srcdir/...
nobu (Nobuyoshi Nakada)
04:30 AM Bug #12239 (Closed): configure script does not detect Git when in a working tree with non-directory .git
`make up` doesn't work well on a Git working tree created by `git-worktree add`.
~~~sh
% git clone https://github...
rhenium (Kazuki Yamaguchi)
05:55 AM Revision 69d6e315 (git): improve git repository detection
* configure.in (AC_CONFIG_FILES): $srcdir/.git can be a file pointing
the real git_dir, such as when the git workin...
nobu (Nobuyoshi Nakada)
05:30 AM Bug #12238: Logger writes progname if log message is nil
Seems intended,
> Logger#add(severity, message = nil, progname = nil) { ... }
>
> ### Args
>
> `progname`::
...
nobu (Nobuyoshi Nakada)
03:27 AM Revision 34c0c840 (git): * tool/release.sh: BRE accepts \{m,\} expression. use it for future many-digits
version numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
 

Also available in: Atom