Fix strict documentation build prerequisites - #132
Merged
ChrisRackauckas merged 2 commits intoAug 6, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Clean-main ownership investigation (exact
The focused follow-up commit therefore declares SciMLOperators as a runtime dependency and imports |
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
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.
Ignore this PR until reviewed by @ChrisRackauckas.
Summary
warnonlyso docs failures are fataltriplot!keywords for current dependenciesLinearSolveimport in the diffusion developer exampleSciMLOperatorsas a runtime dependency and importMatrixOperatorfrom its owning moduleThis is a focused prerequisite for the strict SciMLTesting 2.4 public-API/documentation audit. The separate local Literate regeneration failure found on clean main is tracked in #131.
Root cause
A clean-main worker reproduced the ownership break on exact
origin/main0bb35b4:isdefined(FiniteVolumeMethod, :MatrixOperator)passes8e770b8d8a4bf0fc7d5c3d2909139fb275ab335d/ SciMLBase#1476 intentionally removed the blanket SciMLOperators reexportFiniteVolumeMethod therefore needs to depend on the module that owns this API instead of reaching it through SciMLBase.
Local validation
CI=true julia +release --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); include("docs/make.jl")': passed with fresh current dependencies (doctests, examples, checkdocs, cross-references, HTML render; exit 0)git diff --check: passedThe clean-main non-CI regeneration failure was reproduced independently and is not silenced or allow-listed here.