chore(release): v0.4.3 — kilnd arg-arity correctness + kiln-component isolated build - #463
Merged
Conversation
…nt isolated build Focused patch, 2 verified artifacts: SR-53 (#443) kilnd no longer invokes param-taking functions with zero-filled args and reports the wrong result as success — arity is enforced fail-loud on every invocation surface; a param-arity-invalid component is rejected at load (matching wasm-tools/wasmtime). SR-54 (#446) kiln-component compiles standalone (`cargo check -p kiln-component`), not only under workspace feature unification. Workspace 0.4.2 -> 0.4.3 (+16 internal path-dep pins + Cargo.lock; `cargo build --workspace --locked` verified green). Re-verified at this commit (4c0fb50), not inherited: - addone invoked with no args ERRORS (was "✓ I32(1)", exit 0); - internal dbl(21) via a zero-param export still returns I32(42); - zero-param _start still completes; - WAST arg-path slice: 589 assertions pass (call/func/fac/call_indirect); - bare `cargo check -p kiln-component` compiles; workspace still green. rivet release status v0.4.3: cuttable (2/2 verified). Statuses are prose-verified (the convention every prior kiln release used; typed `verifies` links remain structurally impossible for `type: requirement` — pulseengine/rivet#721). Trace: skip Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FcTUZgts331Z1TK3q8YBQj
🔍 Build Diagnostics ReportSummary
🎯 Impact AnalysisIssues in Files You Modified
Cascading Issues (Your Changes Breaking Other Files)
✅ No Issues DetectedPerfect! Your changes don't introduce any new errors or warnings, and don't break any existing code. 📊 Full diagnostic data available in workflow artifacts 🔧 To reproduce locally: # Install cargo-kiln
cargo install --path cargo-kiln
# Analyze your changes
cargo-kiln build --output json --filter-severity error
cargo-kiln check --output json --filter-severity warning |
|
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.
Focused patch, 2 verified artifacts.
cargo check -p kiln-component), not only under workspace feature unification.Workspace
0.4.2 → 0.4.3(+16 path-dep pins +Cargo.lock;cargo build --workspace --lockedverified green).Re-verified at this commit (4c0fb50), not inherited from the PRs
Falsification — this release is wrong if any of these is observed
canon liftparam arity differs from its backing core function runs instead of being rejected at load;_start,run) is wrongly rejected;cargo check -p kiln-componentfails to compile standalone, orcargo build --workspace --lockedfails on a clean checkout.Traceability note
Statuses are prose-verified — the convention every prior kiln release used; typed
verifieslinks remain structurally impossible fortype: requirement(pulseengine/rivet#721). #446's rotten test targets remain open (this fixes the lib isolated build only).🤖 Generated with Claude Code