Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug #19597] Freeze script name #7709

Merged
merged 1 commit into from May 10, 2023
Merged

[Bug #19597] Freeze script name #7709

merged 1 commit into from May 10, 2023

Conversation

nobu
Copy link
Member

@nobu nobu commented Apr 13, 2023

Comment on lines +1427 to +1430
def test_argv0_frozen
assert_predicate Process.argv0, :frozen?
assert_predicate $0, :frozen?
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably doesn't matter much, but that's technically a behavior change, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, bug fixes change behaviors.

@nobu nobu merged commit 2d9bc3e into ruby:master May 10, 2023
100 checks passed
@nobu nobu deleted the freeze-argv0 branch May 10, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants