You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print a warning message when there are unused imports in proto file
Currently when a user has defined a proto file with some unused imports, gRPC tool ignores those imports and generates the stub files only with the required imports. eg:
madhukaw
changed the title
Print a Warning message when there are unused imports in proto file
Improve imports generation logic in gRPC tool
Mar 10, 2022
Description:
This has 2 sub-tasks.
Currently when a user has defined a proto file with some unused imports, gRPC tool ignores those imports and generates the stub files only with the required imports. eg:
We need to print a warning message mentioning such unused imports. eg:
[1] ballerina-platform/module-ballerina-grpc#739 (comment)
The text was updated successfully, but these errors were encountered: