Refresh bin/ manifests - #125
Merged
Merged
Conversation
Picks up libpicosat_jll 965.0.3, which builds PicoSAT from https://github.com/JuliaLang/PicoSAT: the full upstream release history plus the ptrdiff_t pointer-rebase fix for Windows x64 and the <sys/unistd.h> -> <unistd.h> fix for musl, neither of which is in any upstream release. Also picks up JSON 1.8.1, Preferences 1.6.0 and StructUtils 2.9.1. Written by bin/update_manifests.jl, one Julia per manifest. The bin/ tests pass on 1.9, 1.10, 1.11, 1.12 and 1.13. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G5FHCxAcDcJBc7y6LZYLbo
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #125 +/- ##
=======================================
Coverage ? 95.32%
=======================================
Files ? 12
Lines ? 3955
Branches ? 0
=======================================
Hits ? 3770
Misses ? 185
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the five
bin/manifests withbin/update_manifests.jl, one Julia per manifest. Four pins move:v535throughv965) plus two fixes that aren't in any upstream release: theptrdiff_tpointer-rebase fix for Windows x64 (alongdelta could truncate, leaving every rebased pointer garbage and crashing the next solve) and<sys/unistd.h>→<unistd.h>so it builds on musl. Both were previously applied at build time by the libpicosat recipe; [libpicosat] Build from JuliaLang/PicoSAT (965.0.3) JuliaPackaging/Yggdrasil#14816 moved them into the repo. Upstream PicoSAT has no public repository and no release since 965, so the new repo is somewhere fixes like these can live.bin/Manifest-v1.10.tomlalso recordsjulia_version = "1.10.12"rather than1.10.11, since that is the 1.10 that wrote it.The
bin/tests pass on all five supported Julias — 1.9, 1.10, 1.11, 1.12 and 1.13 — 192 passing tests each. The package test suite passes against 965.0.3 as well.🤖 Generated with Claude Code