registry: validate catalog updated date used as Nix aggregate version #396

Open
nsaspy wants to merge 0 commits from rage/169-registry-updated-date into main
Owner

Closes #169.

RED: 80ea88c1 proves missing/non-string/non-canonical/impossible updated values must fail because the field is consumed as the generated aggregate Nix version.

Implementation: 824d30d7 validates exact canonical ISO calendar dates before the value reaches generated Nix package metadata.

Gate: exact-head CI must pass compatibility, full registry/plugin nix flake check, and package builds.

Closes #169. RED: `80ea88c1` proves missing/non-string/non-canonical/impossible `updated` values must fail because the field is consumed as the generated aggregate Nix version. Implementation: `824d30d7` validates exact canonical ISO calendar dates before the value reaches generated Nix package metadata. Gate: exact-head CI must pass compatibility, full registry/plugin `nix flake check`, and package builds.
Some checks failed
CI / test (pull_request) Failing after 17s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/169-registry-updated-date:rage/169-registry-updated-date
git switch rage/169-registry-updated-date

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/169-registry-updated-date
git switch rage/169-registry-updated-date
git rebase main
git switch main
git merge --ff-only rage/169-registry-updated-date
git switch rage/169-registry-updated-date
git rebase main
git switch main
git merge --no-ff rage/169-registry-updated-date
git switch main
git merge --squash rage/169-registry-updated-date
git switch main
git merge --ff-only rage/169-registry-updated-date
git switch main
git merge rage/169-registry-updated-date
git push origin main
Sign in to join this conversation.
No description provided.