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
[ggj][parsing] fix: update messageTypes.get(simpleName) fix in HttpRuleParser (#548)
* fix: align resname ctors with superclass variants
* fix: avoid type collisions - refactor {Concrete,Vapor}Ref into AstNodes
* fix: better message null checks in Parser
* fix: map proto.Empty RPC types to void in ServiceClient
* fix: improve import(shortName) state-keeping in ImportWriterVisitor
* fix: fix stub pkg for all ServiceSettingsStub usages
* fix: handle older protos with javaMultipleFiles=false
* fix: gate isPaged on all fields for monolith back-compat
* fix: fail early if bazel lacks a grpc_service_config.json file
* fix: add Bazel handling for lack of resname helper classes
* fix: reverse conditional
* fix: handle floating-point types for test codegen assertEquals
* fix: handle older protos w/o java_mult_file and w/o java_outer_classname set
* fix: fix bidiStreamCall to use one param in ServiceClientTest codegen
* fix: update messageTypes.get(simpleName) fix in HttpRuleParser
0 commit comments