Project

General

Profile

Activity

From 07/22/2018 to 07/28/2018

07/28/2018

11:43 PM Bug #14948 (Closed): MinGW Failure - r64072 - test_jit.rb: test_compile_insn_putspecialobject_putiseq
Starting with r64076, every subsequent build has failed, both in parallel & retry, on `TestJIT#test_unload_units`.
...
MSP-Greg (Greg L)
10:38 PM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
@normalperson
Eric,
Passed all tests using r64094. TestJIT#test_unload_units has been failing (both in paralle...
MSP-Greg (Greg L)
08:32 PM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
> https://bugs.ruby-lang.org/issues/14937

OK, new patch to eliminate timer-thread completely. It seems to pass
...
normalperson (Eric Wong)
06:35 PM Feature #14717: [PATCH] thread: allow disabling preempt
normalperson (Eric Wong) wrote:
> Giving control to other threads still happens with Thread.pass
> or anything wh...
Eregon (Benoit Daloze)
01:42 AM Feature #14717: [PATCH] thread: allow disabling preempt
[email protected] wrote:
> Is this the same as `Thread.new { Thread.handle_interrupt(Exception => :never) { ... } ...
normalperson (Eric Wong)
04:23 PM Bug #14634: Queue#push seems to crash after fork
Hi, we've also been running into this at work. Thanks for the fix and backport! We look forward to a 2.5.2 release. shan (Shannon Skipper)
04:15 PM Bug #14490 (Closed): MJIT slows down Rails applications
Applied in changeset trunk|r64094.
----------
mjit.c: introduce JIT compaction [experimental]
When all compilation ...
k0kubun (Takashi Kokubun)
04:14 PM Revision 443f4d58 (git): mjit.c: introduce JIT compaction [experimental]
When all compilation finishes or the number of JIT-ed code reaches
--jit-max-cache, this compacts all generated code ...
k0kubun (Takashi Kokubun)
03:29 PM Bug #14942 (Closed): Windows7でコンソールに長い文字列を出力できない
Applied in changeset trunk|r64092.
----------
win32.c: limit write size on console
* win32/win32.c (constat_parse):...
nobu (Nobuyoshi Nakada)
03:29 PM Revision 2a9cae33 (git): * 2018-07-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:29 PM Revision 73ae3e9b (git): win32.c: limit write size on console
* win32/win32.c (constat_parse): split long buffer and limit write
size on a console, as well as rb_w32_write.
[r...
nobu (Nobuyoshi Nakada)
01:06 PM Revision 440f4421 (git): test_function.rb: fix messages
* test/fiddle/test_function.rb (test_nogvl_poll): fix messages as
failed conditions, with errno description.
git-s...
nobu (Nobuyoshi Nakada)
12:47 PM Revision d383426a (git): make-snapshot: fetch from the official git site
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:00 AM Revision a832dc0f (git): Fix filename in comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:00 AM Revision 14892a26 (git): use https:// instead of http://
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
09:58 AM Bug #14946 (Closed): ./win32/mkexports.rb:112: warning: flip-flop is deprecated
I get the warning in the subject. I think it's better to get rid of this
in our own build code.
duerst (Martin Dürst)
09:56 AM Bug #14934 (Closed): Unicode: Hangul normalize bug
Closed. Because there is no actual bug, there is no need to backport this. duerst (Martin Dürst)
09:54 AM Bug #14934: Unicode: Hangul normalize bug
I committed the tests adapted from Python and the fix of the comparison operator, because it's technically correct an... duerst (Martin Dürst)
03:16 AM Bug #14934: Unicode: Hangul normalize bug
Get it. :) MaLin (Lin Ma)
09:44 AM Revision a7acec67 (git): fix range check for Hangul jamo trailers in Unicode normalization
* lib/unicode_normalize/normalize.rb: Fix the range check for trailing
Hangul jamo characters in Unicode normalizat...
duerst (Martin Dürst)
09:11 AM Revision 9eb6304a (git): always run unicode normalization that do not depend on data file
* test/test_unicode_normalize.rb: extract tests that do not depend
on NormalizationTest.txt data file from conditio...
duerst (Martin Dürst)
08:56 AM Revision fb105931 (git): update unicode data files directory for normalization tests
* test/test_unicode_normalize.rb: search ucd directory
first if it exists. This change follows r61415.
git-svn-id:...
duerst (Martin Dürst)
03:34 AM Revision 3943dcd1 (git): use https:// instead of git:// when possible
Avoid MitM when downloading from insecure networks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64084 b2dd03c8...
Eric Wong
03:10 AM Bug #14945 (Closed): [PATCH] thread.c (blocking_region_end): clear ubf before unregister_ubf_list
Applied in changeset trunk|r64083.
----------
thread.c (blocking_region_end): clear ubf before unregister_ubf_list
...
normalperson (Eric Wong)
12:45 AM Bug #14945 (Closed): [PATCH] thread.c (blocking_region_end): clear ubf before unregister_ubf_list
thread.c (blocking_region_end): clear ubf before unregister_ubf_list
If we keep ubf set after unregistering, there...
normalperson (Eric Wong)
03:10 AM Revision 856bd77a (git): thread.c (blocking_region_end): clear ubf before unregister_ubf_list
If we keep ubf set after unregistering, there is a window for
other threads (including timer thread) to put this thre...
Eric Wong
01:14 AM Feature #14912: Introduce pattern matching syntax
shyouhei-san:
I changed my mind. We should be able to avoid such "fragile" case.
Though duck typing is important, i...
ktsj (Kazuki Tsujimoto)

07/27/2018

10:27 PM Revision 297ae343 (git): mjit.c: clean up unit link from iseq
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
05:28 PM Revision efee3033 (git): Include Hash#size in the examples
Both methods Hash#length and Hash#size share the same source code in
Ruby, but they also share the same documentation...
tenderlovemaking (Aaron Patterson)
05:19 PM Revision ecf4641b (git): * 2018-07-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:19 PM Revision 684cdb4f (git): Escape debug output in InvalidURIError exceptions.
Co-authored-by: Brad Landers <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64079 b2dd03c8...
tenderlovemaking (Aaron Patterson)
04:59 PM Feature #14944 (Closed): Support optional inherit argument for Module#method_defined?
Module has many introspection methods for methods and constants that
either return an array or return true or false ...
jeremyevans0 (Jeremy Evans)
04:15 PM Bug #13218 (Rejected): testing
nobu (Nobuyoshi Nakada)
01:57 PM Revision ffb09d8e (git): eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
Just refactoring. Despite its name, the function does NOT return a
boolean but raises an exception when the class gi...
mame (Yusuke Endoh)
10:22 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
Btw, I can probably improve on this by making GVL waiter perform
timeslice; so it would eliminate timer-thread comp...
normalperson (Eric Wong)
10:22 AM Bug #14943: ruby 2.4 doesn't work with jemalloc 5.1.0 properly.
[email protected] wrote:
> With jemalloc 5.1.0, ruby 2.4.4 failed to initalize timer thread and it causes broken...
normalperson (Eric Wong)
10:00 AM Bug #14943 (Closed): ruby 2.4 doesn't work with jemalloc 5.1.0 properly.
With jemalloc 5.1.0, ruby 2.4.4 failed to initalize timer thread and it causes broken runtime, e.g. signals are ignor... repeatedly (Masahiro Nakagawa)
10:14 AM Feature #14717: [PATCH] thread: allow disabling preempt
Is this the same as `Thread.new { Thread.handle_interrupt(Exception => :never) { ... } }`?
What's the difference?
...
Eregon (Benoit Daloze)
08:12 AM Feature #14717: [PATCH] thread: allow disabling preempt
[email protected] wrote:
> `Thread.exclusive` ?

No, this is different from that old method because thread
swit...
normalperson (Eric Wong)
04:29 AM Feature #14717: [PATCH] thread: allow disabling preempt
`Thread.exclusive` ? nobu (Nobuyoshi Nakada)
09:27 AM Revision ceab460f (git): mjit.c: keep all .o files
and lazily delete them on termination.
This will be needed to create a large so file later.
The large number of .o f...
k0kubun (Takashi Kokubun)
08:51 AM Revision e09bf11f (git): mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloaded
units, renaming it from NOT_COMPILABLE_JIT_ISEQ_FUNC.
NOT_READY_JIT_ISEQ_FUNC is for ones being compiled, so
mjit_ge...
k0kubun (Takashi Kokubun)
08:26 AM Bug #14942 (Closed): Windows7でコンソールに長い文字列を出力できない
WindowsのRubyは、WriteConsoleWでコンソールに文字を出力していますが、
Windows7では、WriteConsoleで書き出せるバッファのサイズは61KB程度が限界のようです。
(WriteConsoleW...
yagisu (Sumi Yagi)
08:24 AM Revision 0d753d4f (git): mjit.c: release memory for unloaded unit
`xfree(unit)` was missing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
k0kubun (Takashi Kokubun)
06:28 AM Revision ca494df3 (git): insns.def: remove old wrong explanation for get/setconstant
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
06:01 AM Revision 4aa952f6 (git): mjit.c: clarify the intention of setting 0
which was originally NULL before r62221
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64073 b2dd03c8-39d4-4d8f-9...
k0kubun (Takashi Kokubun)
05:52 AM Revision 51f94872 (git): test_jit.rb: test unload_units
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
05:43 AM Bug #14941 (Closed): WindowsでARGVの文字列に汚染マークが付いてない
Applied in changeset trunk|r64071.
----------
ruby.c: taint ARGV on Windows
* ruby.c (external_str_new_cstr): strin...
nobu (Nobuyoshi Nakada)
03:57 AM Bug #14941 (Closed): WindowsでARGVの文字列に汚染マークが付いてない
WindowsのRuby2.2以降で、コマンドライン引数の文字列に汚染マークを付け忘れてます。
~~~
$ ruby -e "p ARGV[0].tainted?" arg
false
~~~
yagisu (Sumi Yagi)
05:42 AM Revision 9fbb6661 (git): ruby.c: taint ARGV on Windows
* ruby.c (external_str_new_cstr): strings come from the external
should be tainted. [ruby-dev:50596] [Bug #14941]
...
nobu (Nobuyoshi Nakada)
05:10 AM Bug #14934: Unicode: Hangul normalize bug
I think I have figured things out:
The patch is technically correct. While LBASE and VBASE are the values of the f...
duerst (Martin Dürst)
04:24 AM Misc #14921: DevelopersMeeting20180809Japan
[Feature #11076] Enumerable method count_by
As mentioned in the discussion, Nobu was kind enough to update this to...
baweaver (Brandon Weaver)
03:04 AM Feature #14938: Provide API to get same result as ruby -wc
Why don't you use ripper?
```ruby
#!/usr/bin/ruby
require 'ripper'
class Lint < Ripper
def warn(*s)
@re...
nobu (Nobuyoshi Nakada)

07/26/2018

08:40 PM Feature #13683: Add strict Enumerable#single
nobu (Nobuyoshi Nakada) wrote:
> How about `Enumerable#just(num=1)` or `Enumerable#only(num=1)`?
Or maybe a sligh...
shan (Shannon Skipper)
07:52 PM Feature #14915: Deprecate String#crypt
I've released a string-crypt gem based on the previous patch: https://github.com/jeremyevans/ruby-string-crypt
The...
jeremyevans0 (Jeremy Evans)
06:51 PM Feature #14718: Use jemalloc by default?
> vo.x (Vit Ondruch) wrote:
> > Thx :) I think that at least in Fedora/RHEL case, the decision will be based on this...
[email protected] (Carlos O'Donell)
06:46 PM Revision c0e478ed (git): * 2018-07-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:46 PM Revision 5219adf4 (git): lib/ostruct: Remove unnecessary `__send__`
Patch by yuuji.yaginuma [Fix GH-1890]
Since `remove_method` is public.
Ref: https://bugs.ruby-lang.org/issues/14133
...
Marc-Andre Lafortune
03:32 PM Feature #14183: "Real" keyword argument
@shevegen Of course, we will take plenty of time to migrate before making it a keyword.
If we made the decision, we ...
matz (Yukihiro Matsumoto)
10:38 AM Feature #14183: "Real" keyword argument
I don't want to write too much, so just one comment - I would also prefer foo(kw: 1)
to retain being a Hash rather t...
shevegen (Robert A. Heiler)
03:21 PM Feature #14938: Provide API to get same result as ruby -wc
I want to get 3 things.
1. Type (warning or error)
2. Message
3. Location
I think location interface should b...
mtsmfm (Fumiaki Matsushima)
06:25 AM Feature #14938: Provide API to get same result as ruby -wc
Good idea. Do you have an idea about API and implementation?
Maybe parse.y should be modified (== difficult).
ko1 (Koichi Sasada)
01:05 PM Revision 781c3ca5 (git): mjit.c: o -> so is not compilation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
12:48 PM Revision 2bfc1334 (git): dir.c: fix glob with base when no DT_UNKNOWN
* dir.c (do_stat, do_lstat, do_opendir): need the length of the base
path for fstatat() when fd is valid.
* dir.c ...
nobu (Nobuyoshi Nakada)
12:47 PM Revision f6ae1ed6 (git): Add missing escape
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:04 PM Revision d6df54cc (git): process.c: conditionally used functions
* process.c (before_fork_ruby, after_fork_ruby): used only if fork()
or daemon() is available.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
11:07 AM Bug #14096 (Assigned): Psych allows invalid single quote escape character
hsbt (Hiroshi SHIBATA)
09:34 AM Revision dff596be (git): dladdr() is declared with non-const pointer on Solaris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:32 AM Revision 05316c40 (git): fork() is deprecated on Solaris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:42 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
[email protected] wrote:
> Good point. Seems good. Thank you!

OK, commited as r64062

> BTW, I forget that why the...
normalperson (Eric Wong)
08:30 AM Bug #14939 (Closed): [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
Applied in changeset trunk|r64062.
----------
cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-...
normalperson (Eric Wong)
06:40 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
Oops, sorry forget about `sleep` lines.
ko1 (Koichi Sasada)
06:39 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
Good point. Seems good. Thank you!
BTW, I forget that why the trap handler is limited to main thread.
```
tr...
ko1 (Koichi Sasada)
08:30 AM Misc #14937 (Closed): [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
Applied in changeset trunk|r64062.
----------
cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-...
normalperson (Eric Wong)
08:30 AM Revision 97538e81 (git): cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-thread may set trap interrupt with rb_threadptr_check_signal
at any time independent of GVL. This means timer-...
Eric Wong
07:23 AM Revision d3df0de6 (git): ignore built files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:32 AM Feature #14940: Support bcrypt password hashing in webrick
Thanks, applied as r64060.

I needed to add RUBYLIB=/path/to/bcrypt/lib to my make command
line to test bcrypt; b...
normalperson (Eric Wong)
03:21 AM Feature #14940 (Closed): Support bcrypt password hashing in webrick
Applied in changeset trunk|r64060.
----------
webrick: Support bcrypt password hashing
This adds a password_hash ke...
normalperson (Eric Wong)
03:21 AM Revision 9749bfbf (git): webrick: Support bcrypt password hashing
This adds a password_hash keyword argument to
WEBrick::HTTPAuth::Htpasswd#initialize. If set to :bcrypt, it
will cre...
Eric Wong
02:16 AM Feature #13534 (Assigned): Checking installation results of default gems
hsbt (Hiroshi SHIBATA)
02:13 AM Bug #9366 (Assigned): "make -j32 check TESTS=-j32" occasionally fails on rubygems/specification
hsbt (Hiroshi SHIBATA)
02:12 AM Feature #12639 (Assigned): Speed up require in RubyGems by 5x
hsbt (Hiroshi SHIBATA)
02:12 AM Bug #12764 (Assigned): rubygems with multi default gem problem
hsbt (Hiroshi SHIBATA)
02:12 AM Bug #13834 (Assigned): RubyGems test suite occasionally changes working directory and breaks the rest of test suite
hsbt (Hiroshi SHIBATA)

07/25/2018

11:36 PM Feature #14940 (Closed): Support bcrypt password hashing in webrick
Related to #14915, this adds bcrypt password hash support when using htpasswd files with Webrick basic auth, allowing... jeremyevans0 (Jeremy Evans)
10:32 PM Revision 1516b85d (git): test/ruby/test_io.rb (test_select_leak): skip with MJIT
We need better ways to test for leaks :<
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64059 b2dd03c8-39d4-4d8f-...
Eric Wong
09:37 PM Bug #14939 (Closed): [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
ko1: I noticed this while working on timer-thread elimination/lazy-spawning.
However, it looks like a bug we introdu...
normalperson (Eric Wong)
06:31 PM Feature #14938: Provide API to get same result as ruby -wc
This may also be useful for irb/pry add-ons, I think.
Perhaps Koichi-san can comment on the issue if he has time.
shevegen (Robert A. Heiler)
03:58 PM Feature #14938 (Open): Provide API to get same result as ruby -wc
I'm the author of an implementation of Ruby Language Server.
Currently, it uses `RubyVM::InstructionSequence.compile...
mtsmfm (Fumiaki Matsushima)
06:09 PM Revision 3b60f4a5 (git): [Doc] Recover example about Queue
`trunk@42862` dropped example's last line.
https://github.com/ruby/ruby/commit/e334bb2ce5d8876b020ab681f21595e2e1c9d...
tenderlovemaking (Aaron Patterson)
06:06 PM Revision ac1193d3 (git): Remove obsolete comment from Module#define_method documentation
Since 2.5, Module#define_method is public. (feature #14133)
Co-Authored-By: Miguel Landaeta <[email protected]>
git-...
tenderlovemaking (Aaron Patterson)
06:04 PM Revision 655b3da0 (git): Fixes the File::CREAT logger documentation
Co-Authored-By: Matias Korhonen <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64056 b2dd0...
tenderlovemaking (Aaron Patterson)
06:00 PM Revision a818fca3 (git): * 2018-07-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:00 PM Revision e6282ef0 (git): Add docs to RubyVM::AST
Co-Authored-By: Robert Mosolgo <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64054 b2dd03c...
tenderlovemaking (Aaron Patterson)
05:54 PM Bug #14634: Queue#push seems to crash after fork
Hi, we've been hitting this bug at work too. I tested these commits (backported them on to Ruby 2.5) and they seem t... tenderlovemaking (Aaron Patterson)
03:31 PM Misc #14921: DevelopersMeeting20180809Japan
(Sorry for this short comment but I think the issue here is filed under
"Bug" presently, but should perhaps be moved...
shevegen (Robert A. Heiler)
02:55 PM Revision a763bc3c (git): insns.def: s/handles_frame/handles_sp/
because it's more suitable to describe the current behavior now.
tool/ruby_vm/models/bare_instructions.rb: ditto.
to...
k0kubun (Takashi Kokubun)
02:36 PM Revision 218aa03c (git): mjit.c: split build stages for unix
I'm going to build a large .so file that combines multiple .o files.
For that change, I want to confirm the impact to...
k0kubun (Takashi Kokubun)
01:54 PM Revision 40bb70c7 (git): mjit.c: completely separate compile_c_to_so
by whether on mswin or not.
This is needed because I'm going to renew the compilation process for
unix, keeping mswi...
k0kubun (Takashi Kokubun)
12:33 PM Revision f10582d8 (git): mjit.c: prevent memory leak on realloc failure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
12:31 PM Revision 3a1e3d35 (git): Update latest default gems on maintainers.rdoc and standard_library.rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:28 PM Revision 8d884d94 (git): Promote Mutex_m to Default gems.
* lib/mutex_m.gemspec: Added initial gemspec.
* lib/mutex_m.rb: Added Mutex_m::VERSION for gemspec.
* tool/sync_d...
hsbt (Hiroshi SHIBATA)
12:26 PM Revision 27785eec (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:26 PM Revision 82f55bae (git): Promote Exception2MessageMapper to Default gems.
* lib/e2mmap.gemspec: Added initial gemspec.
* lib/e2mmap/version.rb: Added Exception2MessageMapper::VERSION for ge...
hsbt (Hiroshi SHIBATA)
12:21 PM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
@normalperson
Eric,
In addition to the build mentioned above, there have been two more ruby-loco builds, both w...
MSP-Greg (Greg L)
08:32 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
On 2018/07/25 17:20, Eric Wong wrote:
> I don't know, current behavior seems intentional and documented
> in RDoc:...
ko1 (Koichi Sasada)
08:22 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
Koichi Sasada <[email protected]> wrote:
> I need to read your proposal with more concentrations, but one thing:

Tha...
normalperson (Eric Wong)
08:12 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
[email protected] wrote:
> Tested with the attached patch. When Appveyor is busy, and
> with test-all using ret...
normalperson (Eric Wong)
01:03 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
@normalperson

Eric,
Tested with the attached patch. When Appveyor is busy, and with test-all using retry, an...
MSP-Greg (Greg L)
12:42 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
> > git repository also available at:
> > https://80x24.org/ruby.git tt-lazy
> > (commit a2990cefccba55300ad44...
normalperson (Eric Wong)
12:22 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
> git repository also available at:
> https://80x24.org/ruby.git tt-lazy
> (commit a2990cefccba55300ad44275ee4...
normalperson (Eric Wong)
12:04 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
> https://bugs.ruby-lang.org/issues/14937

Hi Greg, Can you try the patch in this ticket? It shouldn't
affect wi...
normalperson (Eric Wong)
12:15 PM Revision ddb6e1f7 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:15 PM Revision bbb5dbe8 (git): Promote ThWait to Default gems.
* lib/thwait.gemspec: Added initial gemspec.
* lib/thwait/version.rb: Added ThWait::VERSION for gemspec.
* tool/s...
hsbt (Hiroshi SHIBATA)
11:59 AM Revision 2b80b8bc (git): Removed duplicate task in default gems that used single test file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:53 AM Revision 26e6462b (git): Promote Forwardable to default gems.
* lib/forwardable.rb: Added Forwardable::VERSION and re-use it.
* lib/forwardable/forwardable.gemspec: Added initia...
hsbt (Hiroshi SHIBATA)
11:51 AM Revision fd87d680 (git): Removed duplicate task in default gems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:47 AM Revision 3772c47d (git): Support logger.gemspec
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:34 AM Revision c8edd788 (git): Update latest versions of bundled gems.
* net-telnet-0.2.0
* power_assert-1.1.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64039 b2dd03c8-39d4-4d8f...
hsbt (Hiroshi SHIBATA)
10:07 AM Bug #14898 (Open): test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes
ko1 (Koichi Sasada)
10:07 AM Bug #14898: test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes
http://ci.rvm.jp/results/trunk-test@frontier/1153126
doesn't fixed yet :(
ko1 (Koichi Sasada)
07:44 AM Feature #14922 (Assigned): Resolv getaddresses ignores AAAA records for IPv6
Mmm, I think this is a real bug.
RUBYOPT does not work well in this case because resolve.rb is a library while RUB...
shyouhei (Shyouhei Urabe)
06:22 AM Bug #14934: Unicode: Hangul normalize bug
I have quickly looked at the tests. I understand what issue they are checking (NFC in case of a mix of current Hangul... duerst (Martin Dürst)
06:18 AM Feature #14915: Deprecate String#crypt
jeremyevans0 (Jeremy Evans) wrote:
> So there are no security issues in the `sub(/\A\$2y\$/, '$2a$')`.
Great. T...
shyouhei (Shyouhei Urabe)
05:09 AM Feature #14915: Deprecate String#crypt
normalperson (Eric Wong) wrote:
> Allowing options which other servers do not support is not
> something I want, ...
jeremyevans0 (Jeremy Evans)
04:58 AM Feature #14915: Deprecate String#crypt
shyouhei (Shyouhei Urabe) wrote:
> Off topic but,
>
> jeremyevans0 (Jeremy Evans) wrote:
> > Apache htpasswd gen...
jeremyevans0 (Jeremy Evans)
03:12 AM Feature #14915: Deprecate String#crypt
[email protected] wrote:
> normalperson (Eric Wong) wrote:
> > Can you do it as a single option which...
normalperson (Eric Wong)
02:33 AM Feature #14915: Deprecate String#crypt
Off topic but,
jeremyevans0 (Jeremy Evans) wrote:
> Apache htpasswd generates passwords using `$2y$`, but the has...
shyouhei (Shyouhei Urabe)
12:34 AM Bug #14936 (Rejected): Ruby 2.5.1 crahes when running on Mac OS X High Sierra 10.13.6
It is 2.2, which has reached the EOL.
https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/
nobu (Nobuyoshi Nakada)
12:33 AM Bug #14935 (Rejected): Inconsitent behaviour with puts and enumerator with different block format.
nobu (Nobuyoshi Nakada)

07/24/2018

11:48 PM Misc #14937 (Closed): [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
[ruby-core:87773]
```
thread_pthread: lazy-spawn timer-thread only on contention
To reduce resource use and redu...
normalperson (Eric Wong)
11:19 PM Feature #14915: Deprecate String#crypt
normalperson (Eric Wong) wrote:
> Can you do it as a single option which doesn't involve having
> users copy+past...
jeremyevans0 (Jeremy Evans)
10:42 PM Feature #14915: Deprecate String#crypt
<snip> Thanks for the research on this matter

[email protected] wrote:
> Should I prepare a patch to...
normalperson (Eric Wong)
10:00 PM Feature #14915: Deprecate String#crypt
jeremyevans0 (Jeremy Evans) wrote:
> .htpasswd is an Apache-specific format, and Apache currently supports only 5 pa...
jeremyevans0 (Jeremy Evans)
11:04 PM Feature #14183: "Real" keyword argument
Here's an alternative proposal, with the basic idea that behavior for historical ruby 1.6+ code that doesn't use keyw... jeremyevans0 (Jeremy Evans)
08:24 PM Revision f1186a3d (git): Revert "dir.c: fix glob with base when no DT_UNKNOWN"
This reverts commit r63982.
It breaks build on Solaris 11.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64038 b...
naruse (Yui NARUSE)
07:22 PM Feature #14922: Resolv getaddresses ignores AAAA records for IPv6
Greetings. I work behind Donovan (this bug's reporter) and am also dealing with this same issue. I tracked down the s... eviljoel (evil joel)
05:13 PM Bug #14935: Inconsitent behaviour with puts and enumerator with different block format.
I think this is because `do ... end` blocks has lower precedence than `{...}` blocks. As documented in [1]. So, proba... lucasbuchala (Lucas Buchala)
03:54 PM Bug #14935: Inconsitent behaviour with puts and enumerator with different block format.
#puts returns `nil`, so when you're mapping you end up with `[nil, nil, nil]`, which prints with #puts as three blank... shan (Shannon Skipper)
12:29 PM Bug #14935 (Rejected): Inconsitent behaviour with puts and enumerator with different block format.
### Case: 1
```
➜ ~ ruby
puts [1,2,3].map do |i|
puts i
end
#<Enumerator:0x007ffe930b76d0>
➜ ~
# block do...
[email protected] (Puneet Sutar)
05:01 PM Bug #14936 (Rejected): Ruby 2.5.1 crahes when running on Mac OS X High Sierra 10.13.6
When attempting to run Arachni 1.5.1 on my Mac OS X High Sierra, I get a Ruby crash every time. I am attaching the R... nelsonmp19 (Michael Nelson)
03:40 PM Revision cd2eaf2a (git): mjit.c: handle memory allocation failure
which was missing in r64033.
Prior to r64033, memory allocation failure had been checked by
TRY_WITH_GC and handled ...
k0kubun (Takashi Kokubun)
03:17 PM Revision 461c79f1 (git): * 2018-07-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:17 PM Revision ba8413c2 (git): vm.c: simplify the implementation of r64031
because such inconsistency may result in the regression fixed in r64034.
vm_exec is not touched since renaming it ma...
k0kubun (Takashi Kokubun)
02:43 PM Revision 63f51f52 (git): transform_mjit_header.rb: fix performance regression
on r64031. Compiling vm_search_method_slowpath is very slow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64034...
k0kubun (Takashi Kokubun)
02:36 PM Revision 83c9263b (git): mjit.c: prevent GC on MJIT worker
mjit_compile.c: ditto.
REALLOC_N, ALLOC_N and xmalloc trigger GC but it's not expected.
Other allocation calls in mj...
k0kubun (Takashi Kokubun)
12:19 PM Revision e8df28d9 (git): test_jit.rb: give up debugging cc1 issue
in a short term, and add retries to prevent random CI failures by it.
I remember this and will address it later for ...
k0kubun (Takashi Kokubun)
12:15 PM Bug #14934: Unicode: Hangul normalize bug
> Can you provide some test case(s)?
That is what frustrated me. I simply translated Python's test-cases for this ...
MaLin (Lin Ma)
06:07 AM Bug #14934: Unicode: Hangul normalize bug
@MaLin: Can you provide some test case(s)?
All the test data provided by Unicode (e.g. https://www.unicode.org/Pub...
duerst (Martin Dürst)
05:15 AM Bug #14934: Unicode: Hangul normalize bug
I'm not a expert of Ruby, I would suggest to examine the code of Hangul normalize, it looks too simple than the Unico... MaLin (Lin Ma)
04:56 AM Bug #14934 (Closed): Unicode: Hangul normalize bug
I was involved to fix a similar bug in Python, I found Ruby also has bug code.
We should fix this line[1] like thi...
MaLin (Lin Ma)
12:12 PM Revision afba9cd7 (git): prefix symbols exported for mjit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:54 AM Revision a67f47c4 (git): test_jit.rb: suppress unused variable warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
09:15 AM Revision 004f5521 (git): Try to suppress warning on some CI
http://ci.rvm.jp/results/trunk-asserts-nopara@silicon-docker/1149270
```
/home/ko1/ruby/src/trunk-asserts-nopara/proc...
znz (Kazuhiro NISHIYAMA)
07:47 AM Bug #14860 (Closed): Time.strptime does not work with Julian dates using %j
Applied in changeset trunk|r64028.
----------
time.rb: yday support
* lib/time.rb (Time.make_time): added yday supp...
nobu (Nobuyoshi Nakada)
07:47 AM Bug #14933 (Closed): Time.strptime with ordinal dates
Applied in changeset trunk|r64028.
----------
time.rb: yday support
* lib/time.rb (Time.make_time): added yday supp...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 728b75bc (git): time.rb: yday support
* lib/time.rb (Time.make_time): added yday support.
[ruby-core:87545] [Bug #14860]
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 727f6ee8 (git): dsymutil needs the object files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:38 AM Revision 8099b927 (git): * 2018-07-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:38 AM Revision 97e05dad (git): UNREACHABLE_RETURN
* include/ruby/ruby.h (UNREACHABLE_RETURN): UNREACHABLE at the end
of non-void functions.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
04:59 AM Feature #14912: Introduce pattern matching syntax
egi (Satoshi Egi) wrote:
> Let me propose you to import the functions for non-linear pattern matching with backtrack...
shyouhei (Shyouhei Urabe)
04:49 AM Feature #14912: Introduce pattern matching syntax
Let me propose you to import the functions for non-linear pattern matching with backtracking that I have implemented ... egi (Satoshi Egi)
04:57 AM Feature #5446: at_fork callback API
normalperson (Eric Wong) wrote:
> Maybe Sequel and AR can have add optional PID checks
> ($$ != expected_pid), wh...
jeremyevans0 (Jeremy Evans)
04:42 AM Feature #5446: at_fork callback API
[email protected] wrote:
> normalperson (Eric Wong) wrote:
> > [email protected] wrote:
> > > I want ...
normalperson (Eric Wong)
04:41 AM Feature #5446: at_fork callback API
tenderlovemaking (Aaron Patterson) wrote:
> I think library authors can make things easier though. Web frameworks, ...
jeremyevans0 (Jeremy Evans)
02:02 AM Feature #10982: Clarify location of NoMethod error
I just ran into a `SyntaxError` on heapy today (in Ruby 2.1.6) and it did exactly what I wish would occur for `NoMeth... olivierlacan (Olivier Lacan)

07/23/2018

10:51 PM Feature #5446: at_fork callback API
normalperson (Eric Wong) wrote:
> [email protected] wrote:
> > normalperson (Eric Wong) wrote:
> > > It's been...
tenderlovemaking (Aaron Patterson)
04:17 PM Feature #14915: Deprecate String#crypt
normalperson (Eric Wong) wrote:
> Can you provide pre-defined, accepted-as-secure implementations
> of these whic...
jeremyevans0 (Jeremy Evans)
03:03 PM Feature #14915: Deprecate String#crypt
[email protected] wrote:
> shyouhei (Shyouhei Urabe) wrote:
> > - Basic authentication itself does no...
normalperson (Eric Wong)
02:00 AM Feature #14915: Deprecate String#crypt
shyouhei (Shyouhei Urabe) wrote:
> Maybe this was my misunderstanding. Are BasicAuth and DigestAuth
> made API-c...
jeremyevans0 (Jeremy Evans)
01:32 AM Feature #14915: Deprecate String#crypt
On Fri, Jul 20, 2018 at 5:51 PM, Eric Wong <[email protected]> wrote:
> "Urabe, Shyouhei" <[email protected]...
shyouhei (Shyouhei Urabe)
03:52 PM Misc #14921: DevelopersMeeting20180809Japan
> https://bugs.ruby-lang.org/issues/14921

[Feature #14717] thread: allow disabling preempt
normalperson (Eric Wong)
03:06 PM Bug #14933 (Closed): Time.strptime with ordinal dates
Using `Time`, I cannot parse an ordinal date (https://en.wikipedia.org/wiki/ISO_8601#Ordinal_dates).
It should work ...
v49564 (Victor Bruley)
09:56 AM Revision c7894575 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:56 AM Revision 0a5c78b9 (git): Revert previous commit and split lib/tracer/version.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:49 AM Revision 043e17db (git): Revert partially to avoid test error temporarily
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:49 AM Revision 5b666803 (git): Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
06:22 AM Revision 7ca648e9 (git): 60 sec is not enough at all
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:08 AM Revision b2f9deee (git): increase timeout seconds.
* test/ruby/test_io.rb (test_select_leak): increase timeout seconds
to pass this test on a high-load machine.
git...
ko1 (Koichi Sasada)
03:18 AM Feature #14924 (Rejected): // floor division operator
Closing this ticket as per OP's request. Thank you for your understanding. mame (Yusuke Endoh)
03:10 AM Feature #14183: "Real" keyword argument
Jeremy, thank you for discussing this issue seriously.
jeremyevans0 (Jeremy Evans) wrote:
> If that was the only ...
mame (Yusuke Endoh)
01:49 AM Feature #14183: "Real" keyword argument
mame (Yusuke Endoh) wrote:
> jeremyevans0 (Jeremy Evans) wrote:
> > For a method definition like:
> >
> > ~~~
>...
jeremyevans0 (Jeremy Evans)
01:20 AM Feature #14183: "Real" keyword argument
Sorry, it seems my original description was unclear. I think it can be rephased very simply:
* keyword argument M...
mame (Yusuke Endoh)
01:06 AM Feature #14183: "Real" keyword argument
jeremyevans0 (Jeremy Evans) wrote:
> For a method definition like:
>
> ~~~
> def foo(hsh={})
> end
> ~~~
>
...
mame (Yusuke Endoh)
01:54 AM Feature #14912: Introduce pattern matching syntax
ktsj (Kazuki Tsujimoto) wrote:
> Thanks for the feedback.
>
> > But I feel the deconstruct method of Struct in th...
akr (Akira Tanaka)
12:24 AM Feature #14912: Introduce pattern matching syntax
ktsj (Kazuki Tsujimoto) wrote:
> > - Deconstruction seems fragile; For instance the following case statement matche...
shyouhei (Shyouhei Urabe)
01:07 AM Revision 8a3ed368 (git): Revert "thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls"
This reverts commit r64017
(git commit 2ff85621690f4f5b0dff9226ac68418a950a6919).
Nevermind, haven't had enough coff...
Eric Wong
12:51 AM Revision 2ff85621 (git): thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls
There's no need to resize each rb_fdset_t to match the size of
the biggest one. This can allow some small memory sav...
Eric Wong

07/22/2018

10:55 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
> I've proposed String#space_only?, like String#ascii_only?.
I very much support `#space_only?`, it still fills th...
sam.saffron (Sam Saffron)
10:45 PM Feature #14932 (Open): Dynamically adjust method cache size at runtime
I am not sure exactly how we can pull this off, but this very much fits into our mission of making Ruby fast
http:...
sam.saffron (Sam Saffron)
09:59 PM Bug #14928: [BUG] Segmentation fault | Fiddle with Windows APIs
> The second argument of RtlMoveMemory is source pointer, not the size.
> And, buf is an array of single char string...
KINGSABRI (KING SABRI)
02:55 PM Bug #14928 (Rejected): [BUG] Segmentation fault | Fiddle with Windows APIs
nobu (Nobuyoshi Nakada)
02:55 PM Bug #14928 (Feedback): [BUG] Segmentation fault | Fiddle with Windows APIs
This is a bug in your code, not ruby's.
```
rtl_move_memory.call(ptr.to_i, buf.size.to_i, shellcode_calc.size.to_...
nobu (Nobuyoshi Nakada)
06:42 PM Feature #14924: // floor division operator
> Out of curiosity what are you doing that needs integer division? :)

For example in my window manager I have som...
Anonymous
04:03 PM Revision 0c32ffc7 (git): * 2018-07-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 PM Revision 02cae85e (git): object.c: prefer base optarg
* object.c (rb_f_integer): prefer `base` optional argument over
keyword arguments. this issue should be resolved m...
nobu (Nobuyoshi Nakada)
10:47 AM Bug #14926 (Closed): Different results between Enumerable#sum and #reduce when Float::INFINITY present
Applied in changeset trunk|r64014.
----------
fix sum on infinity
* array.c (rb_ary_sum): consider non-finite float...
nobu (Nobuyoshi Nakada)
10:47 AM Revision 67cacdb8 (git): fix sum on infinity
* array.c (rb_ary_sum): consider non-finite floats.
[ruby-core:88024] [Bug #14926]
* enum.c (sum_iter): ditto.
gi...
nobu (Nobuyoshi Nakada)
10:02 AM Revision b22352af (git): Remove needless `nacl` check
`nacl` support already removed by https://github.com/ruby/ruby/pull/1726.
[Fix GH-1920]
From: yuuji.yaginuma <yuuji...
znz (Kazuhiro NISHIYAMA)
08:53 AM Feature #14931 (Open): [DOC] exception keyword argument is not documented in some methods
Some methods accept exception keyword argument since 2.6.0, but it is not documented in rdoc yet.
In NEWS,
* ...
znz (Kazuhiro NISHIYAMA)
07:42 AM Feature #14859: [PATCH] implement Timeout in VM
[email protected] wrote:
> normalperson (Eric Wong) wrote:
> > Yes. The "timeout scheduler" is the same ide...
normalperson (Eric Wong)
04:39 AM Feature #14930: sample/trick2018
sample/trick2018/03-tompng ですが、trunk では動かないようです。
* `Gemfile` で `ruby '2.5.0'` に固定されているので、そのままだと trunk で bundle ins...
znz (Kazuhiro NISHIYAMA)
02:53 AM Revision 0cc4bb7d (git): * 2018-07-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:53 AM Revision 4e1f2067 (git): test_rubyoptions.rb: allow passing test_verbose
with --jit.
`./ruby --jit -Itest/lib test/ruby/test_rubyoptions.rb -n "TestRubyOptions#test_verbose"`
has failed wit...
k0kubun (Takashi Kokubun)
 

Also available in: Atom