Implement the 6 empty function bodies in specs/tri/trees/tree.t27 - #3872
Merged
Merged
Conversation
added 2 commits
September 15, 2026 17:10
- Update leaf function to return Tree(T) instead of void - Update branch function to take left and right parameters and return Tree(T) - Update is_leaf function to return bool instead of void - Update height function to return usize instead of void - Update size function to return usize instead of void - Update inorder function to return []T instead of void - Update branch test to use both left and right parameters Closes #3819
This was referenced Sep 16, 2026
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
Owner
Author
The generated Zig does not compileMeasured by generating this spec with Every stated acceptance criterion on this issue passes. That is the gap this check exists to close: until now nothing in the pipeline ever executed what a spec generates. Reproduce: |
This was referenced Sep 16, 2026
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work the Queen accepted on , closed as gHashTag/trios#3819, 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 #3819