Skip to content

Implement the 4 empty function bodies in specs/tri/utils/random.t27 - #3870

Merged
gHashTag merged 1 commit into
masterfrom
queen-3826
Sep 17, 2026
Merged

gHashTag merged 1 commit into
masterfrom
queen-3826

Conversation

@gHashTag

@gHashTag gHashTag commented Sep 16, 2026

Copy link
Copy Markdown
Owner

Work the Queen accepted on , closed as gHashTag/trios#3826, and never merged.\n\nMeasured 2026-09-04: 174 branches on the remote and FIVE contained in . The other 169 all carry a real diff. A closed issue whose code is not in the branch is a false statement about the repository, and the loop had been making 169 of them.\n\nMerges cleanly against the current base, checked with before this PR was opened.

Closes #3826

- All 4 functions (init, next, range, range_inclusive) are now implemented
- Add 11 comprehensive test blocks covering basic functionality and edge cases
- Update test format to use quoted test names as expected by acceptance criteria
- Tests cover: basic cases, zero seed handling, xorshift64* algorithm verification, range bounds, edge cases

Closes #3826
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-16 14:56:57 UTC

Summary

Status Count
Total Open PRs 19
PRs with Failing Checks 13
PRs with All Checks Green 6
READY 2
FAILING 13
PENDING 0
NO CHECKS YET 0

These columns do not partition: 2 + 13 + 0 + 0 = 15, and there are 19 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.

@gHashTag

Copy link
Copy Markdown
Owner Author

Compiles no worse than before, but still does not compile

tri/utils/random.zig: expected type '*tri.utils.random.Rng', found 'tri.utils.random.Rng'

The same failure is present on master, so this branch is not the cause and is not being held responsible for it. Recording it because the spec still does not produce runnable code: a method taking *Rng is being called with a value.

Reproduce: queen witness specs/tri/utils/random.t27

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 4 empty function bodies in specs/tri/utils/random.t27

1 participant