chore: register in the General registry - #35
Merged
Conversation
Three things were in the way, none of them code. `AutoRegister.yml` did not exist in this repository. Every other QAtlasHub package carries the same four-line caller stub that posts `@JuliaRegistrator register` once `Project.toml`'s version moves on `main`; this adds it, byte-identical to TestShards.jl's. The README told readers to add three `[sources]` entries with git URLs because the dependencies were unregistered. `ParamIO` and `DataVault` have both been in General for some time, so that instruction was already obsolete — it asked people to pin git revisions of packages `Pkg` can resolve on its own. Version 0.4.5 -> 0.4.6, which is what makes AutoRegister fire. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Contributor
|
📚 Docs preview: https://QAtlasHub.github.io/ParallelManager.jl/previews/PR35/ (updates on each push to this PR) |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Registers this package. No code changes.
AutoRegister.ymlwas missingEvery other QAtlasHub package carries the same four-line caller stub that posts
@JuliaRegistrator registeronceProject.toml's version moves onmain. This repository didnot have it, so there was no path to registration at all. Added, byte-identical to
TestShards.jl's.
The README's install instructions were already obsolete
It told readers to add three
[sources]entries with git URLs "during the pre-registry phase".ParamIOandDataVaulthave both been in General for some time, so that block was askingpeople to pin git revisions of packages
Pkgresolves on its own. Replaced withpkg> add ParallelManager.Version
0.4.5→0.4.6. That bump is what makes AutoRegister fire on merge.Checked before opening this: no
[sources]inProject.toml, compat present for every dep andfor
julia, MIT license, public repo, and all deps (DataVault,ParamIO,SlurmClusterManager,JLD2,JSON3) already in General.First-registration version is not a blocker despite
0.4.6not being0.1.0— DataVault enteredGeneral at
0.7.1, ParamIO at0.3.2, TestShards at0.3.18.Note that
mainon this repo requires a pull request but requires no status checks(QAtlasHub/.github#25), so CI being green here has to be read rather than relied on.