General

Profile

tompng (tomoya ishida)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 6 42 48

Activity

06/27/2024

02:53 PM Ruby master Bug #20597 (Open): `eval('break if false')` should raise SyntaxError but retuns nil
These are all SyntaxError (Invalid break, compile error (SyntaxError))
~~~ruby
ruby -ce "break if false"
ruby -ce ...
tompng (tomoya ishida)

06/25/2024

12:55 AM Ruby master Revision 691d85d3 (git): [ruby/reline] Rerender and enter raw mode again by SIGCONT
(https://github.com/ruby/reline/pull/727)
https://github.com/ruby/reline/commit/be45660c83
tompng (tomoya ishida)

06/18/2024

02:57 PM Ruby master Revision c2e2c597 (git): [ruby/reline] Fix vi_yank or vi_delete_meta copies nil bug
(https://github.com/ruby/reline/pull/726)
https://github.com/ruby/reline/commit/46b30b07c9
tompng (tomoya ishida)

06/16/2024

06:03 PM Ruby master Misc #20574: DevMeeting-2024-07-11
* [Bug #20433] Hash.inspect for some hash returns syntax invalid representation
* Change Hash#inspect style to `{k...
tompng (tomoya ishida)

06/14/2024

03:14 PM Ruby master Bug #20433: Hash.inspect for some hash returns syntax invalid representation
I investigated the impact to ruby ci.
Need to update these tests. The required change was within the expected rang...
tompng (tomoya ishida)

06/13/2024

04:27 PM Ruby master Revision 9c7374b0 (git): Clear coderange when rb_str_resize change size
In some encoding like utf-16 utf-32, expanding the string with null bytes can change coderange to either broken or va... tompng (tomoya ishida)
04:27 PM Ruby master Revision 04467218 (git): Add rb_str_resize coderange test
tompng (tomoya ishida)
04:27 PM Ruby master Revision a9b8981a (git): Simplify rb_str_resize clear range condition
tompng (tomoya ishida)
12:46 PM Ruby master Bug #20579 (Closed): `Ripper.tokenize("1\n ")` does not include trailing spaces
~~~ruby
# trailing :on_sp, :on_ignored_nl are included in the result
Ripper.tokenize("1\n\t \t\n\t \t")
# => ["1",...
tompng (tomoya ishida)
12:37 PM Ruby master Bug #20578 (Closed): Tokenizing string literal that have newline and invalid escape is wrong
Tokenizing string literal that have newline and invalid escape is wrong
When a string literal includes `\n` and an...
tompng (tomoya ishida)

Also available in: Atom