Skip to content

Fix a deprecated message about url_blacklist #202

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Apr 18, 2025

Passing strings to blacklist/whitelist is deprecated. This PR fixes it to remove deprecate messages.
https://github.com/ruby/TryRuby/actions/runs/14211217635/job/39818646230#step:4:47 https://github.com/rubycdp/cuprite/blob/4fa812640823e160cb359f40291fe8cf88e05cca/lib/capybara/cuprite/browser.rb#L251

Also, the config name is url_blocklist now.
https://github.com/rubycdp/cuprite?tab=readme-ov-file#url-blocklisting--allowlisting

The old name can be used for backward compatibility. But I think there is no reason to use the old one. So this PR also changed the name to the new one.

Passing strings to blacklist/whitelist is deprecated. This PR fixes it
to remove deprecate messages.
https://github.com/ruby/TryRuby/actions/runs/14211217635/job/39818646230#step:4:47
https://github.com/rubycdp/cuprite/blob/4fa812640823e160cb359f40291fe8cf88e05cca/lib/capybara/cuprite/browser.rb#L251

Also, the config name is `url_blocklist` now.
https://github.com/rubycdp/cuprite?tab=readme-ov-file#url-blocklisting--allowlisting

The old name can be used for backward compatibility. But I think
there is no reason to use the old one. So this PR also changed the
name to the new one.
@hsbt hsbt merged commit 1cf3bcf into ruby:master Apr 22, 2025
1 check passed
@hsbt
Copy link
Member

hsbt commented Apr 22, 2025

Thanks!

@y-yagi y-yagi deleted the fix_deprecated_message branch April 22, 2025 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants