k0kubun (Takashi Kokubun)
- Login: k0kubun
- Email: takashikkbn@gmail.com
- Registered on: 10/19/2015
- Last sign in: 03/16/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 113 | 117 |
| Reported issues | 1 | 78 | 79 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Release Manager | 05/15/2017 |
Activity
03/16/2026
-
11:19 PM Ruby Revision b01ca60e (git): Allow auto-sync from Prism ruby-4.0
-
10:47 PM Ruby Revision d3da9fec (git): v4.0.2
-
10:46 PM Ruby Revision 3fd1181a (git): Bump Prism to v1.8.1
-
07:24 PM Ruby Bug #21925: Prism misparses standalone "in" pattern matching in "case/in"
- ruby_4_0 commit:b5a768b666f61a861449d9ee287cb0a3e05bbea8.
-
07:24 PM Ruby Bug #21674: Possible regression in return case in statement
- ruby_4_0 commit:b5a768b666f61a861449d9ee287cb0a3e05bbea8.
-
07:24 PM Ruby Bug #21946: `and?` predicate confused for leading `and` keyword
- ruby_4_0 commit:83c261f30bd43dc3465c0026b96e79af585fdfab.
-
07:24 PM Ruby Bug #21927: Prism: misleading error message for forwarding in lambda argument
- ruby_4_0 commit:e7d2828fb677874fb425e6129e0c4c20acc0e1dd.
-
07:24 PM Ruby Bug #21097: `x = a rescue b in c` and `def f = a rescue b in c` parsed differently between parse.y and prism
- ruby_4_0 commit:6b47e3f82cfb52d41fef8882d7e132f43a7611d6.
-
07:24 PM Ruby Revision 6b47e3f8 (git): [ruby/prism] Fix not binding power in endless methods [Backport #21097]
- Change rescue modifier binding power from PM_BINDING_POWER_COMPOSITION
to PM_BINDING_POWER_MATCH + 1, so that `x = a rescue b in c` is parsed
as `(x = (a rescue b)) in c` and `def f = a rescue b in c` is parsed
as `(def f = (a rescue b))... -
07:03 PM Ruby Bug #21880: The ultra_safe mode of pstore bundled with Ruby 4.0 is broken.
- ruby_4_0 commit:901966d7627e89e1ee6e0e37f92e8ac8c0e6e3da.