Remove stale non-public sparsity bindings from docs - #5002
Closed
ChrisRackauckas-Claude wants to merge 1 commit into
Closed
Remove stale non-public sparsity bindings from docs#5002ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This was referenced Aug 20, 2026
Member
Author
|
Superseded by #5003, which now contains the stale API binding removal together with the typo-only cleanup. |
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.
What changed
Remove
ModelingToolkitBase.jacobian_sparsityandModelingToolkitBase.hessian_sparsityfrom the public code-generation@docsblock.ModelingToolkitBase no longer binds these names after #4989. The underlying Symbolics names are neither exported nor declared
public, so switching the docs toSymbolics.*would preserve a non-public dependency. This patch removes only the two invalid entries.Failing before the fix
The full CI-equivalent LTS docs command was run on clean current master
38d91d81dcd77319a70abb93882ba6da13510600:timeout 7200 env JULIA_DEBUG=Documenter DISPLAY=:0 \ xvfb-run -a -s '-screen 0 1024x768x24' \ julia +lts --project=docs/ --startup-file=no docs/make.jlIt exited 1 and reported:
That run also encountered a transient HTTP 429 from the external ColPrac link. A direct retry returned HTTP 200; no link check was disabled.
A source-history bisect identifies 63f684c as the binding boundary. The same owner-migration fixed sibling test references in #4991, but the docs entry remained.
Passing after the fix
The identical full LTS docs command exited 0:
Additional local gates:
The diff is two deletions in one docs file. No source, dependency, or public API declaration changes. Julia 1/pre test groups were not run locally; the owning docs gate was run on LTS to match CI.