chaokunyang commented on code in PR #3244:
URL: https://github.com/apache/fory/pull/3244#discussion_r2744459224
##########
compiler/fory_compiler/generators/go.py:
##########
@@ -199,6 +199,49 @@ def message_has_unions(self, message: Message) -> bool:
PrimitiveKind.ANY: "any",
}
+ def wrap_line(
Review Comment:
I prefer break line in each language at semantic level when generating code.
Otherwise it's every easy to add wrong line breaker
--
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]