Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

/development/releases/v0.32.0.md

Nocter v0.32.0 Publication and Audit

Status: published and externally audited (2026-09-04). This immutable record owns the final qualification, publication, and public-asset evidence for v0.32.0. Public changes are summarized in the English release notes; language behavior remains normative only in the specification.

Qualified Source and Artifact

The completed implementation scope and qualification are recorded in:

Release-content commit 14951f2350f58354cce1c8beab8447a13949be78 passed two independent locked workspace test runs, each reporting 1,541 passed, zero failed, and one ignored public-HTTPS test. The explicit HTTPS test passed separately. Warnings-denied all-target Clippy passed twice in external targets. Formatting, no-default-features checking, packaging-script validation, 450-page documentation generation and reproducibility, and repository-integrity checks also passed. Qualification evidence was committed as b1cd97ada4190f410af77617e28ea4c94d0f8e23.

Deterministic packaging generated the optimized compiler twice in independent temporary Cargo targets. The compressed archives matched byte for byte, their extracted .nocter/ homes matched recursively, and the fresh extraction passed the complete installed-home smoke matrix without mutating itself. The retained candidate was:

  • archive: dist/nocter-v0.32.0-arm64-darwin.tar.gz;
  • byte size: 8,289,509;
  • SHA-256: 4cf4bd44ff163bc993f919fb2d652fde54492427418b3a46230d31df70e43d45;
  • compiler: ARM64 Mach-O reporting release 0.32.0;
  • compiler SHA-256: c7e9c9aaed2a78acceb012760fffc0776d984b9fafc6f6adef7f015d94dcb3ae;
  • standard-library tree SHA-256: 074584dec2cebdcd6d8642aa5ae76b58696ee81831ad1584911777aeea945082;
  • standard library: exactly 147 regular files.

Fresh extraction passed version and installation diagnosis, help, package initialization, locked/offline check and native test, every public example, byte-identical package graphs, exact text-banner, stdin-prefix, subprocess-status, subprocess-output, and subprocess-configured process contracts, run, explicit build, direct Mach-O execution, and framed LSP analysis. Separate copied homes were rejected after either the installed compiler or standard-library content was changed.

Publication

Nocter v0.32.0 was published at github.com/rvo-jp/nocter/releases/tag/v0.32.0 on 2026-09-04. Annotated tag v0.32.0 resolves to publication commit 7e38a00725c49ec69737e2fe669352e58fd8c116, which contains the public download links, English release notes, current specification, standard library, packaging inputs, and generated website.

GitHub reports v0.32.0 as the latest release. It is neither a draft nor a prerelease and contains exactly one asset: nocter-v0.32.0-arm64-darwin.tar.gz, 8,289,509 bytes, with digest sha256:4cf4bd44ff163bc993f919fb2d652fde54492427418b3a46230d31df70e43d45. The publication timestamp is 2026-09-03T18:20:59Z.

Post-Publication Audit

The asset was downloaded from its public release URL into a new disposable directory. It compared byte for byte with the qualified local candidate, and its independently computed SHA-256 matched both the candidate record and GitHub's asset digest. The downloaded archive extracted to a valid Nocter home whose compiler reported release 0.32.0, host arm64-darwin, and default target arm64-darwin.

The public latest-release endpoint resolved to v0.32.0. The public annotated tag object resolves through 8a76d122b693572ad2c1d5e5306954394ef61238 to the exact publication commit recorded above, and remote main contained that same commit when the audit ran.

The release asset is immutable by project policy. Any correction after v0.32.0 requires a new version, a new tag, a new qualification run, and a newly published archive; the existing tag and asset must not be replaced.