Skip to content

Conversation

@nobu
Copy link
Member

@nobu nobu commented Dec 23, 2025

Merge ruby/ruby@8f7c360
Merge ruby/ruby@8de2622

What was the end-user or developer problem that led to this PR?

Dir.mktmpdir concatenates a random base-36 number separated by "-", so may generate pathnames containing "-j4" or "-j2".

What is your fix for the problem, implemented in this PR?

Match including a preceding space, " -j4"/" -j2", as an option.

Make sure the following tasks are checked

`Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4" or "-j2".

ruby/ruby@8f7c360
ruby/ruby@8de2622
@nobu nobu changed the title Fix a fragile test Fix fragile tests Dec 24, 2025
@hsbt hsbt merged commit b261932 into ruby:master Dec 26, 2025
88 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants