General

Profile

tompng (tomoya ishida)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 8 53 61

Activity

10/25/2024

07:39 AM Ruby master Revision f1e92363 (git): [ruby/reline] Add completion_append_character test
(https://github.com/ruby/reline/pull/773)
https://github.com/ruby/reline/commit/5f5a0aa78c
tompng (tomoya ishida)

10/24/2024

04:36 PM Ruby master Revision 979e447d (git): [ruby/reline] nonprinting_start and nonprinting_end should be
removed
(https://github.com/ruby/reline/pull/771)
https://github.com/ruby/reline/commit/e36441652a
tompng (tomoya ishida)

10/22/2024

10:57 AM Ruby master Bug #20809 (Open): Ripper fails to parse/tokenize nested heredocs within embexpr
In this example, Ripper wrongly concats `"s333\n"` and `"s4444"`.
~~~ruby
require 'ripper'
code1 = '<<HEREDOC1
...
tompng (tomoya ishida)

10/18/2024

05:15 PM Ruby master Revision 09ddfd4d (git): [ruby/irb] Always use alternate sceen on alt-d
(https://github.com/ruby/irb/pull/988)
https://github.com/ruby/irb/commit/db0a923d62
tompng (tomoya ishida)

10/13/2024

01:00 PM Ruby master Revision cf8388f7 (git): [ruby/irb] Remove bignum check from save_history
(https://github.com/ruby/irb/pull/1018)
IRB need to accept bignum history size, but we don't want explicit bignum ch...
tompng (tomoya ishida)
04:55 AM Ruby master Revision 98fce00c (git): [ruby/reline] Support continuous tab completion
(https://github.com/ruby/reline/pull/761)
Continuous tab completion is possible in GNU Readline.
If dig_perfect_matc...
tompng (tomoya ishida)
04:30 AM Ruby master Revision c12c9546 (git): [ruby/irb] Fix rendering test broken by conflict
(https://github.com/ruby/irb/pull/1016)
https://github.com/ruby/irb/commit/a21b953a99
tompng (tomoya ishida)

10/12/2024

04:24 AM Ruby master Revision 199b2980 (git): [ruby/irb] Make rendering test faster using updated yamatanooroti
(https://github.com/ruby/irb/pull/1001)
https://github.com/ruby/irb/commit/2c2956bc1f
tompng (tomoya ishida)

10/09/2024

03:53 AM Ruby master Bug #20790 (Open): Syntax acceptance of `*x = p rescue p 1` is different between parse.y and prism
~~~ruby
*x = p rescue p 1 # syntax error in prism
*x = p 1 rescue p 1 # both syntax ok
x = p rescue p 1 # both syn...
tompng (tomoya ishida)
03:24 AM Ruby master Bug #20789 (Closed): `->a=1...{}` is syntax error in 3.4.0dev parse.y
`->a=1...{}` is syntax error since https://github.com/ruby/ruby/pull/11751
tompng (tomoya ishida)

Also available in: Atom