From 64eef4e7c5af3eed555b3c1d36c26635a1d05bef Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Mon, 15 Jun 2026 04:42:16 +0200 Subject: [PATCH] =?UTF-8?q?finding:=20loop=20iter#22=20=E2=80=94=20loom=20?= =?UTF-8?q?v1.1.14=20resolves=20AFD-015=20(binaries)=20+=20AFD-023=20(dead?= =?UTF-8?q?-stores)=20in-release;=20falcon=20v1.62/spar=20v0.19=20green?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AFD-015 FULLY RESOLVED: loom v1.1.14 ships prebuilt platform binaries + cosign/SLSA/SBOM — installed the checksum-verified darwin binary directly, no source build. No-binaries residual closed. - AFD-023: loom v1.1.14 RELEASES the #221 dead-stores fix. Re-verified on the release binary — dead-stores AND the full meld→loom(all passes)→kiln chain on falcon v1.62 are behaviorally EXACT (0.023399856). Standalone CLI now clean with full passes. Bazel path still on bundle loom v0.3.0 → BUILD passes- override stays until rwc bumps the bundle (filed rwc#512). - Per-piece: falcon v1.62.0 SIL 0.0234/0.1317 ✅, meld v0.31 fuse ✅, kiln v0.3.2 == reference ✅, spar v0.19.0 WIT valid + parses jess model ✅. rivet validate: PASS. Co-Authored-By: Claude Opus 4.8 --- artifacts/findings.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/artifacts/findings.yaml b/artifacts/findings.yaml index 4e327c2..da0bc04 100644 --- a/artifacts/findings.yaml +++ b/artifacts/findings.yaml @@ -369,7 +369,10 @@ artifacts: plus the full behavioral gate; loom#198 closed. Residual (non-blocking): releases still ship no platform binaries - maintainer noted committing Cargo.lock as the durable fix for the class (loom#142); revisit if a tag - breaks again. + breaks again. FULLY RESOLVED 2026-06-15 (iter#22): loom v1.1.14 now ships + prebuilt platform binaries (aarch64/x86_64 darwin+linux, windows) + + cosign/SLSA/SBOM - jess installed the checksum-verified darwin binary + directly (no source build). The no-binaries residual is closed. tags: [release-watch, loom, build, release-pipeline, tool-friction] fields: detected-by: jess loop iter#7 (2026-06-11) - cargo build of the v1.1.12 tag during loom#196 fix adoption @@ -641,7 +644,7 @@ artifacts: (sha256 fca83e85...). Filed https://github.com/pulseengine/loom/issues/220 - supervising. INTERIM FIX: jess BUILD.bazel runs wasm_optimize with all passes except dead-stores (SIL-verified correct); drop the override when - loom#220 lands. The meld->loom->synth order (DD-006) is preserved. RESOLVED 2026-06-15 (iter#21): fixed in loom PR #221 (merged main 5fd7443, 'skip functions with unverifiable float memory') - jess built loom main and re-verified on the committed repro: dead-stores AND full-default loom now both return the correct 0.023399856 (was 0.32916). Confirmed on loom#220. NOT yet in a loom release; jess keeps the passes-without-dead-stores override + SIL gate until a release carries #221 and the rwc bundle bumps loom off v0.3.0. + loom#220 lands. The meld->loom->synth order (DD-006) is preserved. RESOLVED 2026-06-15 (iter#21): fixed in loom PR #221 (merged main 5fd7443, 'skip functions with unverifiable float memory') - jess built loom main and re-verified on the committed repro: dead-stores AND full-default loom now both return the correct 0.023399856 (was 0.32916). Confirmed on loom#220. NOT yet in a loom release; jess keeps the passes-without-dead-stores override + SIL gate until a release carries #221 and the rwc bundle bumps loom off v0.3.0. UPDATE 2026-06-15 (iter#22): loom RELEASED the fix in v1.1.14. jess installed the v1.1.14 release binary and re-verified: dead-stores AND the full meld->loom(all passes)->kiln chain on falcon v1.62 are behaviorally EXACT (0.023399856 both sides). The standalone CLI path is now clean with full passes. The bazel path still uses the rwc BUNDLE loom v0.3.0, so the BUILD passes-override stays until rwc bumps the bundle loom to v1.1.14 - filed rwc#512. tags: [release-watch, loom, miscompilation, dead-stores, critical, sil-gate] fields: detected-by: jess loop iter#20 (2026-06-14) - behavioral SIL pass-bisect (kiln) on the meld-fused falcon-v1.59 core