hogelog (Sunao Komuro)
- Login: hogelog
- Email: konbu.komuro@gmail.com
- Registered on: 03/29/2017
- Last sign in: 09/24/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/14/2024
-
03:40 PM Ruby Revision 3822ca98 (git): [ruby/irb] Add disable_irb command to disable debug of binding.irb
- (https://github.com/ruby/irb/pull/898)
* Add disable_irb command to disable debug of binding.irb
* disable_irb doesn't override Kernel.exit
Kernel.exit call is removed because disable_irb does not override Kernel.exit
and workaround t...
12/16/2023
-
05:49 AM Ruby Revision cb636fe7 (git): [ruby/readline] Fix readline-ext gem loading in non Unix-like environments
- https://github.com/ruby/readline/commit/6e1e5d0eb8
12/11/2023
-
10:13 PM Ruby Revision 4a94ce85 (git): [DOC] Fix RDoc to match actual Kenrel.require behavior (#9180)
12/07/2023
-
12:45 AM Ruby Revision 5078aa82 (git): Add NEWS for Range#overlap?
12/01/2023
-
06:04 PM Ruby Revision ef466ac9 (git): [ruby/irb] Scrub past history input before split
- (https://github.com/ruby/irb/pull/795)
* Scrub past history input before split
* Don't rewrite ENV["LANG"]
https://github.com/ruby/irb/commit/0f344f66d9
11/25/2023
-
10:14 AM Ruby Revision 68a03613 (git): [ruby/irb] Fix flaky test case
- test_autocomplete_with_multiple_doc_namespaces
(https://github.com/ruby/irb/pull/786)
https://github.com/ruby/irb/commit/85c6ddeb7d
11/23/2023
-
07:24 AM Ruby Revision e2078ccd (git): [ruby/irb] Fix failure of more command with -R option
- (https://github.com/ruby/irb/pull/781)
https://github.com/ruby/irb/commit/7d6849e44e
03/29/2017
-
09:24 AM Ruby Bug #13386 (Closed): Improve Process::CLOCK_* RDoc
- ## Summary
`Process::CLOCK_*` has no RDoc comment.
https://docs.ruby-lang.org/en/trunk/Process.html
## Improvement
https://github.com/ruby/ruby/pull/1567 add `Process::CLOCK_*` description RDoc.