sferik (Erik Michaels-Ober)
- Login: sferik
- Email: sferik@gmail.com
- Registered on: 02/28/2011
- Last sign in: 09/10/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 2 | 3 |
Activity
07/19/2025
-
01:54 PM Ruby Revision 4431ca53 (git): [ruby/fileutils] FileUtils.remove_dir checks directory
- https://github.com/ruby/fileutils/commit/f0d7fc817b
07/18/2025
-
09:58 PM Ruby Revision bd27460c (git): Remove rehash checking TODO (GH-13919)
- Hash#rehash checks for rehash during iteration, and there
seems to be no efficient way to check for it after the fact,
so remove the TODO. -
10:24 AM Ruby Revision 05f51cf3 (git): Extract arith_seq_take
07/16/2025
06/28/2025
-
04:55 AM Ruby Revision eab4a0bc (git): Fix race condition in signal handler query (#13712)
- * Fix race condition in signal handler query
* Initialize signal lock dynamically and reset after fork
* Fix signal handler mutex initialization conditions -
12:45 AM Ruby Revision 49c138c1 (git): Check dump size in ibf_dump_write
06/27/2025
-
12:54 PM Ruby Revision e6cd79cd (git): Consolidate octal and hexadecimal parsing logic
- Both ruby_scan_oct and ruby_scan_hex call the generic ruby_scan_digits
helper, avoiding duplicate implementations.
06/26/2025
03/19/2015
-
02:11 PM Ruby Bug #10984: Hash#contain? to check whether hash contains other hash
- I agree that `#include?` is a more consistent and appropriate name for this method. I would prefer to see that change introduced in Ruby 3.0 than settle for this suboptimal change in Ruby 2.
11/16/2014
-
04:38 AM Ruby Feature #10510: Remove REXML instead of patching it
- I believe semantic versioning prevents doing this until Ruby 3 is released (many years from now) but I agree that this issue should be added to the Ruby 3 roadmap.