chore: General registration prep + CI standardization (0.4.1) - #26
Merged
Conversation
ParamIO + DataVault are registered in General, so ParallelManager resolves them from the registry instead of the git-main [sources] overrides — the prerequisite for registering PM. The full test suite passes against the registered ParamIO 0.3.2 + DataVault 0.7.1. version 0.4.0 -> 0.4.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bring ParallelManager's CI up to the infra standard (matches Pinax/DataVault):
- FormatFix (auto-fix) -> FormatCheck (hard gate): JuliaFormatter v2,
format(".", overwrite=false), exit 1 on dirty.
- Enable VersionCheck.yml: every PR to main must bump Project.toml version.
- Enable Documentation.yml + push_preview PR previews; add CleanupPreview.yml
to prune previews/PR#<n> on PR close.
- Fix the docs build (the reason Documentation was disabled):
- checkdocs=:exports so the documented internal _run_* helpers don't need
manual @docs entries (they are not part of the public API).
- api.md: add the 4 exported-but-undocumented symbols (run_loop!,
verify_workers!, merge_and_save_manifest!, merge_event_logs) + the
top-level module docstring.
- Manifest.jl: drop a `(@extref)` link (no DocumenterInterLinks loaded) to
a plain code span, fixing the "invalid local link" cross-reference error.
- gitignore the build-time downloaded docs assets (favicon.ico, logo.png).
- Bump 0.4.0 -> 0.4.1 (VersionCheck runs on its own introducing PR, mirroring
Pinax's "enable VersionCheck + bump" commit).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… + previews Consolidates the CI hardening (PR #27) into the registration PR so 0.4.1 is one release: drop [sources] + AutoRegister + CI standardization together.
Contributor
|
📚 Docs preview: https://sotashimozono.github.io/ParallelManager.jl/previews/PR26/ (updates on each push to this PR) |
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.
Combined General-registration prep + CI standardization for the
0.4.1release. (PR #27 was integrated here so both land as one release.)1 — Registration prep
[sources]— registered packages resolve deps from the registry, not git overrides (local dev now usesPkg.develop). DataVault + ParamIO are already registered.ParamIO = "0.3, 0.4"(DataVault 0.7.1 caps ParamIO at 0.3, so the stack resolves 0.3.2).AutoRegister.yml(.disabled→.yml, identical to DataVault's): merging a version bump tomainauto-submits@JuliaRegistrator— no manual trigger.2 — CI standardization (was PR #27)
Brings CI up to the Pinax/DataVault standard:
FormatFix(auto-commits)FormatCheck— hard gate (format(".", overwrite=false), exit 1 on dirty)mainmust bump the versionpush_previewPR previews;CleanupPreview.ymlprunes on PR closeDocs build fix (why Documentation was disabled):
checkdocs=:exports— internal_run_*helpers keep their docstrings without being required in the manual.api.md(run_loop!,verify_workers!,merge_and_save_manifest!,merge_event_logs) + the module docstring.Manifest.jl:(@extref)link → plain code span (noDocumenterInterLinksloaded)..gitignorethe build-time downloaded docs assets (favicon.ico,logo.png).Docs build green locally (
julia --project=docs docs/make.jl→ exit 0).Version
0.4.0 → 0.4.1— one release carrying both the registration prep and the CI standardization.Hold for review (standing do-not-merge-until-confirmed). On merge: AutoRegister activates and (on the 0.4.1 bump) auto-submits PM to General — the first PM registration (~3-day AutoMerge window).
🤖 Generated with Claude Code