Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 5, 2025

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 : )

nobu and others added 16 commits November 5, 2025 02:03
`eos?` is opposite, cannot be used instead of `rest?`.

ruby/strscan@bee8cc547b
We can't run arbitrary ruby code with the VM lock held.
Kokubun bought up that "complex" is a more fitting name for what these
counters count. Thanks!

Also:
- make the SendFallbackReason enum name consistent with the counter name
- rewrite the printout prompt in zjit.rb
After 34b0ac6, we use a fallback instead of side exit for splats.
Count splats under `send_fallback_one_or_more_complex_arg_pass`.
Instead of an undocumented constant.
Cannot use C99 syntax, as far as supporting Ruby 2.6 and earlier.

ruby/strscan@f6d178fda5
Use "git commit --amend" instead of "git filter-branch" since we only
need to handle one commit at HEAD.
No behavior change is intended by this change.
Currently, we try to git cherry-pick the upstream commit and then
resolve merge conflicts in the working tree with the help of Git's
rename detection. By the nature of heuristics, it does not work reliably
when the upstream adds or removes files.

Instead, first prepare temporary commit objects with uninteresting files
removed and file paths adjusted for ruby/ruby, and then cherry-pick it.
The cherry-pick should succeed as long as the mapping rules are correct,
the upstream does not contain a funny merge that strictly depends on
merge order, and there are no local changes in ruby/ruby.
Find interesting commits by following parents instead of relying on
"git log".

If we encounter a merge commit that may contain a conflict resolution,
fall back to cherry-picking the merge commit as a whole rather than
replaying each individual commit. The sync commit will include a
shortlog for the squashed commits in that case.
```
tool/sync_default_gems.rb:177:in `block in <module:SyncDefaultGems>': undefined local variable or method `it' for SyncDefaultGems:Module (NameError)

      it.exclude << "lib/open3/jruby_windows.rb"
      ^^
	from <internal:kernel>:90:in `tap'
	from tool/sync_default_gems.rb:176:in `<module:SyncDefaultGems>'
	from tool/sync_default_gems.rb:10:in `<main>'
```
@pull pull bot locked and limited conversation to collaborators Nov 5, 2025
@pull pull bot added the ⤵️ pull label Nov 5, 2025
@pull pull bot merged commit 2172057 into turkdevops:master Nov 5, 2025
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.

7 participants