-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update libxml2 from 2.10.4 to 2.12.6 #1
Conversation
b4ac081
to
a9722f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove all github actions or left them untouched
Did you take a look at the change made in the original repo?
sparklemotion#3153
Seems updating the dependency version is not the only thing needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we talked about. In the original PR seems the additional change is not related to the security update. So let's keep only the dependency version change
ext/nokogiri/xml_reader.c
Outdated
} else { | ||
rb_iv_set(self, "@encoding", NOKOGIRI_STR_NEW2("UTF-8")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you check the original change, this is not done inside this function
And the fix seems to be for a feature that is not present in this old version
} else { | |
rb_iv_set(self, "@encoding", NOKOGIRI_STR_NEW2("UTF-8")); |
What problem is this PR intended to solve?
Have you included adequate test coverage?
Does this change affect the behavior of either the C or the Java implementations?