Skip to content

Test the 1 untested function in specs/fpga/router.t27 - #4593

Merged
gHashTag merged 3 commits into
masterfrom
queen-4448
Sep 22, 2026
Merged

gHashTag merged 3 commits into
masterfrom
queen-4448

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #4448

Written by a bee on queen-4448 and published by tools/queen/publish.py. The branch itself is the bee's; the second commit is the coordination entry every pull request must add, which a bee has no way to know about.

2 files changed, 26 insertions(+)

🤖 Generated with Claude Code

Trinity Bee and others added 3 commits September 20, 2026 14:30
The function est_total_wire was the only untested function in this file (14 functions, 1 untested). Added three tests:
- est_total_wire_basic: tests normal calculation with multiple fanouts of different wire lengths
- est_total_wire_zero_fcount: tests that fcount=0 returns 0
- est_total_wire_zero_fanout: tests that fanout=0 returns 0 wire length

All acceptance criteria verified:
- t27c coverage shows 0 untested functions
- Function count remains 14
- Test count increased from 19 to 22
- spec-status shows IMPLEMENTED
- test-report shows 0 BLOCKED

Closes #4448
A pull request must add exactly one docs/now entry and a bee has no way
to know that: its brief names a boundary file and acceptance criteria,
and docs/now/ is neither. The publisher adds it rather than failing the
gate.

Closes #4448

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
A pull request must add exactly one docs/now entry and a bee has no way
to know that: its brief names a boundary file and acceptance criteria,
and docs/now/ is neither. The publisher adds it rather than failing the
gate.

Closes #4448

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-22 06:37:48 UTC

Summary

Status Count
Total Open PRs 39
PRs with Failing Checks 32
PRs with All Checks Green 7
READY 3
FAILING 32
PENDING 0
NO CHECKS YET 0

These columns do not partition: 3 + 32 + 0 + 0 = 35, and there are 39 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=403499176a5d != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

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.

Test the 1 untested function in specs/fpga/router.t27

2 participants