docs: record #060/#061 protobuf-go codegen completion in the RFC-001 ledger - #146
Merged
Conversation
…dger protobuf-go PR#4 (2026-07-24, closing protobuf-go#2/#3) shipped both codegen boxes: the §9.3 function stubs (Functions interface, UnimplementedFunctions, RegisterFunctions binding typed impls to a protocheck Engine by FQN, carriers 50400/50401/50403 decoded from options' unknown fields without a schema/v1 module dependency) and the annotation-aware decoration (@description doc comments, @deprecated notices on enums/values/messages/fields/getters, function-level bracket options; byte-identical output without carriers). Example-as-test emission remains optional/deferred. With M1–M7 complete, open implementation work is #80 (OpenAPI, GH #93) plus #18/#19/#20 and per-port adoption.
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.
Ticks the last two implementation boxes short of M8: trendvidia/protobuf-go#4 (2026-07-24, closing trendvidia/protobuf-go#2 and trendvidia/protobuf-go#3) shipped the §9.3 function-stub codegen (#60) and the annotation-aware decoration (#61) in
cmd/protoc-gen-go. Example-as-test emission remains optional/deferred. Follow-up to #143; refs #55.