Skip to content

Route crease_frac, fix 1.12.6 docs build, add manifest --update tooling#254

Merged
1-Bart-1 merged 4 commits into
mainfrom
fix-docs-crease-frac
Jul 13, 2026
Merged

Route crease_frac, fix 1.12.6 docs build, add manifest --update tooling#254
1-Bart-1 merged 4 commits into
mainfrom
fix-docs-crease-frac

Conversation

@1-Bart-1

Copy link
Copy Markdown
Member

Summary

  • Route crease_frac through the OBJ→YAML polar pipeline. ObjWingobj_to_yamlgenerate_polar_from_coordinatesgenerate_aero_matrices now forward crease_frac (default 0.75), so the chordwise hinge location for trailing-edge-deflected polars is configurable instead of silently pinned to the default. Enables SymbolicAWEModels to pass set.crease_frac for OBJ-based wings.
  • Fix the docs build on Julia 1.12.6. The BodyAerodynamics reinit! docstring gained a 4th type parameter (PN<:Panel{T}) in Add neuralfoil and automatic conversion from obj to yaml #249. Documenter's missing_docs check matches by exact typesig equality, and the bare reinit!(body_aero::BodyAerodynamics) @docs entry no longer normalizes to the stored signature on 1.12.6, breaking the build with "1 docstring not included in the manual." The entry now mirrors the method's declared signature so the typesigs match.
  • Add a manifest --update workflow to bin/install. New --update, --skip-subprojects, and --no-precompile flags, mirroring SymbolicAWEModels.jl/bin/install. --update runs Pkg.update() and copies the result back to Manifest-v<major>.toml.default.
  • Regenerate the default manifests under Julia 1.11.9 and 1.12.6.

Verification

  • Doc build reproduced on Julia 1.12.6 + Documenter 1.17.0 (matching CI) to confirm the reinit! fix clears the missing_docs error.
  • Manifests resolved cleanly under both Julia versions.

🤖 Generated with Claude Code

1-Bart-1 and others added 4 commits July 13, 2026 11:44
The BodyAerodynamics reinit\! docstring gained a 4th type param (PN<:Panel{T})
via #249. Documenter's missing_docs check matches by exact typesig equality, and
the bare `reinit\!(body_aero::BodyAerodynamics)` form no longer normalizes to the
stored signature on Julia 1.12.6, so it was reported as not-included. Mirror the
method's declared signature so the typesigs match.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
--update runs Pkg.update() instead of seeding from the .default manifest, then
copies the resulting main manifest back to Manifest-v<major>.toml.default
(auto-precompile skipped so the refreshed default can be committed immediately).
--skip-subprojects and --no-precompile allow a fast manifest-only refresh.
Mirrors the workflow in SymbolicAWEModels.jl/bin/install.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Regenerated via ./bin/install --update under Julia 1.11.9 and 1.12.6.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@1-Bart-1 1-Bart-1 merged commit cfda787 into main Jul 13, 2026
7 of 8 checks passed
@1-Bart-1 1-Bart-1 deleted the fix-docs-crease-frac branch July 13, 2026 11:02
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

1-Bart-1 added a commit that referenced this pull request Jul 13, 2026
Resolves conflicts from #254 (crease_frac routing, manifest --update tooling):
- bin/install: kept #254's version, re-removed the ControlPlots/examples_cp/
  PythonCall/CondaPkg setup; the Makie extension smoke check now loads
  GLMakie + MakieControlPlots.
- Manifest-v1.11/1.12 defaults: reseeded from #254's manifests and re-resolved
  to swap the plotting weakdeps (ControlPlots/PythonCall -> MakieControlPlots).
- setup-test.yml: test_setup.sh already wraps julia in xvfb-run internally, so
  drop the outer xvfb-run wrapper (it caused nested "Xvfb failed to start");
  keep libgl1-mesa-dri.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant