-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
fix: avoid collision with glibc's canonicalize() method #2106
Conversation
@pterjan Please give this a look and let us know whether it addresses the issue you're seeing. |
Code Climate has analyzed commit 7df9533 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (80% is the threshold). This pull request will bring the total coverage in the repository to 94.3%. View more on Code Climate. |
✅ Build nokogiri 1.0.761 completed (commit 05d76770a3 by @flavorjones) |
Thank you, I can confirm the patch fixes the build here! |
Great, I'll merge it and it will be in the next v1.11.0 release candidate. Thank you! |
Fixes conflicts between nokogiri (1.10.9) and glibc SEE sparklemotion/nokogiri#2106 for more information.
Fixes conflicts between nokogiri (1.10.9) and glibc SEE sparklemotion/nokogiri#2106 for more information.
we're running into the issue fixed in sparklemotion/nokogiri#2106
* upgrade nokogiri we're running into the issue fixed in sparklemotion/nokogiri#2106 * build mdbook without search feature error is: error: failed to compile `mdbook v0.2.3`, intermediate artifacts can be found at `/tmp/cargo-installjZOKMC` Caused by: failed to select a version for the requirement `ammonia = "^1.1"` candidate versions found which didn't match: 3.3.0, 3.2.1, 3.2.0, ... I believe because ammonia-1.1 was pulled from crates.io
Closes #2105
What problem is this PR intended to solve?
#2105
Have you included adequate test coverage?
No functional changes
Does this change affect the C or the Java implementations?
Only CRuby