General

Profile

tompng (tomoya ishida)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 7 37 44

Activity

04/19/2024

04:08 PM Ruby master Bug #20439 (Open): Invalid string format with n$ flag is ignored in some case
String format including n$ flag and no type specifier raises ArgumentError
~~~ruby
"%1$ " % 1 # invalid format char...
tompng (tomoya ishida)
04:06 PM Ruby master Bug #20438 (Open): String format "%\n" and "%\0" does not raise format error
`"%" % 1` raises `incomplete format specifier; use %% (double %) instead`
`"%=" % 1` raises `malformed format string...
tompng (tomoya ishida)

04/18/2024

02:46 PM Ruby master Revision ff599aea (git): [ruby/irb] Fix % escape in prompt format
(https://github.com/ruby/irb/pull/927)
https://github.com/ruby/irb/commit/08eee25d28
tompng (tomoya ishida)
11:48 AM Ruby master Revision 57a262e3 (git): [ruby/irb] Accept " " for colorizing "\t" test
(https://github.com/ruby/irb/pull/924)
https://github.com/ruby/irb/commit/c8182fa490
tompng (tomoya ishida)

04/17/2024

06:36 PM Ruby master Revision ca764062 (git): [ruby/irb] Remove internal-only methods from Command::Base
(https://github.com/ruby/irb/pull/922)
* Remove internal-only methods from Command::Base
Command#ruby_args and Comm...
tompng (tomoya ishida)
04:12 PM Ruby master Revision 15b659ca (git): [ruby/reline] Refactor nomultiline and multiline mode difference
(https://github.com/ruby/reline/pull/653)
* Support multiline input in Reline.readline internally, reduce multiline-...
tompng (tomoya ishida)
12:17 PM Ruby master Bug #20433 (Open): Hash.inspect for some hash returns syntax invalid representation
For these hashes, Hash.inspect returns a syntax invalid representation:
~~~ruby
{ :a! => 1 } # {:a!=>1}
{ :a? => 1...
tompng (tomoya ishida)

04/16/2024

02:06 PM Ruby master Revision 79df0f13 (git): [ruby/reline] Refactor history move and history search
(https://github.com/ruby/reline/pull/651)
https://github.com/ruby/reline/commit/90e43e01d4
tompng (tomoya ishida)

04/15/2024

01:15 PM Ruby master Revision 43f4da3e (git): [ruby/reline] Fix vi_to_column which was broken
(https://github.com/ruby/reline/pull/679)
https://github.com/ruby/reline/commit/9e93ad52e7
tompng (tomoya ishida)

04/14/2024

02:28 PM Ruby master Revision 1648c443 (git): [ruby/reline] Refactor waiting_proc and waiting_operator_proc
(https://github.com/ruby/reline/pull/649)
* Fix waiting_proc precedence
* Fix waiting_operator bugs
* Add waiting_...
tompng (tomoya ishida)

Also available in: Atom