General

Profile

koic (Koichi ITO)

  • Login: koic
  • Email: koic.ito@gmail.com
  • Registered on: 08/18/2015
  • Last connection: 06/08/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 4 9 13

Like

Activity

12/07/2022

09:24 AM Ruby master Bug #19190 (Closed): `Regexp.compile('regexp', 'n')` raises `unknown regexp option: n (ArgumentError)`
I get the following unexpected error when using Ruby 3.2.0-dev.
## Expected (Ruby 3.1 and prior)
No errors:
...
koic (Koichi ITO)

09/21/2022

06:21 AM Ruby master Revision e3b17806 (git): [DOC] Tweak the doc for `Process.kill` signature
Replacing `...` with `*pids` seems to clarify the expected variadic arguments.
Note that the expected arguments are ...
koic (Koichi ITO)

08/26/2022

05:34 AM Ruby master Feature #18784: `FileUtils.rm_f` and `FileUtils.rm_rf` should not mask exceptions
I also encountered a possibly related `Errno::EACCES` error on Windows (mingw) of GitHub Actions.
```
Errno::EACC...
koic (Koichi ITO)

05/02/2022

02:05 PM Ruby master Revision 8587bacc (git): YJIT: Remove redundant `extern crate` (#5869)
Follow up https://github.com/ruby/ruby/commit/0514d81
Rust YJIT requires Rust 1.60.0 or later. So, `extern crate` lo...
koic (Koichi ITO)

03/31/2022

01:48 AM Ruby master Bug #18669: Warning `flags ignored` is displayed for `Regexp.new(/regexp/)`
I confirmed the expected behavior in the edge Ruby. Thank you for the quick fixing! koic (Koichi ITO)

03/30/2022

03:16 PM Ruby master Bug #18669 (Closed): Warning `flags ignored` is displayed for `Regexp.new(/regexp/)`
I encountered an unexpected warning in Ruby 3.2.0dev.
## Reproduction code
```ruby
Regexp.new(/regexp/)
```
...
koic (Koichi ITO)

02/13/2022

06:48 AM Ruby master Revision 045ab1d0 (git): [DOC] Fix a typo in `Integer#chr` example
The current example raises the following error.
```ruby
0..chr # => undefined local variable or method `chr' for mai...
koic (Koichi ITO)

01/30/2022

10:38 PM Ruby master Revision f924e05b (git): [DOC] Fix a typo in the NEWS.md
Follow up of https://github.com/ruby/ruby/commit/fbb3cab. koic (Koichi ITO)

12/08/2021

06:39 AM Ruby master Bug #18396: An unexpected "hash value omission" syntax error when without parentheses call expr follows
I get it. Thank you for the explanation! koic (Koichi ITO)
03:25 AM Ruby master Bug #18396 (Open): An unexpected "hash value omission" syntax error when without parentheses call expr follows
## Summary
I encountered an unexpected "hash value omission" syntax error when parentheses call expression follows...
koic (Koichi ITO)

Also available in: Atom