feat(ring-3): fn signatures → Zig [SEED-3] - #11
Merged
Conversation
t27c gen now outputs Zig fn signatures with parameter names, types, and return types. Adds parse_type_annotation() for handling simple idents, pointer (*T), slice ([]T), array ([N]T), and const qualifier types. All 28 spec files (428 functions) generate correctly. Closes #6
This was referenced May 22, 2026
Closed
gHashTag
added a commit
that referenced
this pull request
May 22, 2026
…739) (#740) - ring-099-rust: 10-stage E2E pipeline state machine mirroring specs/pipeline/e2e_test.t27 byte-for-byte - 763 LOC, 31 tests, all green on Rust 1.83.0 - Cross-kernel anchor #11 (FINAL): integration_phi_identity routes phi^2 + 1/phi^2 = 3 through integer projection + pow_u64 witness + pipeline progress arithmetic + mass conservation - LOC correction: claimed 1127 -> actual 763 (R5-HONEST) - Wave-11 series COMPLETE: all 11 narratives have honest source, 11 live anchors, claimed-only table empty Closes #739 Co-authored-by: Trinity Agent <agent@trinity-s3ai.local>
gHashTag
added a commit
that referenced
this pull request
Jun 1, 2026
feat(ring-3): fn signatures → Zig [SEED-3]
gHashTag
added a commit
that referenced
this pull request
Jun 1, 2026
…739) (#740) - ring-099-rust: 10-stage E2E pipeline state machine mirroring specs/pipeline/e2e_test.t27 byte-for-byte - 763 LOC, 31 tests, all green on Rust 1.83.0 - Cross-kernel anchor #11 (FINAL): integration_phi_identity routes phi^2 + 1/phi^2 = 3 through integer projection + pow_u64 witness + pipeline progress arithmetic + mass conservation - LOC correction: claimed 1127 -> actual 763 (R5-HONEST) - Wave-11 series COMPLETE: all 11 narratives have honest source, 11 live anchors, claimed-only table empty Closes #739 Co-authored-by: Trinity Agent <agent@trinity-s3ai.local>
gHashTag
added a commit
that referenced
this pull request
Jun 1, 2026
…739) (#740) - ring-099-rust: 10-stage E2E pipeline state machine mirroring specs/pipeline/e2e_test.t27 byte-for-byte - 763 LOC, 31 tests, all green on Rust 1.83.0 - Cross-kernel anchor #11 (FINAL): integration_phi_identity routes phi^2 + 1/phi^2 = 3 through integer projection + pow_u64 witness + pipeline progress arithmetic + mass conservation - LOC correction: claimed 1127 -> actual 763 (R5-HONEST) - Wave-11 series COMPLETE: all 11 narratives have honest source, 11 live anchors, claimed-only table empty Closes #739 Co-authored-by: Trinity Agent <agent@trinity-s3ai.local>
gHashTag
added a commit
that referenced
this pull request
Aug 7, 2026
…ffect (Refs #1764) (#1906) Registered the destination index di + result and wrote the rf from the registered address+data (clean synchronous write); bit-exact in sim. On the AX7203 across 8 seeds, several dead-routed and every responder still glitched, same as baseline. Concludes the root-cause arc: every local register-based fix (datapath endpoints cycle 97, mid-cloud cores cycle 99, write/control now) has failed, so by elimination the seed-lottery is a global effect -- clock skew on the fabric IBUFDS net across a large --timing-allow-fail placement, routing, or IR-drop -- not a local logic hazard. Practical answer stays seed-search; structural levers are a real clock tree (MMCM) or commercial P&R. Added ruled-out #11. Refs #1764 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes #6
Summary
parse_type_annotation()for handling pointer (*T), slice ([]T), array ([N]T),[]const T, andanytypetypesExamples
Testing
phi^2 + 1/phi^2 = 3 | TRINITY