Project

General

Profile

Activity

From 04/05/2016 to 04/11/2016

04/11/2016

08:29 PM Feature #12268 (Rejected): Open3 should use extend self instead of module_function calls
Open3 should use `extend self` instead of `module_function` calls after defining each method.
Using `module_functi...
DanRathbun (Dan Rathbun)
08:07 PM Feature #12267 (Rejected): REXML Authoring constants are unwanted (or clash) when mixing into other namespaces
The following file can be added, OR it's contents pasted into "rexml/rexml.rb". Basically it renames the authoring co... DanRathbun (Dan Rathbun)
12:39 PM Revision 88c7ffb2 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:50 AM Revision 9d8ef4ea (git): Update dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:31 AM Feature #12236: Introduce `mmap` managed heap
> I believe we don't have any drawback with 256MB virtual memory allocation. (but it can depend on OSs)
It may dep...
funny_falcon (Yura Sokolov)
06:40 AM Feature #12236: Introduce `mmap` managed heap
Thank you for your comment.
Eric Wong wrote:
> [email protected] wrote:
> > * We need to manage x4 more pages. We...
ko1 (Koichi Sasada)
11:19 AM Revision 62784207 (git): * vm_backtrace.c (frame2klass): filter only for imemo_ment.
T_IMEMO/imemo_iseq can be passed here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54543 b2dd03c8-39d4-4d8f-9...
ko1 (Koichi Sasada)
08:43 AM Bug #12082 (Closed): Tail-calling method can't catch exception raised by tail-called method
Applied in changeset r54542.
----------
compile.c: disable tco with rescue
* compile.c (iseq_optimize): disable tai...
nobu (Nobuyoshi Nakada)
05:57 AM Bug #12082: Tail-calling method can't catch exception raised by tail-called method
Thank you for reporting and es.
Nobu's seems good. Could you commit it?
ko1 (Koichi Sasada)
08:43 AM Revision f0226f0a (git): compile.c: disable tco with rescue
* compile.c (iseq_optimize): disable tail call optimization in
rescued, rescue, and ensure blocks.
[ruby-core:738...
nobu (Nobuyoshi Nakada)
08:27 AM Revision 0ebf3849 (git): TestException.rb: suppress warning
* test/excludes/TestException.rb: suppress "ambiguous first
argument" warning.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
08:27 AM Revision 316bb88f (git): test/unit.rb: show warning locations
* test/lib/test/unit.rb (ExcludedMethods.load): supply the path to
show the warning locations.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
08:06 AM Revision ba001b41 (git): test_whileuntil.rb: fix old behavior
* test/ruby/test_whileuntil.rb (test_while): fix old behavior.
mere numeric literal in condition no longer matches ...
nobu (Nobuyoshi Nakada)
08:06 AM Revision 015b4922 (git): test_rubyoptions.rb: suppress warning
* test/ruby/test_rubyoptions.rb (test_indentation_check): remove
unused variable to suppress warning.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
08:06 AM Revision d9f6850e (git): test_regexp.rb: suppress warning
* test/ruby/test_regexp.rb (test_named_capture): suppress
"assigned but unused variable" warning by prefixing '_'.
...
nobu (Nobuyoshi Nakada)
08:06 AM Revision c372b123 (git): test_iterator.rb: suppress warnings
* test/ruby/test_iterator.rb (test_break): suppress "statement not
reached" warnings.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
07:18 AM Feature #12020: Documenting Ruby memory model
Sorry for late to comment on this topic.
(and sorry i don't read all of comments on this topic)
At first, I need ...
ko1 (Koichi Sasada)
06:52 AM Bug #11924: $ gem server is broken for documentation browsing
This is still happening for me with `ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]`. It seems to be cau... david_macmahon (David MacMahon)
06:28 AM Feature #11788 (Closed): New ISeq serialize binary format
MRI 2.3 was shipped with this feature.
ko1 (Koichi Sasada)
06:21 AM Bug #11954: "self has wrong type to call super in this context" under weird circumstances
Shugo-san, thank you for your investigating.
It seems perfect.
Could you commit it? or should I commit it?
Thank...
ko1 (Koichi Sasada)
05:13 AM Revision ba56de8b (git): test_coverage.rb: suppress warnings
* test/coverage/test_coverage.rb (test_coverage_snapshot),
(test_restarting_coverage): use unique names to suppress...
nobu (Nobuyoshi Nakada)
04:57 AM Bug #12159: Thread::Backtrace::Location#path returns absolute path for files loaded by require_relative
Actually, I'm not sure the policy of path representation.
For example, we can normalize every path entities with abs...
ko1 (Koichi Sasada)
04:40 AM Bug #12231 (Rejected): Kernel#system should not expand shell variables when given multiples arguments, but on Windows it does
It's a specification. nobu (Nobuyoshi Nakada)
04:28 AM Revision bf6a8134 (git): fiddle/import.rb: suppress warnings
* ext/fiddle/lib/fiddle/import.rb (type_alias, handler): suppress
"not initialized instance variable" warnings.
gi...
nobu (Nobuyoshi Nakada)
03:11 AM Bug #12265 (Closed): did_you_mean spell checker crash
nobu (Nobuyoshi Nakada)

04/10/2016

09:59 PM Revision e9bb167b (git): file.c: prefer rb_check_arity
* file.c (rb_file_s_expand_path, rb_file_s_absolute_path): use
rb_check_arity instead of rb_scan_args for a simple ...
nobu (Nobuyoshi Nakada)
09:59 PM Revision e19df562 (git): file.c: apply2files returns Fixnum
* file.c (apply2files): return Fixnum so that callers can just
return it.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
09:54 PM Revision df63c544 (git): * 2016-04-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:54 PM Revision 03bf343a (git): file.c: apply to argv
* file.c (apply2files): apply to a VALUE vector instead of a
temporary array.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
08:49 PM Bug #12265: did_you_mean spell checker crash
Apparently there was a method I forgot to define. Running rake test:controllers first, followed by rake test:modules ... durfee (Sean Durfee)
08:43 PM Bug #12265 (Closed): did_you_mean spell checker crash
I'm not entirely sure what went wrong. I fixed a bracket error in my code and it started throwing this.
If you nee...
durfee (Sean Durfee)
02:07 PM Feature #11633 (Closed): NilLogger class
Let me close sonots (Naotoshi Seo)
11:54 AM Bug #12264 (Closed): Win32::Registry::API.DeleteKey and DeleteValue reference renamed constants
Applied in changeset r54529.
----------
registry.rb: fix API names
* ext/win32/lib/win32/registry.rb (DeleteValue, ...
nobu (Nobuyoshi Nakada)
11:54 AM Revision 21992b6c (git): registry.rb: fix API names
* ext/win32/lib/win32/registry.rb (DeleteValue, DeleteKey): fix
API names. [ruby-core:74863] [Bug #12264]
git-svn...
nobu (Nobuyoshi Nakada)
08:47 AM Revision 3cd3c9d7 (git): no argument conversions in rb_realpath_internal
* file.c (rb_realpath_internal): no argument conversions since
this internal function does not need to_path and enc...
nobu (Nobuyoshi Nakada)
07:30 AM Revision ee833721 (git): * 2016-04-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:30 AM Revision 75dc429f (git): win32/file.c: fix free
* win32/file.c (rb_file_expand_path_internal): should free wpath,
but not xfree, corresponding to rb_w32_mbstr_to_w...
nobu (Nobuyoshi Nakada)

04/09/2016

10:28 PM Feature #12026: Support warning processor
Here is a that implements $WARNING_PROCESSOR support. jeremyevans0 (Jeremy Evans)
06:14 PM Bug #12264: Win32::Registry::API.DeleteKey and DeleteValue reference renamed constants
Made a mess of the . I had to try to recreate by hand so it may not apply directly, but the idea is simple enough. jswatosh (Joe Swatosh)
06:10 PM Bug #12264 (Closed): Win32::Registry::API.DeleteKey and DeleteValue reference renamed constants
The fix for https://bugs.ruby-lang.org/issues/10820 (https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisi... jswatosh (Joe Swatosh)
06:04 PM Bug #10257: Generate X.509 certificate/request/CRL with elliptic curve keys
"no shared cipher" for EC: looks like the curve name's in OpenSSL::PKey::EC::Group. There's a `#curve_name` method to... tknarr (Todd Knarr)
01:39 PM Revision 997df3ad (git): * lib/ostruct.rb: [DOC] fix position of nodoc directive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
10:03 AM Feature #12263: Feature request: &&. operator (shorthand for foo && foo.method)
Robert A. Heiler wrote:
> I also have to admit that I find "x && y" easier to understand than
> "x&&.y".
But one...
phluid61 (Matthew Kerwin)
05:33 AM Feature #12263: Feature request: &&. operator (shorthand for foo && foo.method)
I don't really like it.
matz said that & is the lonely operator because the person is staring
at a dot before, li...
shevegen (Robert A. Heiler)
05:30 AM Feature #12262: Anti-loop
I don't have any big pro or contra opinion, but there is one thing I am wondering:
Is this still called a loop in ...
shevegen (Robert A. Heiler)
04:01 AM Revision 21791dd9 (git): ext/tk/extconf.rb: add newline
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:58 AM Revision e6c88132 (git): load.c: fix r54521
* load.c (rb_f_load): do not convert the encoding twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54523 b2d...
nobu (Nobuyoshi Nakada)
01:25 AM Revision 404bf57a (git): assertions.rb: set default internal encoding
* test/lib/test/unit/assertions.rb (assert_raise_with_message):
set default internal encoding to the excpected mess...
nobu (Nobuyoshi Nakada)
01:03 AM Revision 56417d1f (git): load.c: raise name before conversion
* load.c (rb_f_load): raise with the original path name before
encoding conversion.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
12:59 AM Revision 7aa83cd0 (git): test_io_m17n.rb: nil default internal encoding
* test/ruby/test_io_m17n.rb (test_bom_non_utf): ensure default
internal encoding is not set.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)

04/08/2016

05:05 PM Revision 40c83329 (git): * 2016-04-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:05 PM Revision 3b6c4dad (git): bignum.c: rb_cstr_parse_inum
* bignum.c (rb_cstr_parse_inum): [EXPERIMENTAL] new function to
parse integer in C-string with length. the name an...
nobu (Nobuyoshi Nakada)
12:44 PM Feature #11816: Partial safe navigation operator
Tsuyoshi Sawada wrote:
> Does this conflict with the current syntax?
Yes.
```ruby
proc{|x|p x}&.(1) #=> 1
``...
nobu (Nobuyoshi Nakada)
11:42 AM Feature #11816: Partial safe navigation operator
What about allowing parentheses after the safe navigation operator like this:
~~~ruby
foo&.(bar.baz)
~~~
whic...
sawa (Tsuyoshi Sawada)
10:44 AM Feature #12263 (Feedback): Feature request: &&. operator (shorthand for foo && foo.method)
`&.` was considered useful because of `try!`.
Is method call on an expression which may be `false` so frequent?
nobu (Nobuyoshi Nakada)
09:47 AM Feature #12263 (Feedback): Feature request: &&. operator (shorthand for foo && foo.method)
Ruby 2.3 introduced the `&.` safe-navigation operator. I'd like to propose a `&&.` operator which would be shorthand ... johnnyshields (Johnny Shields)
10:43 AM Feature #12254 (Assigned): Add SSLCiphers option to webrick ssl.rb
shyouhei (Shyouhei Urabe)
09:46 AM Feature #8526: gemify tk
Hiroshi SHIBATA wrote:
> gem で出来るようにしてみました。
>
> https://.com/hsbt/tk
おぉ、ありがとうございます。
> https://....
naruse (Yui NARUSE)
02:55 AM Feature #8526: gemify tk
gem で出来るようにしてみました。
https://.com/hsbt/tk
https://.com/ruby や任意のアカウントに transfer することは可能です。
hsbt (Hiroshi SHIBATA)
09:16 AM Feature #12262: Anti-loop
You can make your last example work with `loop` by just adding a `break` at the end of the loop body. I don't think t... jwille (Jens Wille)
07:21 AM Feature #12262 (Open): Anti-loop
The `loop` method continues by default, and requires the keyword `break` to escape. This is good when the continuing ... sawa (Tsuyoshi Sawada)
08:32 AM Revision 45c593d8 (git): bignum.c: radix check functions
* bignum.c (valid_radix_p, invalid_radix): extracted functions to
check radix.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
03:53 AM Revision 333034ea (git): tk/extconf.rb: progress
* ext/tk/extconf.rb (progress): print progress messages only if
Logging is quiet.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
03:14 AM Revision ccb6e802 (git): tk/extconf.rb: outdated checks
* ext/tk/extconf.rb: remove outdated checks.
* ext/tk/tcltklib.c (ip_ruby_cmd): remove longstanding dead code.
ptr...
nobu (Nobuyoshi Nakada)

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://.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でやっていただけませんか。
誰かががんばるにしてもなりで別リポジトリとしたほうが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 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://.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://.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)
 

Also available in: Atom