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/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)
06:07 PM Ruby master Revision c9da8d67 (git): [ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
This PR fixes a token incompatibility between Parser gem and `Prism::Translation::Parser`
for the heredocs_leading_wh...
koic (Koichi ITO)
12:31 PM Ruby master Revision c0b8dee9 (git): [ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Parser`
This PR fixes an AST and token incompatibility between Parser gem and `Prism::Translation::Parser`
for dstring litera...
koic (Koichi ITO)

03/13/2024

05:35 PM Ruby master Revision a5ac27e9 (git): [ruby/prism] Turn on heredocs nested test for `Prism::Translation::Parser`
This PR enables the heredocs_nested.txt that was previously skipped testing.
https://github.com/ruby/prism/commit/9c...
koic (Koichi ITO)
04:51 PM Ruby master Revision bf17093a (git): [ruby/prism] Fix diagnostic incompatibility for `Prism::Translation::Parser`
In the case of the `**` and `&` ambiguous prefixes, incompatibilities
remained among https://github.com/ruby/prism/is...
koic (Koichi ITO)
04:02 PM Ruby master Revision 0f076fa5 (git): [ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Parser`
This PR fixes an AST and token incompatibility between Parser gem and `Prism::Translation::Parser`
for empty xstring ...
koic (Koichi ITO)
12:38 PM Ruby master Revision 5fa28ce0 (git): [ruby/prism] Warn `&` interpreted as argument prefix
This PR makes `Prism` warn `&` interpreted as argument prefix.
This carries a similar meaning to the following Ruby w...
koic (Koichi ITO)

Also available in: Atom