Skip to content

[pull] master from ruby:master#840

Merged
pull[bot] merged 3 commits intoturkdevops:masterfrom
ruby:master
Mar 11, 2026
Merged

[pull] master from ruby:master#840
pull[bot] merged 3 commits intoturkdevops:masterfrom
ruby:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 11, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

kddnewton and others added 3 commits March 10, 2026 13:29
[Bug #21097]

Also, parse:

```
x = a rescue b in c
```

as:

```
(x = (a rescue b)) in c
```

and:

```
def f = a rescue b in c
```

as:

```
(def f = (a rescue b)) in c
```

ruby/prism@7e797f59ae
* ZJIT: Only emit IncrCounter instructions in stats mode

This cleans up a lot of HIR output when we're not explicitly measuring
counters. They don't generate code when not in stats mode so they are
just HIR clutter.

* ZJIT: Enable stats before some tests

Some tests explicitly want to look at their counters.
@pull pull bot locked and limited conversation to collaborators Mar 11, 2026
@pull pull bot added the ⤵️ pull label Mar 11, 2026
@pull pull bot merged commit 3fa74bf into turkdevops:master Mar 11, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants