Skip to content

Fix yjit RUBYOPT concatenation for Ruby 3.2#3968

Merged
vinistock merged 1 commit intomainfrom
02-20-fix_yjit_rubyopt_concatenation_for_ruby_3.2
Feb 20, 2026
Merged

Fix yjit RUBYOPT concatenation for Ruby 3.2#3968
vinistock merged 1 commit intomainfrom
02-20-fix_yjit_rubyopt_concatenation_for_ruby_3.2

Conversation

@vinistock
Copy link
Copy Markdown
Member

@vinistock vinistock commented Feb 20, 2026

Motivation

JavaScript concat works differently than Ruby's. It does not mutate the string, it concatenates and returns a copy. Which means, that branch of the code was not doing anything.

This PR ensures that we're actually concatenating.

Copy link
Copy Markdown
Member Author


How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock self-assigned this Feb 20, 2026
@vinistock vinistock added bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes labels Feb 20, 2026 — with Graphite App
@vinistock vinistock marked this pull request as ready for review February 20, 2026 16:07
@vinistock vinistock requested a review from a team as a code owner February 20, 2026 16:07
@vinistock vinistock merged commit 96cdb00 into main Feb 20, 2026
39 checks passed
@vinistock vinistock deleted the 02-20-fix_yjit_rubyopt_concatenation_for_ruby_3.2 branch February 20, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants