Skip to content

queen-3526: bee work for #3526 - #3645

Open
gHashTag wants to merge 1 commit into
masterfrom
queen-3526
Open

gHashTag wants to merge 1 commit into
masterfrom
queen-3526

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #3526

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/encoding/msgpack.t27

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

…pecification support

- Added allocator parameters to both encode and decode functions
- Implemented complete MessagePack encoding for all 9 types:
  * Nil (0xc0), Bool (0xc2/0xc3), Int/Uint with fixint and extended formats
  * Float (0xcb), Str with fixstr and extended formats (0xd9/0xda/0xdb)
  * Bin with bin8/bin16/bin32 (0xc4/0xc5/0xc6)
  * Array with fixarray and extended formats (0x90-0x9f, 0xdc, 0xdd)
  * Map with fixmap and extended formats (0x80-0x8f, 0xde, 0xdf)
- Implemented complete MessagePack decoding with error handling
- Added 10 test blocks including the 4 required ones and 6 new ones
- Removed all TODO markers and provided non-empty function bodies
- Follows MessagePack 2013 specification with separate Str and Bin types

Acceptance criteria met:
1. Both functions exist with correct signatures and non-empty bodies
2. All TODO markers removed (0 remaining)
3. Real code implemented with substantial logic
4. 10 test blocks (exceeds minimum of 8)
5. Node count significantly increased from 9 to well above 13

Closes #3526
@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 14:54:46 UTC

Summary

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

These columns do not partition: 1 + 33 + 0 + 0 = 34, 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.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-15 15:50:30 UTC

Summary

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

These columns do not partition: 1 + 21 + 0 + 0 = 22, 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).

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 encode and decode in specs/tri/encoding/msgpack.t27

1 participant