Skip to content

[pull] master from ruby:master#1005

Merged
pull[bot] merged 4 commits into
turkdevops:masterfrom
ruby:master
May 12, 2026
Merged

[pull] master from ruby:master#1005
pull[bot] merged 4 commits into
turkdevops:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 12, 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 : )

tikkss and others added 4 commits May 12, 2026 23:39
This is because `make test-bundler-parallel` command, which runs
successfully via turbo_tests, does not have `--disable-gems` option
specified.

`--disable-gems` is currently set in `RUN_OPTS`. Removing it would
affect not only test-bundler but the entire test suite, so I have
configured it specifically for this command instead.

This patch will fix an error in `./spec/bundler/bundler/cli_common_spec.rb`
when executing `make test-bundler`.

Co-authored-by: Sutou Kouhei <kou@clear-code.com>
We changed how AnyToString worked and no longer need this instruction.
In infer_types, snapshot the types of all branch arguments before
writing to any target block param. Previously, when a self-loop's
branch args referenced the target's own params (e.g. a phi swap),
updating params sequentially could observe values updated earlier
in the same loop iteration.
Branch arms (IfTrue, IfFalse, Jump) update target block param types
but were not flagging the fixpoint loop's `changed` bit. With a pure
shuffle block (no non-branch insns to drive `changed` via their
own infer_type), the loop could exit while param types were still
widening. Now each branch arm sets `changed = true` whenever the
union actually grew a param's type.

Add an HIR build test: a self-loop with a 4-cycle param rotation
must reach the full union of all four input types at every param,
which would previously fall short by one type even with parallel
phi semantics.
@pull pull Bot locked and limited conversation to collaborators May 12, 2026
@pull pull Bot added the ⤵️ pull label May 12, 2026
@pull pull Bot merged commit ab849a4 into turkdevops:master May 12, 2026
1 of 4 checks passed
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