Skip to content

fix: harden validation and release packaging - #40

Merged
fullzer4 merged 4 commits into
mainfrom
fix/release-timeouts
Sep 8, 2026
Merged

fix: harden validation and release packaging#40
fullzer4 merged 4 commits into
mainfrom
fix/release-timeouts

Conversation

@fullzer4

@fullzer4 fullzer4 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • correct CEP ranges, deterministic generation, feature forwarding, and strict/lenient APIs
  • harden C, Node.js, Python, and WASM packaging with ABI and clean-consumer checks
  • make releases gated, resumable, version-consistent, and safe for prerelease channels
  • add IBGE snapshot generation, property tests, fuzz targets, benchmarks, coverage, MSRV, audit, and semver gates
  • standardize package metadata and distributed artifacts on Apache-2.0

Validation

  • nix flake check path:. --no-update-lock-file --max-jobs 2 --cores 2
  • nix develop --command bazel test //:all_tests --jobs=2 --local_resources=memory=4096 (12/12)
  • Cargo fmt, Clippy, rustdoc, MSRV 1.85, no_std, audit, and cargo-semver-checks
  • stdbr-core line coverage: 98.17% with a 95% gate
  • four fuzz targets compiled
  • local Linux package smokes for crates, Node.js, Python wheel/sdist, WASM, and FFI

Markdown files were intentionally excluded from this PR.

The musl build job hung for 9+ minutes on apt-get update when the
azure.archive.ubuntu.com mirror stalled, blocking the whole release.
Job timeouts ensure a stuck job fails fast enough to rerun, and the
apt retry tolerates transient mirror stalls.
@fullzer4 fullzer4 closed this Aug 18, 2026
@fullzer4 fullzer4 reopened this Aug 18, 2026
@fullzer4
fullzer4 changed the base branch from main to next August 18, 2026 16:35
@fullzer4 fullzer4 changed the title fix(release): add timeout-minutes to all jobs and retry apt install fix: harden validation and release packaging Sep 8, 2026
@fullzer4
fullzer4 changed the base branch from next to main September 8, 2026 20:18
@fullzer4
fullzer4 merged commit 23afc3d into main Sep 8, 2026
10 checks passed
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