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

Update libxml2 from 2.10.4 to 2.12.6 #1

Closed
wants to merge 8 commits into from

Conversation

dobleuber
Copy link

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?

Copy link

@hfsaito hfsaito left a 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

Copy link

@hfsaito hfsaito left a 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

Comment on lines 726 to 727
} else {
rb_iv_set(self, "@encoding", NOKOGIRI_STR_NEW2("UTF-8"));
Copy link

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

Suggested change
} else {
rb_iv_set(self, "@encoding", NOKOGIRI_STR_NEW2("UTF-8"));

@dobleuber dobleuber requested a review from hfsaito March 25, 2024 22:30
@dobleuber dobleuber closed this Apr 1, 2024
@dobleuber dobleuber deleted the dobleuber/gen-2620 branch April 2, 2024 14:06
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