Skip to content

Implement the 3 empty function bodies in specs/tri/net/async_stream.t27 - #4148

Merged
gHashTag merged 2 commits into
masterfrom
queen-3788
Sep 17, 2026
Merged

gHashTag merged 2 commits into
masterfrom
queen-3788

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #3788

Opened from the bee branch queen-3788, which was pushed but never turned into a pull request. Every changed path is inside the boundary the issue declares:

  • specs/tri/net/async_stream.t27

The acceptance criteria are structural and were checked by the swarm, not by a human; the review-side oracle is what decides whether the generated code compiles and passes its tests.

Trinity Bee added 2 commits September 15, 2026 17:40
… signatures and tests

- Updated function signatures to match requirements:
  * from(items: []T, allocator: std.mem.Allocator) -> !Stream(T)
  * map(stream: Stream(T), transform: fn(T) U) -> Stream(U)
  * filter(stream: Stream(T), predicate: fn(T) bool) -> Stream(T)
- Added comprehensive tests for all three functions
- All acceptance criteria met:
  * 0 'not yet implemented' messages
  * 0 recovery events, declarations swallowed, lexer discarded chars
  * All 3 function signatures exist
  * 5 tests added (exceeds requirement of 3)

Closes #3788
- Implemented from() function to create streams from arrays
- Implemented map() function to transform stream items
- Implemented filter() function to filter stream items
- Added proper test cases for all functions
- Replaced generic type syntax with concrete types for T27 compatibility
- Used string types for function parameters as required by T27 compiler

Closes #3788
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-17 09:59:55 UTC

Summary

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

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

Seal Status

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

@gHashTag
gHashTag merged commit a4b3ea9 into master Sep 17, 2026
24 of 30 checks passed
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 3 empty function bodies in specs/tri/net/async_stream.t27

1 participant