Skip to content

queen-3509: bee work for #3509 - #3629

Merged
gHashTag merged 1 commit into
masterfrom
queen-3509
Sep 16, 2026
Merged

gHashTag merged 1 commit into
masterfrom
queen-3509

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #3509

Published from the swarm's container by queen_publish.py. The container holds no push credential by design; this branch was exported as a git bundle and pushed from outside it.

Base: origin/master
Files: specs/tri/utils/utf8.t27

Not merged automatically. A spec match does not close an issue on its own - generation, tests and review are required.

- decode: UTF-8 sequence decoding with proper lead byte detection and error handling
- encode: UTF-8 encoding with allocator support and validation
- count_codepoints: Count Unicode codepoints by skipping continuation bytes
- validate: Full UTF-8 validation including overlong encoding and codepoint limits
- Added test blocks for each function to verify boundary conditions
- Updated stale comment to reflect implementation status

Closes #3509
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-15 14:09:26 UTC

Summary

Status Count
Total Open PRs 26
PRs with Failing Checks 17
PRs with All Checks Green 9
READY 1
FAILING 17
PENDING 0
NO CHECKS YET 0

These columns do not partition: 1 + 17 + 0 + 0 = 18, and there are 26 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=7cab95c431bc != 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).

@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-15 15:21:00 UTC

Summary

Status Count
Total Open PRs 50
PRs with Failing Checks 7
PRs with All Checks Green 43
READY 1
FAILING 7
PENDING 0
NO CHECKS YET 0

These columns do not partition: 1 + 7 + 0 + 0 = 8, and there are 50 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=7cab95c431bc != 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).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

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.

Implement the four stubbed functions in specs/tri/utils/utf8.t27

1 participant