General

Profile

Kai (kai matsudate)

  • Login: Kai
  • Registered on: 06/01/2026
  • Last sign in: 06/14/2026

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

06/08/2026

04:13 PM Ruby Bug #22095 (Assigned): Prism rejects a multiple assignment in a rescue modifier value that parse.y accepts
## Problem
parse.y and Prism parse the following differently:
```ruby
a rescue b, c = 1
```
parse.y accepts it, but Prism rejects it.
## Cause
In the grammar, the value of a rescue modifier is a statement, so it may itse...
Kai (kai matsudate)

06/01/2026

04:47 PM Ruby Bug #22089: Prism accepts statement modifiers in if/unless/elsif conditions that parse.y rejects
I'm the reporter. It shows as anonymous due to recreating my account, but I'm following this. Kai (kai matsudate)

Also available in: Atom