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

Handle Windows long file names in a few more places. #1382

Merged
merged 1 commit into from
Mar 16, 2018

Commits on Mar 15, 2018

  1. Handle Windows long file names in a few more places.

    Go can handle long file names on Windows if they are not relative.
    This change makes some file paths absolute so that go can handle them.
    See https://github.com/golang/go/blob/b86e76681366447798c94abb959bb60875bcc856/src/os/path_windows.go#L133.
    
    The protoc binary cannot handle long filenames either, so this change
    generates go protos in the temporary folder and then moves the contents
    into place.
    pmuetschard committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    8d52857 View commit details
    Browse the repository at this point in the history