Fix docs build: update IGA dependency to FerriteIGA.jl - #93
Merged
Merged
Conversation
…hing manifest The IGA.jl package upstream (github.com/lijas/IGA.jl) was renamed to FerriteIGA.jl on its default branch, which broke `Pkg.update()`/docs instantiation since docs/Project.toml pinned the dependency by an unversioned URL under the old name "IGA" with no compat-restricting tag. Renamed the dependency to FerriteIGA (same package UUID) tracking the upstream default branch, updated docs/src/literate_tutorials/iga.jl to use the `FerriteIGA` module name instead of `IGA`, and regenerated docs/Manifest.toml (bringing many transitive deps up to date, e.g. Ferrite 1.1.0 -> 1.7.0, Documenter 1.15 -> 1.19). Test results: `Pkg.test()` all green (FerriteAssembly test suite passes, 1000+ tests across all test files). Full `docs/make.jl` build completes successfully for every tutorial (including the iga.jl tutorial against the renamed FerriteIGA package) and how-to, with only the pre-existing benign viscoelasticity.md image-size fallback warning. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KySgpVgJ5fWR9AvPK1JQoU
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
=======================================
Coverage 96.94% 96.94%
=======================================
Files 30 30
Lines 1210 1210
=======================================
Hits 1173 1173
Misses 37 37 ☔ 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.
Summary
IGA.jl(github.com/lijas/IGA.jl) was renamed toFerriteIGA.jlon its default branch, which brokedocs/Project.toml's unversioned URL source and madePkg.update()/docs instantiation fail with a package-name mismatch error.IGAtoFerriteIGA(same package UUID), tracking upstream's default branch, and updateddocs/src/literate_tutorials/iga.jltousing FerriteIGA/FerriteIGA.VTKIGAFileinstead ofIGA.docs/Manifest.toml, bringing transitive deps up to date (e.g. Ferrite 1.1.0 -> 1.7.0, Documenter 1.15 -> 1.19).Test plan
Pkg.test()— full FerriteAssembly suite passesdocs/make.jl— full docs build succeeds for every tutorial (includingiga.jlagainst the renamedFerriteIGApackage) and how-to, with only the pre-existing benign viscoelasticity image-size fallback warning🤖 Generated with Claude Code
https://claude.ai/code/session_01KySgpVgJ5fWR9AvPK1JQoU