We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of protobuf and what language are you using? Version: v1.4.0, Language: Go
What did you do? I've used the function registry.go:FileDescriptor and got the deprecation note after upgrading to v1.4.0:
registry.go:FileDescriptor
// Deprecated: Use protoregistry.GlobalFiles.RangeFilesByPath instead.
What did you expect to see? I expected to use protoregistry.GlobalFiles.RangeFilesByPath.
protoregistry.GlobalFiles.RangeFilesByPath
What did you see instead? The function protoregistry.GlobalFiles.RangeFilesByPath seems to be deprecated itself by https://go-review.googlesource.com/c/protobuf/+/182537 and is replaced by Files.FindFileByPath.
Files.FindFileByPath
Anything else we should know about your project / environment? none.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of protobuf and what language are you using?
Version: v1.4.0, Language: Go
What did you do?
I've used the function
registry.go:FileDescriptor
and got the deprecation note after upgrading to v1.4.0:What did you expect to see?
I expected to use
protoregistry.GlobalFiles.RangeFilesByPath
.What did you see instead?
The function
protoregistry.GlobalFiles.RangeFilesByPath
seems to be deprecated itself by https://go-review.googlesource.com/c/protobuf/+/182537 and is replaced byFiles.FindFileByPath
.Anything else we should know about your project / environment?
none.
The text was updated successfully, but these errors were encountered: