chaokunyang opened a new issue, #3269: URL: https://github.com/apache/fory/issues/3269
Parent issue: #3266 ## Scope Implement full proto `service` parsing and translation into the shared IR. ## Detailed tasks - Replace the current parser behavior that skips service blocks. - Parse `service` / `rpc` with `stream` in request/response. - Preserve service/method options for future use. - Add proto AST nodes for service/method if missing, or extend existing ones. - Translator: map proto service AST into IR `Service`/`RpcMethod` nodes. - Tests for proto service parsing and translation. ## Notes Keep proto field/message behavior unchanged; only add service support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
