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

wip: Fix nil SourceCodeInfo in descriptor.File #3573

Closed
wants to merge 1 commit into from

Commits on Sep 6, 2023

  1. Fix nil SourceCodeInfo in descriptor.File

    In the `protoComments` function, if the `file.SourceCodeInfo` is nil,
    print an error message and exit with a non-zero status code.
    
    The change fixes an issue where the `descriptor.File` should not contain
    a nil `SourceCodeInfo`, providing better error handling.
    
    Signed-off-by: aimuz <mr.imuz@gmail.com>
    aimuz committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    73895b1 View commit details
    Browse the repository at this point in the history