Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proto] Keep track of the names of Services, Messages, and Enums #1844

Merged
merged 1 commit into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. [Proto] Keep track of the names of Services, Messages, and Enums

    In order to construct a fully qualified Java import from the proto file,
    we need to know the values of the "java_package" option as well as the
    services, messages, and enums in the proto file. The "java_pacakge"
    option is already recorded. In this commit, we add support for parsing
    the names of the services, message, and enums of a proto file and
    tracking them in the FileInfo struct.
    ckilian867 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    04fbb63 View commit details
    Browse the repository at this point in the history