tompng (tomoya ishida)
- Login: tompng
- Email: tomoyapenguin@gmail.com
- Registered on: 12/26/2015
- Last sign in: 01/19/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 17 | 17 |
Reported issues | 6 | 65 | 71 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 12/26/2024 |
Backport187 | Committer | 12/26/2024 |
Backport191 | Committer | 12/26/2024 |
Backport192 | Committer | 12/26/2024 |
Backport193 | Committer | 12/26/2024 |
Backport200 | Committer | 12/26/2024 |
Backport21 | Committer | 12/26/2024 |
Backport22 | Committer | 12/26/2024 |
Ruby 1.8 | Committer | 12/26/2024 |
Ruby master | Committer | 12/26/2024 |
Activity
01/20/2025
- 01:20 PM Ruby master Revision c026e44b (git): [ruby/json] Fix parsing incomplete unicode escape "\uaaa"
- https://github.com/ruby/json/commit/86c0d4eb7e
- 01:20 PM Ruby master Revision 525d7a68 (git): [ruby/json] Raise parse error on invalid comments
- https://github.com/ruby/json/commit/2f57f40467
- 01:20 PM Ruby master Revision 86b26217 (git): [ruby/json] Reject invalid number: `-` `-.1` `-e0`
- https://github.com/ruby/json/commit/b9bfeecfa9
01/15/2025
- 05:57 PM Ruby master Revision e5ad8949 (git): [ruby/irb] Colorize backref token bold green like global variables
- (https://github.com/ruby/irb/pull/1065)
https://github.com/ruby/irb/commit/0b60a5be1d
01/07/2025
- 06:43 PM Ruby master Bug #21012 (Closed): Compiling `a['a','b'],=1` with parse.y fails
- Compiling this code with parse.y fails with segmentation fault.
~~~ruby
a['a','b'],=1
~~~
Compiling `a['a',x],=... - 06:22 PM Ruby master Bug #21011 (Closed): Constant massign segfaults in parse.y with shareable_constant_value: experimental_everything
- This code segfaults with parse.y
~~~ruby
# shareable_constant_value: experimental_everything
A,=1
~~~
~~~
$ r... - 02:44 PM Ruby master Bug #21010 (Closed): Endless method definition of `[]=` is SyntaxError in parse.y but allowed in Prism
- These codes is SyntaxError in parse.y but accepted in Prism
~~~ruby
def []=(k,v)=1
def obj.[]=(k,v)=1
~~~
Thes...
01/06/2025
- 08:06 PM Ruby master Bug #21006 (Closed): `defined?((receiver).method)` raises Stack consistency error
- Applied in changeset commit:git|8fb17f86d7ef2a84f82c83a9509e311a07aa93fc.
----------
[Bug #21006] Fix defined_expr c... - 07:19 PM Ruby master Bug #21006: `defined?((receiver).method)` raises Stack consistency error
- https://github.com/ruby/ruby/pull/12518
- 08:06 PM Ruby master Revision 8fb17f86 (git): [Bug #21006] Fix defined_expr compilation of method call with parenth… (#12518)
- [Bug #21006] Fix defined_expr compilation of method call with parenthesized receiver
Also available in: Atom