RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift-protobuf
24
4
4
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2260
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
release/1.x
package_plugins
main
Releases
1.3.1
2.0.0
1.3.0
Commits
Use relative path for input files to protoc (#79) Motivation: protoc requires the import path (-I/--import-path) to be an exact prefix of the input files. The plugin currently uses the absolute path
Fix some papercuts with the command plugin (#78) Motivation: The command plugin has a few rough edges which make it harder to use than it should. Modifications: - Check if help was requested befor
Explicitly mark ContiguousBytesAdapter as conditionally Sendable (#77)
Issues
How to specify protoc executablePath in a platform independent way?
Clear Build Instructions
Build plugin doesn't discover .proto files as expected