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

deprecate: Nokogiri::CSS.parse #3222

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

The undocumented and unused method Nokogiri::CSS.parse is now deprecated and will generate a warning. This method will be removed in a future version of Nokogiri.

The AST returned by this method is private and subject to change and removal in future versions of Nokogiri.

Have you included adequate test coverage?

There is no test coverage for this method because Nokogiri doesn't use it.

Does this change affect the behavior of either the C or the Java implementations?

This method is unused.

The undocumented and unused method `Nokogiri::CSS.parse` is now
deprecated and will generate a warning. This method will be removed in
a future version of Nokogiri.

The AST returned by this method is private and subject to change and
removal in future versions of Nokogiri.
@flavorjones flavorjones merged commit 09c35b5 into main Jun 11, 2024
132 checks passed
@flavorjones flavorjones deleted the flavorjones-deprecate-css-parse branch June 11, 2024 13:58
@flavorjones flavorjones added this to the v1.17.0 milestone Jun 14, 2024
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.

1 participant