Skip to content

Conversation

@Rainfisher
Copy link

修复同一个包名,但是在不同的 proto 文件的字段类型问题,相同的包名会导致生成的 proto 文件报错

The change improves the field proto type string generation logic by checking if the field's proto class is in the same package as the parent proto class. When they share the same package, only the class name is used instead of the full qualified name (package.className), making the generated proto files cleaner and more idiomatic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant