-
-
Notifications
You must be signed in to change notification settings - Fork 934
Comparing changes
Open a pull request
base repository: sparklemotion/nokogiri
base: v1.18.9
head repository: sparklemotion/nokogiri
compare: v1.18.10
- 11 commits
- 10 files changed
- 2 contributors
Commits on Sep 14, 2025
-
Fix errors building Ruby 3.1 on macos 15
by pinning to macos-14. I believe this problem started when Github upgraded to macOS 15: > The macos-latest label will migrate to macOS 15 beginning August 4, 2025 The error when system libraries are disabled: ./libtool: line 1871: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: No such file or directory The error when system libraries are enabled: make: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: No such file or directory (cherry picked from commit 1dac08d)Configuration menu - View commit details
-
Copy full SHA for 9f14ab0 - Browse repository at this point
Copy the full SHA 9f14ab0View commit details -
Fix errors building Ruby 3.1 on windows
Drop testing system libraries for Ruby 3.1 because devkit is built with a version of GCC that isn't compatible with modern msys2. The error, on both syslib-enabled and -disabled Ruby 3.1 builds: pacman.exe -Sy --noconfirm --noprogressbar --needed --disable-download-timeout mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-libxslt looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing mingw-w64-ucrt-x86_64-gcc-libs (15.2.0-8) breaks dependency 'mingw-w64-ucrt-x86_64-gcc-libs=14.2.0-3' required by mingw-w64-ucrt-x86_64-gcc Error: Command failed: pacman.exe -Sy --noconfirm --noprogressbar --needed --disable-download-timeout mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-libxslt (cherry picked from commit ae334cd)Configuration menu - View commit details
-
Copy full SHA for 6d77443 - Browse repository at this point
Copy the full SHA 6d77443View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf856e6 - Browse repository at this point
Copy the full SHA cf856e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd2721 - Browse repository at this point
Copy the full SHA dcd2721View commit details -
Use mirror site to download libiconv
(cherry picked from commit 71e4a21)
Configuration menu - View commit details
-
Copy full SHA for f1c5ea8 - Browse repository at this point
Copy the full SHA f1c5ea8View commit details -
dep: update vendored libiconv to 1.18
https://savannah.gnu.org/news/?id=10703 Fixes #3519 (cherry picked from commit 5630f82)
Configuration menu - View commit details
-
Copy full SHA for 92cab09 - Browse repository at this point
Copy the full SHA 92cab09View commit details -
[v1.18.x] backport libiconv upgrade to v1.18 (#3550)
**What problem is this PR intended to solve?** https://savannah.gnu.org/news/?id=10703 Fix #3543 on the v1.18.x branch Related to #3519 This is a backport of #3520 Also apply a few CI improvements to try to get green, generally.
Configuration menu - View commit details
-
Copy full SHA for adf72e3 - Browse repository at this point
Copy the full SHA adf72e3View commit details -
dep: bump vendored libxml2 to v2.13.9
Also, drop the merged upstream patches previously applied to v2.13.8.
Configuration menu - View commit details
-
Copy full SHA for 9906071 - Browse repository at this point
Copy the full SHA 9906071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dde17 - Browse repository at this point
Copy the full SHA 15dde17View commit details -
dep: bump vendored libxml2 to v2.13.9 (#3555)
**What problem is this PR intended to solve?** https://gitlab.gnome.org/GNOME/libxml2/-/releases Also, drop the merged upstream patches previously applied to v2.13.8.
Configuration menu - View commit details
-
Copy full SHA for 93337de - Browse repository at this point
Copy the full SHA 93337deView commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6803740 - Browse repository at this point
Copy the full SHA 6803740View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.18.9...v1.18.10