chaokunyang opened a new issue, #3294: URL: https://github.com/apache/fory/issues/3294
### Feature Request use `list` as keyword to define a `list` field in message/union instead of `repeated` ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like - use `list` as keyword to define a `list` field in message/union instead of `repeated` - don't remove `repeated` keyword, but update all docs under `docs/compiler` use `list` instead, and also update `compiler/README.md` - add tests for `list` and `repeated`, assert both generate same message struct code ### Describe alternatives you've considered _No response_ ### Additional context #3099 -- 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]
