General

Profile

tompng (tomoya ishida)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 7 54 61

Activity

11/19/2024

02:52 PM Ruby master Revision 7b51b3c7 (git): [ruby/pp] Fix pretty printing range begin/end with false or nil
https://github.com/ruby/pp/commit/6d9c0f255a tompng (tomoya ishida)
02:52 PM Ruby master Revision cd7c6c66 (git): [ruby/pp] Simplify range nil check
https://github.com/ruby/pp/commit/3e4b7c03b0
Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>
tompng (tomoya ishida)
01:17 PM Ruby master Revision bc923796 (git): [ruby/irb] Don't use delegator to install helper methods to main
object
(https://github.com/ruby/irb/pull/1031)
IRB used delegator to install command as a method of frozen main obje...
tompng (tomoya ishida)

11/14/2024

11:14 PM Ruby master Revision 8f3a6ebc (git): [ruby/reline] Drop loading terminfo, remove fiddle dependency in
non-windows environment.
(https://github.com/ruby/reline/pull/769)
Reline works perfectly in most major terminal emu...
tompng (tomoya ishida)

11/11/2024

03:31 PM Ruby master Revision 25d17868 (git): [ruby/reline] Refactor perform_completon
(https://github.com/ruby/reline/pull/778)
Flatten recursive method
Remove CompletionState::COMPLETE
https://github....
tompng (tomoya ishida)

11/10/2024

07:11 PM Ruby master Revision 5eaa4c76 (git): [ruby/reline] Remove unused things from reline/unicode.rb
(https://github.com/ruby/reline/pull/759)
* Remove garbage(nil) from Reline::Unicode.split_by_width result
* Remove...
tompng (tomoya ishida)

11/09/2024

05:51 AM Ruby master Bug #20881: Complex#** returns discontinuous results in Fixnum and Bignum exponents
I slightly expect `(1.0+2.0i)**5` to be exactly `41.0-38.0i` instead of `40.99999999999999-38.00000000000003i` calcul... tompng (tomoya ishida)

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)

Also available in: Atom