kosaki (Motohiro KOSAKI)
- Login: kosaki
- Email: kosaki.motohiro@gmail.com
- Registered on: 01/06/2010
- Last sign in: 02/05/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 3 | 123 | 126 |
Reported issues | 2 | 75 | 77 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 02/27/2010 |
Backport186 | Committer | 03/31/2010 |
Backport187 | Committer | 03/03/2010 |
Backport191 | Committer | 03/31/2010 |
Backport192 | Committer | 07/24/2011 |
Backport193 | Committer | 08/24/2011 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer | 03/31/2010 |
Ruby master | Committer | 03/31/2010 |
Activity
12/03/2019
- 10:50 AM Ruby master Revision 7f2cd2ae (git): fix typo
12/01/2019
- 04:34 PM Ruby master Revision 4d7a6d04 (git): Avoid unnecessary tzset() call
- Akatsuki reported ENV['TZ'] = 'UTC' improved 7x-8x faster on following code.
t = Time.now; 100000.times { Time.new(20...
08/06/2018
- 08:11 AM Ruby master Bug #14969: Process.groups が返す GID が重複している場合がある
- つまり、
・specを直すに賛成である
・ただ、API docで Process.groups.sort.uniq がふつうの使い方みたいに教えてあげるのが親切と思う
の2つが意見です - 08:08 AM Ruby master Bug #14969: Process.groups が返す GID が重複している場合がある
- Process.groupsが
・結果が昇順にソートされている保証はない(OS依存)
・Effective gidが入っているかどうかはOS依存
・重複するIDはそのままarrayに入っていることもあれば、重複が取り除かれている...
10/21/2017
- 02:22 PM Ruby master Revision 3e5a2521 (git): test_pathname.rb#test_open should care about umask
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:21 PM Ruby master Revision 3666ceb7 (git): test_cp_preserve_permissions should care about umask
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:15 PM Ruby master Revision 1493972e (git): kill "discards ‘const’ qualifier" warning
- Kill following warning.
../../../ext/psych/yaml/emitter.c: In function ‘yaml_emitter_write_block_scalar_hints’:
../.... - 01:15 PM Ruby master Revision e3b4cd38 (git): kill "discards ‘const’ qualifier" warning
- Kill following warning.
../../../ext/psych/yaml/emitter.c: In function ‘yaml_emitter_write_folded_scalar’:
../../../... - 01:02 PM Ruby master Revision af14720f (git): kill "value computed is not used" warning
- Currently, gcc claims your coding style is not good. Shut it up.
../../../ext/psych/yaml/emitter.c: In function ‘yam... - 01:01 PM Ruby master Revision 4911d456 (git): kill variable set but not used warning
- Currently, dummy_mark variable makes following warnings. Let's fix it.
../../../ext/psych/yaml/parser.c: In function...
Also available in: Atom