General

Profile

koic (Koichi ITO)

  • Login: koic
  • Email: koic.ito@gmail.com
  • Registered on: 08/18/2015
  • Last sign in: 02/28/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 4 12 16

Like

Activity

03/26/2024

06:41 PM Ruby master Revision 4a78d752 (git): [ruby/prism] Fix an incorrect range of `Prism::Location` when `PM_ERR_RETURN_INVALID`
This PR fixes the following incorrect range of `Prism::Location` when `PM_ERR_RETURN_INVALID`.
It may be hard to tel...
koic (Koichi ITO)
10:51 AM Ruby master Revision 52cf6ec4 (git): [ruby/prism] Fix typos
After finding the "if if" typo, some additional typos identified by running `codespell` are also being corrected:
htt...
koic (Koichi ITO)

03/25/2024

02:11 PM Ruby master Revision 65264b0d (git): [ruby/prism] Fix build error for C99 and C23 CI matrix
This PR fixes the following build error for C99 and C23 Ruby's CI matrix:
```console
../src/prism/prism.c:1241:19: e...
koic (Koichi ITO)
12:16 PM Ruby master Revision 56a2fad2 (git): [ruby/prism] Fix incorrect paring when using invalid regexp options
Fixes https://github.com/ruby/prism/pull/2617.
There was an issue with the lexer as follows.
The following are valid...
koic (Koichi ITO)

03/19/2024

06:14 PM Ruby master Revision 0a107027 (git): [ruby/prism] Fix a diagnostic incompatibility
This PR fixes a diagnostic incompatibility when using no anonymous keyword rest parameter:
```ruby
foo(**)
```
Note...
koic (Koichi ITO)
06:13 PM Ruby master Revision 72a613bc (git): [ruby/prism] Fix a diagnostic incompatibility for `Prism::Translation::Parser`
This PR fixes a diagnostic incompatibility for `Prism::Translation::Parser` when using constant argument:
```ruby
de...
koic (Koichi ITO)

03/18/2024

04:12 PM Ruby master Revision 7a1a5724 (git): [ruby/prism] Use `require_relative` in the Prism codebase
If there are many searches in the `$LOAD_PATH` in the user environment,
require will perform unnecessary searches tha...
koic (Koichi ITO)

03/17/2024

06:13 PM Ruby master Bug #20343 (Closed): Ripper.sexp in Ruby 3.4 returns nil
In Ruby 3.4.0's Ripper, there is the following incompatible behavior:
## Expected (Ruby 3.3)
It is expected tha...
koic (Koichi ITO)

03/16/2024

05:55 PM Ruby master Revision 3605d607 (git): [ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer`
This PR fixes token incompatibility for `Prism::Translation::Parser::Lexer` when using backquoted heredoc indetiner:
...
koic (Koichi ITO)

03/15/2024

06:08 PM Ruby master Revision e3a82d79 (git): [ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer`
This PR fixes token incompatibility for `Prism::Translation::Parser::Lexer`
when using escaped backslash in string li...
koic (Koichi ITO)

Also available in: Atom