The GitHub Actions job "Fory CI" on fory.git/fix/grpc-go-review-followups has succeeded. Run started by GitHub user ayush00git (triggered by ayush00git).
Head commit for run: 400cec83bb7c525b8919c7cdef891c543a8e8fc7 / ayush00git <[email protected]> fix(compiler): use IDL RPC name for Go gRPC descriptor wire names The generated ServiceDesc registered MethodName/StreamName with to_pascal_case(method.name) while clients invoke the path built from the raw method.name. For non-PascalCase names (sayHello, say_hello) the server registered SayHello but the client called /Service/sayHello, so routing returned UNIMPLEMENTED. Register the descriptor names with method.name and keep PascalCase only for exported Go identifiers. Co-Authored-By: Claude Opus 4.8 <[email protected]> Report URL: https://github.com/apache/fory/actions/runs/27401788918 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
