Require Symbolics 7.39.2 for JumpProblemLibrary 32-bit CI - #230
Closed
ChrisRackauckas-Claude wants to merge 3 commits into
Closed
Require Symbolics 7.39.2 for JumpProblemLibrary 32-bit CI#230ChrisRackauckas-Claude wants to merge 3 commits into
ChrisRackauckas-Claude wants to merge 3 commits into
Conversation
| jobs: | ||
| tests: | ||
| uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1" | ||
| uses: "ChrisRackauckas-Claude/.github/.github/workflows/grouped-tests.yml@i686-gitconfig-consumable" |
ChrisRackauckas
requested changes
Sep 10, 2026
x86 CI resolved SymbolicUtils 4.46.1 and failed hasha_seed precompile (InexactError trunc UInt32). Pin the portable-hash releases via Catalyst's transitive Symbolics stack. Co-authored-by: Cursor <cursoragent@cursor.com>
Previous commit only bumped the version; add the direct deps and compat lower bounds that force the 32-bit hash fixes. Co-authored-by: Cursor <cursoragent@cursor.com>
Root Core CI was resolving registry JumpProblemLibrary and ignoring lib/ changes. Add [sources] path entries for all sublibraries (SciML monorepo pattern) so the Symbolics 7.39.2 / SymbolicUtils 4.46.4 pin applies on x86. Co-authored-by: Cursor <cursoragent@cursor.com>
ChrisRackauckas-Claude
force-pushed
the
bump-symbolics-hash-32bit
branch
from
September 12, 2026 06:16
e1701fd to
7e4ac64
Compare
Member
Author
|
Dropped the consumable
Please re-review when you can. |
Member
Author
|
Closing: default-branch Core x86 is already green (run after 2026-09-12). The consumable |
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.
Summary
InexactError: trunc(UInt32, …)).SymbolicUtils ≥ 4.46.4andSymbolics ≥ 7.39.2(bump sublib to 2.0.4).Test plan
Core (…, x86)gets past SymbolicUtils/Symbolics precompileMade with Cursor